summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avoid using non constant fields of AVCodecContext in avi muxerMichael Niedermayer2006-01-254-18/+18
* try avi video name -> codec_id mapping if the mov one has no matchMichael Niedermayer2006-01-251-0/+2
* 10l forgot #ifdef CONFIG_XVIDMichael Niedermayer2006-01-251-1/+6
* xvid ratecontrol supportMichael Niedermayer2006-01-245-5/+165
* Make sure that ffmpeg_g and ffplay_g get removed on 'make clean'.Diego Biurrun2006-01-241-3/+5
* Disable protocols by default on WinCE, not MinGW.Gildas Bazin2006-01-241-1/+1
* Remove all stray tabs and trailing whitespace, this time for good.Diego Biurrun2006-01-248-97/+97
* Fix the wrongly commited regressions stuff for psp compatible mp4 files.Benjamin Larsson2006-01-242-4/+4
* Fix for title field in PSP compatible mp4 files. Patch byBenjamin Larsson2006-01-244-46/+96
* scale video for snow iterative me down so the egression test is fasterMichael Niedermayer2006-01-233-10/+10
* gcc 2.95 fixBenjamin Larsson2006-01-231-1/+1
* >4gb fixes by (Dirk Musfeldt | d.musfeldt meilenstein de)Michael Niedermayer2006-01-234-61/+83
* Mjpeg interlaced decoding fix, height was wrong while decoding (/2).Baptiste Coudurier2006-01-231-2/+3
* Skip all includes for WinCE, instead of falling through to the #else case.Diego Biurrun2006-01-231-1/+3
* sc_factor support for encoding.Corey Hickey2006-01-223-5/+13
* faster copy functions for lzo decoder that also need paddingReimar Döffinger2006-01-223-19/+81
* WinCE cross-compilation supportGildas Bazin2006-01-224-3/+34
* Place proper #ifdef around muxer-specific code.Gianluigi Tiesi2006-01-221-0/+6
* Add --disable-protocols option to configure to disable I/O protocol fromGildas Bazin2006-01-216-13/+34
* native ac3 parserMåns Rullgård2006-01-213-35/+96
* Implement audio cutoff frequency to the vorbis encoder.Justin Ruggles2006-01-211-13/+23
* fix convergence of snow iterative_meLoren Merritt2006-01-213-7/+14
* revert 1.83 because it's not neededLoren Merritt2006-01-211-16/+0
* audio in dvr-ms demuxing support by (John Donaghy <johnfdonaghy gmail com<)Michael Niedermayer2006-01-202-2/+75
* Silence warnings, these came when some tables got declared as const.Benjamin Larsson2006-01-201-3/+3
* place SPS/PPS in extradata if GLOBAL_HEADER flag is setMåns Rullgård2006-01-201-0/+18
* Put muxer-specific code parts in #ifdef CONFIG_MUXERS.Diego Biurrun2006-01-193-2/+17
* typoDiego Biurrun2006-01-191-1/+1
* Properly #ifdef muxer-specific parts.Gildas Bazin2006-01-193-7/+9
* detect when iterative_me fails to converge, and stop searchingLoren Merritt2006-01-192-4/+20
* pts fix by (Bryan Mayland / bmayland O leoninedev o com)Michael Niedermayer2006-01-191-1/+7
* interpret H264 VUI timing info correctlyMåns Rullgård2006-01-191-1/+5
* Remove erroneous extralibs line in a --disable option.Diego Biurrun2006-01-181-1/+0
* obmc-aware 4mvLoren Merritt2006-01-171-32/+176
* Make clean/distclean consistent throughout all the Makefiles.Diego Biurrun2006-01-165-14/+22
* 10l, get_byte returning 0 on error can cause a hang. So let's try with 1 inst...Reimar Döffinger2006-01-151-1/+1
* 10l: now it works really, with 1k outbut buffers it failed more times, with 6...Alex Beregszaszi2006-01-151-6/+7
* Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.Diego Biurrun2006-01-155-7/+8
* Define separate version number for libpostproc.Diego Biurrun2006-01-142-0/+7
* Remove redundant --enable-shared-pp configure option and make the PP codeDiego Biurrun2006-01-143-15/+6
* Off by one fix to prevent possible segfault. Patch by jwestfall at surrealist...jwestfall@surrealistic.net2006-01-141-2/+2
* Move library name generation to configure, simplifies build system a bit more.Diego Biurrun2006-01-145-12/+8
* Fix a bunch of spelling/grammar mistakes in doxygen comments and output.Diego Biurrun2006-01-141-32/+32
* get_byte may not return -1 on error, since it can lead to a negative backptr.Reimar Döffinger2006-01-141-1/+1
* Clarify codec addition instructions.Diego Biurrun2006-01-141-2/+5
* Wrong state handling causing decompression errors in some casesReimar Döffinger2006-01-141-3/+1
* Create symbolic links for all library sonames and clean up Makefiles.Diego Biurrun2006-01-145-12/+43
* split snow53 test outMichael Niedermayer2006-01-142-1/+7
* CamStudio video decoderDiego Biurrun2006-01-142-2/+3
* Add a note about what to do when adding a new codec.Diego Biurrun2006-01-141-0/+3
OpenPOWER on IntegriCloud