| Commit message (Expand) | Author | Age | Files | Lines |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 383 | -1029/+1041 |
* | Add spectral extension to the E-AC-3 decoder. | Carl Eugen Hoyos | 2010-03-30 | 9 | -21/+300 |
* | Fix implicit weight for b frames in mbaff. | Michael Niedermayer | 2010-03-30 | 3 | -19/+40 |
* | Make sure the EC code does not attempt to use inter based concealment if there | Michael Niedermayer | 2010-03-30 | 1 | -0/+6 |
* | Split out code that auto-chooses a default pix_fmt/sample_fmt in their own | Ronald S. Bultje | 2010-03-30 | 1 | -23/+32 |
* | configure: restore -mdynamic-no-pic on darwin (missing since r20497) | Alexander Strange | 2010-03-30 | 1 | -1/+2 |
* | Replace @returns by @return. | Benoit Fouet | 2010-03-30 | 15 | -23/+23 |
* | Set VDPAU H264 picture parameter field_order_cnt and frame_num at the | Stephen Warren | 2010-03-30 | 3 | -8/+21 |
* | Fix VDPAU for H.264 streams with long reference frames. | Stephen Warren | 2010-03-30 | 1 | -1/+1 |
* | Add missing entry for the YOP demuxer and video decoder addition. | Stefano Sabatini | 2010-03-29 | 1 | -0/+1 |
* | Document url_exist(). | Stefano Sabatini | 2010-03-29 | 1 | -0/+5 |
* | Implement YOP demuxer and video decoder. | Mohamed Naufal | 2010-03-29 | 9 | -2/+485 |
* | Include appropriate header in table generators instead of using a dummy | Reimar Döffinger | 2010-03-29 | 4 | -2/+2 |
* | Add some documentation about the table generation code. | Reimar Döffinger | 2010-03-29 | 1 | -0/+57 |
* | Fix indentation. | Reimar Döffinger | 2010-03-29 | 1 | -4/+4 |
* | Some spelling fixes. | Reimar Döffinger | 2010-03-29 | 1 | -4/+4 |
* | Simplify interleaving code. | Ronald S. Bultje | 2010-03-29 | 1 | -5/+3 |
* | Add a timeout to the select() call. Patch by Sam Gerstein <sgerstein bluefinlab | Sam Gerstein | 2010-03-29 | 1 | -3/+13 |
* | Cosmetics : add a space after ",". | Jai Menon | 2010-03-29 | 1 | -1/+1 |
* | indent | Loren Merritt | 2010-03-29 | 1 | -53/+53 |
* | optimize init_vlc(). | Loren Merritt | 2010-03-29 | 1 | -67/+107 |
* | Update x264 presets in line with latest x264 changes. | Lou Logan | 2010-03-29 | 6 | -6/+52 |
* | Clarify (Open)Solaris section of the documentation. | Michael Kostylev | 2010-03-28 | 1 | -3/+11 |
* | Add myself as co-maintainer of tta.c | Jai Menon | 2010-03-28 | 1 | -1/+1 |
* | TTA : Check if the output buffer size is within bounds. | Jai Menon | 2010-03-28 | 1 | -0/+4 |
* | Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols via | Howard Chu | 2010-03-28 | 6 | -3/+225 |
* | Document url_seek(). | Stefano Sabatini | 2010-03-28 | 1 | -0/+15 |
* | Implement -convert_tags option, which converts showed tag names to the | Stefano Sabatini | 2010-03-28 | 2 | -0/+7 |
* | Fix NUT (de)muxer warnings: | Vitor Sessak | 2010-03-28 | 4 | -9/+13 |
* | Initialize ssrc and base_timestamp using ff_random_get_seed() | Martin Storsjö | 2010-03-28 | 1 | -3/+3 |
* | correct first pts for ogg skeleton | Aurelien Jacobs | 2010-03-28 | 1 | -0/+2 |
* | Document the behavior of av_metadata_get() if the prev parameter is | Stefano Sabatini | 2010-03-27 | 1 | -0/+1 |
* | Use more appropriate return values in txd demuxer. | Reimar Döffinger | 2010-03-27 | 1 | -4/+6 |
* | eacdata: fix a memleak, return partial packets and use proper return values. | Reimar Döffinger | 2010-03-27 | 1 | -3/+4 |
* | misc wording and grammar fixes | Diego Biurrun | 2010-03-27 | 1 | -14/+13 |
* | Clearer CODEC_CAP_DR1 documentation. | Reimar Döffinger | 2010-03-27 | 1 | -2/+3 |
* | Clarify where the list of supported formats is. | Diego Biurrun | 2010-03-27 | 1 | -2/+2 |
* | 10l: Initialize tag to NULL in show_stream, fix metadata showing in | Stefano Sabatini | 2010-03-27 | 1 | -1/+1 |
* | Clarify which parts of libswscale remain GPL. | Diego Biurrun | 2010-03-27 | 1 | -1/+2 |
* | libswscale: Relicense almost all x86 assembler optimizations as LGPL. | Diego Biurrun | 2010-03-27 | 5 | -74/+59 |
* | Use av_strerror() in print_error(). | Stefano Sabatini | 2010-03-26 | 1 | -26/+4 |
* | Use the newly available x264 parameters in ffmpeg in the x264 preset files. | Lou Logan | 2010-03-26 | 12 | -0/+12 |
* | Don't report EINTR from select as an error, retry select instead | Martin Storsjö | 2010-03-26 | 3 | -1/+10 |
* | Add (Open)Solaris section to platform documentation. | Diego Biurrun | 2010-03-26 | 1 | -0/+7 |
* | HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough. | Diego Biurrun | 2010-03-26 | 1 | -1/+1 |
* | h264: Use + instead of | in some places | Alexander Strange | 2010-03-26 | 1 | -8/+8 |
* | libxvid: Clear extradata pointer when freeing it. | Ramiro Polla | 2010-03-26 | 1 | -1/+1 |
* | h264: Remove unused function argument | Alexander Strange | 2010-03-26 | 1 | -4/+4 |
* | h264: Simplify decode_cabac_residual() specialization | Alexander Strange | 2010-03-26 | 1 | -17/+6 |
* | Fix updating condition for the probe_size variable in the internal | Micah F. Galizia | 2010-03-26 | 1 | -1/+7 |