| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -16/+14 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -16/+14 |
| * | dv: fix comment wording mistake | Clément Bœsch | 2011-07-05 | 1 | -2/+2 |
| * | dv: fix valgrind use of uninitialised value warnings. | Reimar Döffinger | 2011-07-05 | 1 | -2/+4 |
| * | dv: fix comment spelling | Clément Bœsch | 2011-07-05 | 1 | -10/+9 |
* | | Remove useless NULL check. | Reimar Döffinger | 2011-07-26 | 1 | -1/+1 |
* | | dv: fix comment wording mistake | Clément Bœsch | 2011-07-05 | 1 | -2/+2 |
* | | dv: fix valgrind use of uninitialised value warnings. | Reimar Döffinger | 2011-07-05 | 1 | -2/+4 |
* | | dv: fix comment spelling. | Clément Bœsch | 2011-07-05 | 1 | -10/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-08 | 1 | -21/+7 |
|\ \
| |/ |
|
| * | Replace some av_log/printf + #ifdef combinations by av_dlog. | Diego Biurrun | 2011-06-07 | 1 | -21/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-04 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name(). | Stefano Sabatini | 2011-06-03 | 1 | -1/+2 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -2/+2 |
* | | lavc: set defaults in internal codec frames | Stefano Sabatini | 2011-05-07 | 1 | -0/+1 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -2/+2 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-22 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Introduce slice threads flag. | Ronald S. Bultje | 2011-04-21 | 1 | -1/+2 |
* | | 10l, commit that should have been stashed into the merge. | Michael Niedermayer | 2011-04-17 | 1 | -2/+2 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-17 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Replace more FFmpeg references by Libav. | Diego Biurrun | 2011-04-17 | 1 | -2/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -2/+2 |
|/ |
|
* | In dv decoder, set sample aspect aspect ratio, fix issue #1612 | Baptiste Coudurier | 2010-09-27 | 1 | -0/+10 |
* | dv: fix alignment of scratch buffer | Måns Rullgård | 2010-08-20 | 1 | -1/+1 |
* | Add new decoder property max_lowres and do not init decoder if requested valu... | Carl Eugen Hoyos | 2010-07-07 | 1 | -0/+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 | -2/+2 |
* | Fix indentation. | Reimar Döffinger | 2010-03-29 | 1 | -4/+4 |
* | Add support for hard-coding the 256kB large dv_vlc_map table. | Reimar Döffinger | 2010-03-21 | 1 | -55/+2 |
* | Split VLC-related tables out of dvdata.h to make it easier to add support | Reimar Döffinger | 2010-03-21 | 1 | -0/+1 |
* | Use LOCAL_ALIGNED macro for local arrays | Måns Rullgård | 2010-02-17 | 1 | -6/+6 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -4/+4 |
* | Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by assert(). | Michael Niedermayer | 2010-01-12 | 1 | -2/+2 |
* | Fail earlier for unsupported resolutions or pixel formats when encoding | Tomas Härdin | 2009-12-11 | 1 | -1/+12 |
* | Make get_bits_left() available for use in libavcodec (was previously held | Ronald S. Bultje | 2009-11-09 | 1 | -5/+0 |
* | Split parts of dvdata.h into dvdata.c, this ensures that things like | Reimar Döffinger | 2009-10-16 | 1 | -2/+2 |
* | Use context instead of NULL for logging. | Reimar Döffinger | 2009-09-29 | 1 | -2/+2 |
* | Make sure that dv encoder initializes all encoded packet data. | Reimar Döffinger | 2009-09-29 | 1 | -1/+10 |
* | Mark all pix_fmts and supported_framerates compound literals as const. | Reimar Döffinger | 2009-09-06 | 1 | -1/+1 |
* | Remove some unnecessary alignment specifiers | Måns Rullgård | 2009-08-26 | 1 | -2/+2 |
* | print error when dv frame profile cannot be found | Baptiste Coudurier | 2009-06-14 | 1 | -1/+3 |
* | check if frame size matches old sys and assumes corrupted input, fixes #1192 | Baptiste Coudurier | 2009-06-14 | 1 | -1/+1 |
* | remove cast and use put_sbits, fix assertion in put_bits | Baptiste Coudurier | 2009-05-31 | 1 | -1/+1 |
* | Add a chroma_sample_location field to define positioning of chroma samples | David Conrad | 2009-05-11 | 1 | -0/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 1 | -0/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Fixing a value returning issue | Roman Shaposhnik | 2009-02-20 | 1 | -2/+3 |