| Commit message (Expand) | Author | Age | Files | Lines |
* | avoid using non constant fields of AVCodecContext in avi muxer | Michael Niedermayer | 2006-01-25 | 4 | -18/+18 |
* | try avi video name -> codec_id mapping if the mov one has no match | Michael Niedermayer | 2006-01-25 | 1 | -0/+2 |
* | 10l forgot #ifdef CONFIG_XVID | Michael Niedermayer | 2006-01-25 | 1 | -1/+6 |
* | xvid ratecontrol support | Michael Niedermayer | 2006-01-24 | 5 | -5/+165 |
* | Make sure that ffmpeg_g and ffplay_g get removed on 'make clean'. | Diego Biurrun | 2006-01-24 | 1 | -3/+5 |
* | Disable protocols by default on WinCE, not MinGW. | Gildas Bazin | 2006-01-24 | 1 | -1/+1 |
* | Remove all stray tabs and trailing whitespace, this time for good. | Diego Biurrun | 2006-01-24 | 8 | -97/+97 |
* | Fix the wrongly commited regressions stuff for psp compatible mp4 files. | Benjamin Larsson | 2006-01-24 | 2 | -4/+4 |
* | Fix for title field in PSP compatible mp4 files. Patch by | Benjamin Larsson | 2006-01-24 | 4 | -46/+96 |
* | scale video for snow iterative me down so the egression test is faster | Michael Niedermayer | 2006-01-23 | 3 | -10/+10 |
* | gcc 2.95 fix | Benjamin Larsson | 2006-01-23 | 1 | -1/+1 |
* | >4gb fixes by (Dirk Musfeldt | d.musfeldt meilenstein de) | Michael Niedermayer | 2006-01-23 | 4 | -61/+83 |
* | Mjpeg interlaced decoding fix, height was wrong while decoding (/2). | Baptiste Coudurier | 2006-01-23 | 1 | -2/+3 |
* | Skip all includes for WinCE, instead of falling through to the #else case. | Diego Biurrun | 2006-01-23 | 1 | -1/+3 |
* | sc_factor support for encoding. | Corey Hickey | 2006-01-22 | 3 | -5/+13 |
* | faster copy functions for lzo decoder that also need padding | Reimar Döffinger | 2006-01-22 | 3 | -19/+81 |
* | WinCE cross-compilation support | Gildas Bazin | 2006-01-22 | 4 | -3/+34 |
* | Place proper #ifdef around muxer-specific code. | Gianluigi Tiesi | 2006-01-22 | 1 | -0/+6 |
* | Add --disable-protocols option to configure to disable I/O protocol from | Gildas Bazin | 2006-01-21 | 6 | -13/+34 |
* | native ac3 parser | Måns Rullgård | 2006-01-21 | 3 | -35/+96 |
* | Implement audio cutoff frequency to the vorbis encoder. | Justin Ruggles | 2006-01-21 | 1 | -13/+23 |
* | fix convergence of snow iterative_me | Loren Merritt | 2006-01-21 | 3 | -7/+14 |
* | revert 1.83 because it's not needed | Loren Merritt | 2006-01-21 | 1 | -16/+0 |
* | audio in dvr-ms demuxing support by (John Donaghy <johnfdonaghy gmail com<) | Michael Niedermayer | 2006-01-20 | 2 | -2/+75 |
* | Silence warnings, these came when some tables got declared as const. | Benjamin Larsson | 2006-01-20 | 1 | -3/+3 |
* | place SPS/PPS in extradata if GLOBAL_HEADER flag is set | Måns Rullgård | 2006-01-20 | 1 | -0/+18 |
* | Put muxer-specific code parts in #ifdef CONFIG_MUXERS. | Diego Biurrun | 2006-01-19 | 3 | -2/+17 |
* | typo | Diego Biurrun | 2006-01-19 | 1 | -1/+1 |
* | Properly #ifdef muxer-specific parts. | Gildas Bazin | 2006-01-19 | 3 | -7/+9 |
* | detect when iterative_me fails to converge, and stop searching | Loren Merritt | 2006-01-19 | 2 | -4/+20 |
* | pts fix by (Bryan Mayland / bmayland O leoninedev o com) | Michael Niedermayer | 2006-01-19 | 1 | -1/+7 |
* | interpret H264 VUI timing info correctly | Måns Rullgård | 2006-01-19 | 1 | -1/+5 |
* | Remove erroneous extralibs line in a --disable option. | Diego Biurrun | 2006-01-18 | 1 | -1/+0 |
* | obmc-aware 4mv | Loren Merritt | 2006-01-17 | 1 | -32/+176 |
* | Make clean/distclean consistent throughout all the Makefiles. | Diego Biurrun | 2006-01-16 | 5 | -14/+22 |
* | 10l, get_byte returning 0 on error can cause a hang. So let's try with 1 inst... | Reimar Döffinger | 2006-01-15 | 1 | -1/+1 |
* | 10l: now it works really, with 1k outbut buffers it failed more times, with 6... | Alex Beregszaszi | 2006-01-15 | 1 | -6/+7 |
* | Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. | Diego Biurrun | 2006-01-15 | 5 | -7/+8 |
* | Define separate version number for libpostproc. | Diego Biurrun | 2006-01-14 | 2 | -0/+7 |
* | Remove redundant --enable-shared-pp configure option and make the PP code | Diego Biurrun | 2006-01-14 | 3 | -15/+6 |
* | Off by one fix to prevent possible segfault. Patch by jwestfall at surrealist... | jwestfall@surrealistic.net | 2006-01-14 | 1 | -2/+2 |
* | Move library name generation to configure, simplifies build system a bit more. | Diego Biurrun | 2006-01-14 | 5 | -12/+8 |
* | Fix a bunch of spelling/grammar mistakes in doxygen comments and output. | Diego Biurrun | 2006-01-14 | 1 | -32/+32 |
* | get_byte may not return -1 on error, since it can lead to a negative backptr. | Reimar Döffinger | 2006-01-14 | 1 | -1/+1 |
* | Clarify codec addition instructions. | Diego Biurrun | 2006-01-14 | 1 | -2/+5 |
* | Wrong state handling causing decompression errors in some cases | Reimar Döffinger | 2006-01-14 | 1 | -3/+1 |
* | Create symbolic links for all library sonames and clean up Makefiles. | Diego Biurrun | 2006-01-14 | 5 | -12/+43 |
* | split snow53 test out | Michael Niedermayer | 2006-01-14 | 2 | -1/+7 |
* | CamStudio video decoder | Diego Biurrun | 2006-01-14 | 2 | -2/+3 |
* | Add a note about what to do when adding a new codec. | Diego Biurrun | 2006-01-14 | 1 | -0/+3 |