| Commit message (Expand) | Author | Age | Files | Lines |
* | Fail when lowres value is lower than 0 | ami_stuff | 2011-05-25 | 1 | -1/+1 |
* | partial revert of 01d3ebaf219d83c0a70cdf9696ecb6b868e8a165 | Michael Niedermayer | 2011-05-24 | 1 | -1/+2 |
* | avcodec_find_decoder: prefer non experimental decoders. | Michael Niedermayer | 2011-05-24 | 1 | -4/+8 |
* | Merge/split side data. | Michael Niedermayer | 2011-05-21 | 1 | -2/+2 |
* | AVFrame: only set parameters from AVCodecContext in decode_video*() when no f... | Michael Niedermayer | 2011-05-14 | 1 | -0/+3 |
* | avcodec_default_get_buffer: init picture parameters. | Michael Niedermayer | 2011-05-14 | 1 | -0/+4 |
* | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-11 | 1 | -3/+3 |
|\ |
|
| * | Add the notion of pixel size in h264 related functions. | Oskar Arvidsson | 2011-05-10 | 1 | -1/+2 |
| * | Add pixel formats for 9- and 10-bit yuv420p. | Oskar Arvidsson | 2011-05-10 | 1 | -0/+4 |
* | | PIX_FMT_422P10 support | Baptiste Coudurier | 2011-05-08 | 1 | -0/+2 |
* | | lavc: add format field to AVFrame | Stefano Sabatini | 2011-05-07 | 1 | -0/+3 |
* | | lavc: add width and height fields to AVFrame | Stefano Sabatini | 2011-05-07 | 1 | -0/+4 |
* | | Allow encodiing empty subtitles. | JULIAN GARDNER | 2011-05-06 | 1 | -2/+1 |
* | | lavc: add a sample_aspect_ratio field to AVFrame | Stefano Sabatini | 2011-05-01 | 1 | -0/+3 |
* | | lavc: add a pkt_pos field to AVFrame | Stefano Sabatini | 2011-05-01 | 1 | -2/+9 |
* | | lavc: remove disabled avcodec_decode_video() code | Stefano Sabatini | 2011-04-30 | 1 | -17/+0 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-28 | 1 | -11/+44 |
|\| |
|
| * | Simplify av_log_missing_feature(). | Diego Biurrun | 2011-04-27 | 1 | -3/+1 |
| * | If AVCodecContext.channels is 0 and AVCodecContext.channel_layout is | Justin Ruggles | 2011-04-27 | 1 | -0/+2 |
| * | If AVCodecContext.channel_layout and AVCodecContext.channels are both | Justin Ruggles | 2011-04-27 | 1 | -0/+7 |
| * | cosmetics: indentation | Justin Ruggles | 2011-04-27 | 1 | -8/+8 |
| * | Check AVCodec.supported_samplerates and AVCodec.channel_layouts in | Justin Ruggles | 2011-04-27 | 1 | -1/+27 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-27 | 1 | -10/+3 |
|\| |
|
| * | lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums | Stefano Sabatini | 2011-04-26 | 1 | -10/+3 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-23 | 1 | -2/+8 |
|\| |
|
| * | Make av_log_ask_for_sample() accept a variable number of arguments. | Diego Biurrun | 2011-04-22 | 1 | -2/+8 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-22 | 1 | -0/+8 |
|\| |
|
| * | lavc: provide deprecated avcodec_thread_init until next major version | Anton Khirnov | 2011-04-21 | 1 | -0/+8 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-20 | 1 | -76/+10 |
|\| |
|
| * | In avcodec_open(), set return code to an error value only when an error occurs | Justin Ruggles | 2011-04-19 | 1 | -3/+8 |
| * | lavc: remove misc disabled cruft. | Anton Khirnov | 2011-04-19 | 1 | -46/+2 |
| * | lavc: remove the FF_API_SUBTITLE_OLD cruft. | Anton Khirnov | 2011-04-19 | 1 | -14/+0 |
| * | lavc: remove the FF_API_VIDEO_OLD cruft. | Anton Khirnov | 2011-04-19 | 1 | -16/+0 |
| * | lavc: remove the FF_API_AUDIO_OLD cruft. | Anton Khirnov | 2011-04-19 | 1 | -14/+0 |
| * | Replace mplayerhq.hu URLs by libav.org. | Diego Biurrun | 2011-04-18 | 1 | -1/+1 |
* | | 10l, commit that should have been stashed into the merge. | Michael Niedermayer | 2011-04-17 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-17 | 1 | -1/+1 |
|\| |
|
| * | Replace more FFmpeg references by Libav. | Diego Biurrun | 2011-04-17 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-12 | 1 | -0/+1 |
|\| |
|
| * | g722: Return 8 bits per sample for g722 in av_get_bits_per_sample | Martin Storsjö | 2011-04-11 | 1 | -0/+1 |
* | | add avcodec_get_subtitle_defaults() to initialize AVSubtitle struct | Aurelien Jacobs | 2011-04-11 | 1 | -0/+7 |
* | | Add the notion of pixel size in h264 related functions. | Oskar Arvidsson | 2011-04-10 | 1 | -1/+2 |
* | | Add pixel formats for 9- and 10-bit yuv420p. | Oskar Arvidsson | 2011-04-10 | 1 | -0/+4 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-06 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary parameter from ff_thread_init() and fix behavior | Alexander Strange | 2011-04-05 | 1 | -4/+4 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | Unbreak avcodec_thread_init | Reimar Döffinger | 2011-03-28 | 1 | -4/+5 |
* | | Fake-Merge remote-tracking branch 'ffmpeg-mt/master' | Michael Niedermayer | 2011-03-22 | 1 | -3/+6 |
* | | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION" | Michael Niedermayer | 2011-03-17 | 1 | -1/+1 |
* | | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*" | Michael Niedermayer | 2011-03-17 | 1 | -1/+1 |