| Commit message (Expand) | Author | Age | Files | Lines |
* | svq1dec: use sign_extend() | Mans Rullgard | 2011-11-26 | 1 | -2/+2 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
* | 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 |
* | 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 |
* | Remove some disabled printf debug cruft. | Diego Biurrun | 2011-04-29 | 1 | -13/+0 |
* | lavc: remove FF_API_HURRY_UP cruft | Anton Khirnov | 2011-04-26 | 1 | -3/+0 |
* | 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 |
* | 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 |
* | add FF_ prefix to all (frame)_TYPE usage | Aurelien Jacobs | 2008-03-09 | 1 | -7/+7 |
* | some const | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | Add const qualifiers to unmodified function parameters, fixes the warning: | Diego Biurrun | 2008-01-16 | 1 | -1/+1 |
* | Remove bogus cast. | Diego Biurrun | 2008-01-16 | 1 | -1/+1 |
* | use get_bits1(..) instead get_bits(.., 1) | Alex Beregszaszi | 2007-08-09 | 1 | -4/+4 |
* | split SVQ1 decoder and encoder in their own files | Aurelien Jacobs | 2007-07-06 | 1 | -0/+829 |