| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -8/+8 |
|\ |
|
| * | mpegvideo: Add ff_ prefix to nonstatic functions | Martin Storsjö | 2012-02-15 | 1 | -5/+5 |
| * | h263: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -3/+3 |
| * | svq1dec: call avcodec_set_dimensions() after dimensions changed. | Michael Niedermayer | 2011-12-23 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-03 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | svq1dec: avoid undefined get_bits(0) call | Mans Rullgard | 2011-12-02 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-27 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | svq1dec: use sign_extend() | Mans Rullgard | 2011-11-26 | 1 | -2/+2 |
* | | svq1dec: call avcodec_set_dimensions() after dimensions changed. | Michael Niedermayer | 2011-11-21 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -9/+8 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-12 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 1 | -3/+3 |
| * | svq1dec: Fix debug statements that referenced non-existing context. | Diego Biurrun | 2011-06-07 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-03 | 1 | -23/+11 |
|\ \
| |/ |
|
| * | Replace custom DEBUG preprocessor trickery by the standard one. | Diego Biurrun | 2011-06-03 | 1 | -3/+0 |
| * | Replace #ifdef + av_log() combinations by av_dlog(). | Diego Biurrun | 2011-06-03 | 1 | -18/+10 |
| * | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -2/+1 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -6/+6 |
* | | svq1dec: simpify mean calculation. | Michael Niedermayer | 2011-05-08 | 1 | -1/+1 |
* | | svq1dec: replace /2 by >>1 | Michael Niedermayer | 2011-05-08 | 1 | -1/+1 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -6/+6 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-30 | 1 | -13/+0 |
|\ \
| |/ |
|
| * | Remove some disabled printf debug cruft. | Diego Biurrun | 2011-04-29 | 1 | -13/+0 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-27 | 1 | -3/+0 |
|\ \
| |/ |
|
| * | lavc: remove FF_API_HURRY_UP cruft | Anton Khirnov | 2011-04-26 | 1 | -3/+0 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-03 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | lavc: mark hurry_up for removal on next major bump | Anton Khirnov | 2011-04-02 | 1 | -0/+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 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | svq1dec: replace VLA with malloc/free | Måns Rullgård | 2010-06-26 | 1 | -4/+11 |
* | 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 | -1/+1 |
* | Add additional long names for the Sorenson Vector Quantizer 1 decoder | Stefano Sabatini | 2009-10-19 | 1 | -1/+1 |
* | Replace last use of INIT_VLC_USE_STATIC by INIT_VLC_USE_NEW_STATIC in svq1dec | Reimar Döffinger | 2009-09-24 | 1 | -2/+11 |
* | Use INIT_VLC_STATIC where easily possible in svq1dec | Reimar Döffinger | 2009-09-24 | 1 | -8/+8 |
* | Mark all pix_fmts and supported_framerates compound literals as const. | Reimar Döffinger | 2009-09-06 | 1 | -1/+1 |
* | Move ALIGN macro to libavutil/common.h and use it in various places | David Conrad | 2009-05-22 | 1 | -4/+4 |
* | Two INIT_VLC_USE_STATIC cases Carl missed. | Michael Niedermayer | 2009-04-11 | 1 | -1/+1 |
* | Use INIT_VLC_USE_STATIC and not its value "1". | Carl Eugen Hoyos | 2009-04-11 | 1 | -5/+5 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | moves mid_pred() into mathops.h (with arch specific code split by directory) | Aurelien Jacobs | 2009-01-18 | 1 | -0/+1 |
* | The POSIX namespace shall be held sacrosanct. To that end, | Mike Melanson | 2008-12-14 | 1 | -11/+11 |
* | Export svq1_packet_checksum() that is needed for svq3 watermarks, | Michael Niedermayer | 2008-10-14 | 1 | -2/+2 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Replace some occurrences of -1 with PIX_FMT_NONE. | Carl Eugen Hoyos | 2008-05-11 | 1 | -1/+1 |
* | Add long names to AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |