| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Support intra_dc_precision>8 in jpeg | Michael Niedermayer | 2010-03-15 | 1 | -1/+3 |
* | use mpeg2 quantization bias for mjpeg. | Michael Niedermayer | 2010-03-15 | 1 | -4/+1 |
* | Move ff_sqrt() to libavutil/intmath.h | Måns Rullgård | 2010-03-08 | 1 | -0/+1 |
* | Use LOCAL_ALIGNED macro for local arrays | Måns Rullgård | 2010-02-17 | 1 | -1/+1 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -1/+1 |
* | Add missing internal.h to files calling ff_match_2uint16(). | Alexander Strange | 2010-01-11 | 1 | -0/+1 |
* | Add a function to match a 2 element vector of uint16_t and use it in h263 and... | Michael Niedermayer | 2010-01-09 | 1 | -1/+2 |
* | Split the mpeg4 encoder and decoder off h263.c | Michael Niedermayer | 2010-01-07 | 1 | -13/+1 |
* | Move forgotton "AVCodec flv_encoder" over to flvenc.c. | Michael Niedermayer | 2010-01-07 | 1 | -12/+0 |
* | Split out flv encoding. | Michael Niedermayer | 2010-01-07 | 1 | -0/+1 |
* | Get rid of pointless CONFIG_ANY_H263 preprocessor definition. | Diego Biurrun | 2009-12-30 | 1 | -1/+0 |
* | Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER. | Diego Biurrun | 2009-12-28 | 1 | -5/+5 |
* | Check sample_aspect_ratio validity for mpeg4/h263/h263p encoding. | Michael Niedermayer | 2009-12-14 | 1 | -0/+8 |
* | Cosmetic (restructure RGB ljpeg check to be more readable) | Michael Niedermayer | 2009-12-10 | 1 | -8/+8 |
* | 10l, Fix YUV ljpeg that i just broke by mistake. | Michael Niedermayer | 2009-12-10 | 1 | -1/+1 |