aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* updated table of libavcodec's audio codecsGravatar ptt2010-04-01
* Sanitize ICY metadata a bit before printing it.Gravatar reimar2010-03-31
* Make audio switching with AVI demuxer chose the first audio streamGravatar reimar2010-03-31
* Replace some "m" constraints by MANGLE to avoid issues with some compilers notGravatar reimar2010-03-31
* rename eatgv -> ffeatgv, lpcm -> fflpcmGravatar attila2010-03-31
* Add HAVE_STRERROR_R definition for FFmpeg to config.h.Gravatar diego2010-03-28
* Use (void) instead of () to indicate a parameterless function, fixes:Gravatar diego2010-03-28
* Add definition of CONFIG_LIBRTMP to config.h for FFmpeg.Gravatar diego2010-03-28
* Fix compilation after librtmp support in FFmpeg.Gravatar reimar2010-03-28
* Fix crash with incomplete yuv2 frames.Gravatar reimar2010-03-28
* Leave disabling SSE to the check_os_katmai_support always regardless of OS,Gravatar reimar2010-03-27
* Support concatenated YUV4MPEG files.Gravatar reimar2010-03-27
* Use calloc instead of malloc+memsetGravatar reimar2010-03-27
* Add const to some video_out extern declarations to match their definitions.Gravatar reimar2010-03-27
* Mark some more LIBVO_EXTERN declarations as const where possible.Gravatar reimar2010-03-27
* 100l, fix frametime calculation for MPEG-2 files with frame rate extension.Gravatar reimar2010-03-27
* libswscale: Relicense almost all x86 assembler optimizations as LGPL.Gravatar diego2010-03-27
* Refactor OS X foreground process setting into a separate function.Gravatar diego2010-03-26
* cosmetics: Break some overly long lines.Gravatar diego2010-03-26
* Convert asm keyword to __asm__.Gravatar diego2010-03-26
* HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.Gravatar diego2010-03-26
* Remove unused OPTFLAGS variable from config.mak.Gravatar diego2010-03-25
* Remove unused MACOSX_BUNDLE config.mak entry.Gravatar diego2010-03-25
* Move some FFmpeg-specific entries to the FFmpeg section of config.mak.Gravatar diego2010-03-25
* Don't try to delete the global memory mutex in the Win32 loader code,Gravatar sesse2010-03-25
* Mark add_subtitles() as static, it is not used outside the file, fixes:Gravatar diego2010-03-24
* Remove /usr[/local]/lib/win32 from the list of Win32 codec search paths.Gravatar diego2010-03-24
* AltiVec implies a PPC CPU, so there is no need to check for both.Gravatar diego2010-03-23
* loader: Remove commented-out extra_ld_library_path cruft.Gravatar diego2010-03-23
* Do not compile AltiVec code when AltiVec is not available; not even inGravatar diego2010-03-23
* Make http_read_response fail if parsing the response failed.Gravatar reimar2010-03-23
* Fix build due to codecs_path vs. codec_path typo.Gravatar diego2010-03-23
* Get rid of pointless def_path variable; use codec_path directly instead.Gravatar diego2010-03-23
* Real binary loader code should respect the binary codec path.Gravatar diego2010-03-23
* ReindentGravatar reimar2010-03-22
* Start probing with a size matching the stream buffer size so it is possibleGravatar reimar2010-03-22
* Make all instances of codec_patch unconditional, otherwiseGravatar attila2010-03-21
* Rename SetCodecPath() --> set_codec_path().Gravatar diego2010-03-21
* Rename get_path.[ch] --> path.[ch].Gravatar diego2010-03-20
* Move SetCodecPath() from loader to get_path.c and make it unconditional.Gravatar diego2010-03-20
* sync with en/mplayer.1 rev. 30936Gravatar jrash2010-03-20
* Remove unnecessary size limits and a related define for hm12 decoder.Gravatar reimar2010-03-19
* Use vd_raw to handle NV12/NV21 formats, since we support them as pixel formatsGravatar reimar2010-03-19
* Replace wrong condition name in #endif comment by correct instance.Gravatar diego2010-03-19
* Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 value.Gravatar diego2010-03-19
* Drop support for XANIM_MOD_DIR environment variable.Gravatar diego2010-03-18
* Reuse codec path variable used in the binary loader in the XAnim loader.Gravatar diego2010-03-18
* Extend the generic path of the yuv2rgb converter with support for rgb444Gravatar cehoyos2010-03-18
* cosmetics: indentationGravatar aurel2010-03-18
* add support for lavf style extradata in vd_theoraGravatar aurel2010-03-18