summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change force_fps and force_ofps to doublereimar2008-02-147-8/+8
* Change mf_fps to doublereimar2008-02-143-4/+4
* Revert accidentially committed line of r25994.cehoyos2008-02-141-1/+1
* typo fix: inited --> initializeddiego2008-02-1444-198/+198
* add ffpcx decoder, works on my samples.compn2008-02-132-0/+9
* Fix typo.cehoyos2008-02-131-1/+1
* typodiego2008-02-131-1/+1
* Translate stray Italian term.diego2008-02-131-1/+1
* Implement test for system byteswap.h header file.iive2008-02-121-0/+18
* Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts.reimar2008-02-122-6/+3
* -chapter is now handled uniformly calling demuxer_seek_chapter() insteadnicodvb2008-02-115-40/+24
* sync w/ r25984gpoirier2008-02-111-3/+3
* Try harder to find OpenGL functions on Windows.reimar2008-02-111-1/+5
* Slightly document alpha for OSD colorreimar2008-02-112-3/+3
* Support alpha for vo gl osdcolorreimar2008-02-111-4/+4
* Remove an extern for a variable that no longer existsreimar2008-02-111-1/+0
* Remove left-over extern definitions that should not be therereimar2008-02-111-2/+0
* #include just libavutil/common.h, not all of libavutil/intreadwrite.h.diego2008-02-111-1/+1
* sync w/r25973gpoirier2008-02-101-1/+4
* Make some variables static.reimar2008-02-101-6/+6
* Avoid a useless extra pointer variable.reimar2008-02-101-1/+1
* Do not uselessly erase background, OpenGL will take care of drawing everything.reimar2008-02-101-2/+5
* Disable v4l2 if pthreads are not available, fixes bug #1015.diego2008-02-101-2/+2
* Avoid -wid message processing blocking MPlayer.reimar2008-02-101-1/+1
* Hint about possible libmpeg2 problems with -hardframedropreimar2008-02-101-0/+2
* Forward mouse messages to -wid Window.reimar2008-02-101-1/+15
* r25770: URL updates for contributed win32 stuff.voroshil2008-02-102-11/+6
* Sync tag update: changes in original text arevoroshil2008-02-101-1/+1
* Sync tag updatevoroshil2008-02-101-1/+1
* r25605: properties to get and set angle; patch by oattila chello huvoroshil2008-02-101-1/+5
* Make dither4 & dither8 const.cehoyos2008-02-092-4/+4
* Make sure the -wid window does not get notified when we destroy our attached ...reimar2008-02-091-1/+1
* Hack: Create a child window for Windows OpenGL with -wid, since (esp. nVidia)reimar2008-02-091-8/+10
* cosmetic typo fix, geneate > generatecompn2008-02-091-1/+1
* Use AV_RB*, reduces x86_64 code size by almost 1kB.reimar2008-02-091-18/+12
* in some still unknown system format 0x82 identifies AUDIO_DTSnicodvb2008-02-081-0/+1
* example for setting WMP user-agent string, helps when playlistsreimar2008-02-081-0/+4
* Disable http->mmshttp rewriting hack introduced in r25168,reimar2008-02-081-0/+4
* Add aspect_fit declaration missing for w32_common.reimar2008-02-071-0/+1
* Add speex tagreimar2008-02-061-0/+1
* Check buffer index while reading to avoid sig11rtogni2008-02-051-2/+25
* sync w/r25955gpoirier2008-02-051-2/+2
* typo fix, noticed by JRaSHgpoirier2008-02-051-1/+1
* It seems that mencoder can not handle correct-pts (lots of "No pts ..." messa...reimar2008-02-051-0/+2
* Add dv50 fourcc to libdv and ffdv, fixing the following sample:diego2008-02-041-0/+2
* Do not reset correct_pts in mp_dvdnav_reset_stream, it does not seem necessaryreimar2008-02-031-1/+0
* Allow demuxers to choose a default value for correct_ptsreimar2008-02-036-9/+22
* Implement keepaspect for Windows OpenGL vos.reimar2008-02-021-0/+12
* Make aspect adjustment calculation simpler and more flexible.reimar2008-02-021-24/+19
* synced with r25947Gabrov2008-02-021-1/+2
* Add windows cp1256 encoding for arabic, fixes bug #1007reimar2008-02-012-0/+2
* Update the test for ivtv output driver.iive2008-02-011-2/+8
* ao_functions_t should be const, part 1reimar2008-02-015-10/+10
* Redraw display on toggling borderreimar2008-02-011-0/+1
* Always redraw video on resize.reimar2008-01-311-2/+2
* Remove unused variable.reimar2008-01-301-1/+1
* Fix get_space calculation to always leave some space, esp. for the currently ...reimar2008-01-301-1/+3
* Change code to also work with different outburst sizesreimar2008-01-301-2/+2
* Reduce number of UnqueueBuffer callsreimar2008-01-301-3/+9
* alSourceRewindv seems to be broken in particular in Creatives Windows-Impleme...reimar2008-01-301-1/+1
* Also accept OpenAL32 as library name for OpenAL, it is used by some Windows-I...reimar2008-01-301-1/+1
* Update for security fixesrtogni2008-01-301-0/+9
* Avoid a MANGLE, there is no register pressure and the generated codereimar2008-01-302-3/+3
* mark constants as suchreimar2008-01-301-9/+9
* Simplify: use DECLARE_ASM_CONSTreimar2008-01-301-14/+15
* Add support for attachments in lavf demuxer.eugeni2008-01-301-0/+7
* Split osd related stuff from mp_core.h into new header file mp_osd.h.ulion2008-01-302-20/+28
* Stream IDs must be written as hex numbers. Fixes rtogni2008-01-291-2/+2
* Consistently give all libass multiple inclusion guards a LIBASS_ prefix.diego2008-01-2910-30/+30
* Add a comment to the #if 0reimar2008-01-291-1/+1
* Ben co-maintains stream_dvdnav.cnicodvb2008-01-291-1/+1
* clarification about dvd still menusnicodvb2008-01-291-1/+1
* Check that index is still within bounds of samples array.reimar2008-01-291-0/+4
* Make sure chunkmap values are within bounds when using them.reimar2008-01-291-2/+3
* Do not pointlessly read data, just skip it.reimar2008-01-291-2/+1
* Disable reading of flac metadata, mere metadata is not worth such a mess.reimar2008-01-291-1/+3
* Properly check length of flac metadata.reimar2008-01-291-0/+2
* dvd still menus and latm aacnicodvb2008-01-291-0/+2
* show dvdnav selection in the OSD only when the osd_level>1; patch by foxcore ...nicodvb2008-01-291-2/+2
* Fix r25817 to not always destroy codec_tag, this broke playback of e.g. ape f...reimar2008-01-291-3/+6
* Allow for larger fragment programs.reimar2008-01-291-3/+10
* More places that should use SEEK_ABSOLUTE / SEEK_FACTORreimar2008-01-291-5/+5
* Use defines to give names to the different seek flags.reimar2008-01-2926-64/+65
* Make some assembler constants global instead of declaring them multiple times.reimar2008-01-296-60/+43
* Make mov subtitles work with -assreimar2008-01-291-1/+1
* clarify comments/docs about lav* being the preferred place to implement newivo2008-01-285-10/+18
* Support CODEC_ID_MOV_TEXTreimar2008-01-281-0/+2
* Simplify a condition that probably is not necessary at allreimar2008-01-281-1/+1
* sync with r25663 and misc. fixes, patch by JRaSHkraymer2008-01-281-37/+40
* copy note on new demuxers and codecs to the top of the array as well to beivo2008-01-283-0/+9
* Use DECLARE_ASM_CONST where possible in libswscale codereimar2008-01-283-73/+73
* sync w/ r25821gpoirier2008-01-281-2/+2
* vcd_read must read exactly VCD_SECTOR_DATA bytes.reimar2008-01-281-1/+1
* note on new demuxers and codecs, add them to lav* instead of libmp*ivo2008-01-285-0/+12
* port libmpdemux demuxers to libavformat or rewrite from scratchivo2008-01-281-0/+10
* Get rid of redundant dbg_printf redefinition. Fixes some warnings:diego2008-01-282-23/+14
* Consistently use uppercase filename as multiple inclusion guard.diego2008-01-2817-51/+51
* Fix compilation failure because bitfile was undefined:diego2008-01-281-0/+1
* Add multiple inclusion guards.diego2008-01-273-2/+11
* Replace with the output of the updated alaw-gen generator program.diego2008-01-271-64/+69
* Add multiple inclusion guards to generated header file.diego2008-01-271-2/+7
* Change format string so that the table is nicely aligned.diego2008-01-271-2/+2
* The alaw tables should be const.diego2008-01-271-2/+2
* Rename some identifiers to not use leading underscores.diego2008-01-271-14/+11
* Fix illegal identifiers, names starting with __ are reserved for the system.diego2008-01-271-12/+12
* Change #warning to FIXME comments.diego2008-01-271-2/+2
* Fix illegal identifiers, names starting with __ are reserved for the system.diego2008-01-272-15/+15
* Remove setting of ldconfig, it is unused.diego2008-01-271-6/+0
* Reindentreimar2008-01-271-10/+10
* Simplify subtitle handling with -assreimar2008-01-271-8/+6
* Support mov subtitle format directly instead of converting to text in the dem...reimar2008-01-272-11/+12
* reindent after r25881ben2008-01-271-6/+6
* sub_scale command can now handle both ass and non-ass subs at a timeben2008-01-271-8/+0
* Make sure sub_font is freed.reimar2008-01-271-0/+2
* Allow independent scaling of vo_font and sub_font.reimar2008-01-275-16/+16
* sync with r25821, patch by JRaSH (jrash06 163 com)kraymer2008-01-271-19/+80
* Remove $Id$ tags, they make diffs between different versionsreimar2008-01-2729-29/+0
* Always use inline instead of _inline, the former is supported by allreimar2008-01-271-4/+0
* Use the standard "static inline" instead of some broken ifdef messreimar2008-01-272-11/+23
* Prefer lavf mov demuxer over our own, it should work better most of the time ...reimar2008-01-271-0/+1
* Simplify init_vobsub: pass palette via extradata.reimar2008-01-261-8/+3
* Support vobsub palette in extradata, as exported by libavformatreimar2008-01-261-0/+8
* 100l, inverted condition for AVSEEK_FLAG_BACKWARDreimar2008-01-261-0/+1
* Used wrong condition for using AVSEEK_FLAG_BACKWARD, it should depend onreimar2008-01-261-2/+3
* Cosmetics: remove some trailing whitespacereimar2008-01-261-17/+17
* Add QDM2 codec identifierreimar2008-01-261-0/+1
* Partially support vobsub subtitles from lavf demuxers (palette support missing)reimar2008-01-261-0/+2
* in the crazy ES probing code return DEMUXER_TYPE_MPEG_ES (mpeg12v) only if we...nicodvb2008-01-261-1/+4
* in the PMT stream_type==0x11 indicates AAC in LATM streams, that now libfaad ...nicodvb2008-01-261-0/+1
* added code to check and handle the presence of LATM streams in the init() and...nicodvb2008-01-262-2/+69
* added AudioSpecificConfigFromBitfile() -that reads from an initizializednicodvb2008-01-263-33/+46
* generic functions and structures to parse and statekeep LATM streamsnicodvb2008-01-264-0/+207
* in GASpecificConfig 1 bit (extensionflag3) wasn't being read and the comment ...nicodvb2008-01-261-2/+3
* factorize 2 testsben2008-01-261-2/+3
* Check for stream change in dvdnav.ben2008-01-261-0/+8
* add a new state flag to dvdnav in order to notify ifben2008-01-262-0/+21
* remove useless castsben2008-01-261-10/+10
* simplify by a one-linerben2008-01-261-2/+1
* remove the spu_set field, replaced by a flagben2008-01-261-3/+4
* this end brace was not correctly indentedben2008-01-261-1/+1
* automatically set spu button highlight when nav cell has changedben2008-01-261-0/+3
* Add support for dvdnav still frames playback.ben2008-01-265-33/+345
* set -vc=ffmpeg12 as dvdnav prefered decoderben2008-01-251-0/+4
* spelling cosmeticsdiego2008-01-251-4/+4
* add documentation about switch_angle and switch_title slave commandsben2008-01-241-0/+10
* array was defined for 6 elements while 7 were declaredben2008-01-241-1/+1
* type expected by dvdnav_get_title_string() is constben2008-01-241-1/+1
* remove some redundant declarationsben2008-01-241-3/+0
* Add new command to switch between dvdnav titlesben2008-01-245-0/+18
* cosmetic: reindent code after r25843ben2008-01-231-7/+7
* sub_scale command now works with ass subtitles rendererben2008-01-231-0/+27
* Add ass_use_margins command and property to shift subtitles to margins and backeugeni2008-01-233-0/+32
* Add global ass_force_reload flag.eugeni2008-01-234-2/+17
* Ignore compare.diego2008-01-230-0/+0
* Zero codec_inited in the init() function, so that it's cleared everytime rtogni2008-01-231-0/+1
* Add a few const attributesreimar2008-01-231-2/+2
* Use the proper option name for constant quantizer iive2008-01-231-1/+1
* Move Zoran video controller check after the libavcodec one.iive2008-01-231-25/+26
* Disable unused functions find_handle_2, find_handle_by_name, fixes the warning:diego2008-01-231-0/+4
* Disable unused function test_heap, fixes the warning:diego2008-01-231-2/+4
* Remove unused function exp_ftol_wrong, fixes the warning:diego2008-01-231-6/+0
* Remove unused function fixup_address, fixes the warning:diego2008-01-231-12/+0
* Remove unused DPRINTF__ macro.diego2008-01-231-9/+0
* Move compare.c to TOOLS, add it to the Makefile and document it.diego2008-01-233-0/+11
* Fix typo in commentreimar2008-01-211-1/+1
* Remove useless castsreimar2008-01-211-2/+2
* synced with r25826Gabrov2008-01-214-32/+88
* Surround variable declarations by preprocessor conditionals to avoid warnings:diego2008-01-211-0/+5
* Comment out unused variables, fixes the warnings:diego2008-01-211-2/+2
* Prevent possible buffer overflow on album_title[]rtogni2008-01-201-2/+5
* Clear tmp between ip6 check and string escape to prevent reuse of the rtogni2008-01-201-0/+1
* Fix a ton of illegal identifiers. Identifiers starting with __ or _ and adiego2008-01-2044-347/+347
* Added missing single quotation mark.cehoyos2008-01-201-1/+1
* Fix compilation failue:ulion2008-01-201-0/+1
* Fix vobsub_seek use same reseek method as vobsub_get_packet did.ulion2008-01-201-12/+13
* Fix auto-sub code to support filenames with any extension length.ulion2008-01-201-4/+9
* Allow overriding the codec_tag for audio codecs, and always override rtogni2008-01-201-3/+13
* Fragment programs must use unix eol.reimar2008-01-200-0/+0
* Avoid some pointer conversion warnings (the code is messy but not wrong)reimar2008-01-201-2/+2
* Add missing vo_w32_border prototypereimar2008-01-201-0/+1