| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-12 | 1 | -86/+86 |
|\ |
|
| * | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 1 | -86/+86 |
* | | Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf' | Michael Niedermayer | 2011-07-11 | 1 | -2/+2 |
|\| |
|
| * | lavc: make avcodec_alloc_context3 officially public. | Anton Khirnov | 2011-07-10 | 1 | -1/+1 |
| * | lavc: introduce avcodec_open2() as a replacement for avcodec_open(). | Anton Khirnov | 2011-07-10 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -0/+1 |
|\| |
|
| * | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-03 | 1 | -2/+0 |
|\| |
|
| * | put_bits: remove ALT_BITSTREAM_WRITER | Mans Rullgard | 2011-07-02 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-01 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: fix some then/than typos | Diego Biurrun | 2011-06-30 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-04 | 1 | -2/+2 |
|\| |
|
| * | mpegvideoenc: fix multislice fate tests with threading disabled. | Ronald S. Bultje | 2011-06-03 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-03 | 1 | -1/+1 |
|\| |
|
| * | H264/MPEG frame-level multi-threading. | Alexander Strange | 2011-06-02 | 1 | -11/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-26 | 1 | -6/+2 |
|\| |
|
| * | Remove h263_msmpeg4 from MpegEncContext. | Alex Converse | 2011-05-25 | 1 | -6/+2 |
* | | mpegvideo_enc: use AV_LOG_ERROR instead of AV_LOG_INFO for two error messages | ami_stuff | 2011-05-25 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-25 | 1 | -21/+0 |
|\| |
|
| * | lavc: remove msmpeg4v1 encoder. | Anton Khirnov | 2011-05-24 | 1 | -21/+0 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -37/+37 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -37/+37 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-22 | 1 | -0/+1 |
|\| |
|
| * | Introduce slice threads flag. | Ronald S. Bultje | 2011-04-21 | 1 | -0/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Pass VBV delay to the calling application via ctx | Christophe Massiot | 2011-02-15 | 1 | -0/+1 |
| * | Move ff_emulated_edge_mc() into DSPContext. | Ronald S. Bultje | 2011-01-28 | 1 | -3/+3 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -6/+6 |
| * | Make denoise_dct_c() and dct_quantize_trellis_c() static in definitions | Mans Rullgard | 2011-01-25 | 1 | -4/+4 |
| * | Make denoise_dct_c and dct_quantize_trellis_c static. | Diego Elio Pettenò | 2011-01-24 | 1 | -0/+2 |
* | | Fake-Merge remote-tracking branch 'ffmpeg-mt/master' | Michael Niedermayer | 2011-03-22 | 1 | -11/+13 |
* | | Pass VBV delay to the calling application via ctx | Christophe Massiot | 2011-02-16 | 1 | -0/+1 |
* | | Move ff_emulated_edge_mc() into DSPContext. | Ronald S. Bultje | 2011-01-30 | 1 | -3/+3 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -6/+6 |
* | | Make denoise_dct_c() and dct_quantize_trellis_c() static in definitions | Mans Rullgard | 2011-01-26 | 1 | -4/+4 |
* | | Make denoise_dct_c and dct_quantize_trellis_c static. | Diego Elio Pettenò | 2011-01-26 | 1 | -0/+2 |
|/ |
|
* | Make mpeg4 encoder log a more explicit error message when the timebase | Stefano Sabatini | 2011-01-05 | 1 | -1/+3 |
* | Our ljpeg encoder supports bgra, use the correct constant in the sanity check. | Michael Niedermayer | 2011-01-05 | 1 | -1/+1 |
* | Remove PIX_FMT_RGB32 mjpeg encoding, there is no such thing ... | Michael Niedermayer | 2011-01-05 | 1 | -1/+1 |
* | Fix YUV444P LJPEG encoding. | Michael Niedermayer | 2011-01-04 | 1 | -0/+6 |
* | 10l fix h263 encoder resolution test, array size is 8 not 7 | Baptiste Coudurier | 2010-10-02 | 1 | -1/+1 |
* | Fix rv20 encoding so the binary decoder can decode it. | Michael Niedermayer | 2010-09-26 | 1 | -1/+1 |
* | Allow mpeg encoding with qscale and very low frame rate. | James Darnley | 2010-09-10 | 1 | -1/+1 |
* | Check rc_buffer_size value using integer arithmetic | Måns Rullgård | 2010-09-07 | 1 | -1/+1 |
* | Change all occurences of "inofficial" to "unofficial" in code, comments | Rodney Baker | 2010-07-03 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -6/+6 |
* | Always check if ff_alloc_picture() succeeds. | Pavel Pavlov | 2010-03-23 | 1 | -5/+14 |
* | Change ref_index structure so it matches how its organized in h264. | Michael Niedermayer | 2010-03-23 | 1 | -1/+1 |
* | Add ff_ prefix for mpeg2_dc_scale_table. | Michael Niedermayer | 2010-03-15 | 1 | -2/+2 |