| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove statements immediately following unconditional jumps | Mans Rullgard | 2011-07-03 | 1 | -3/+0 |
* | shorten: Remove stray DEBUG #define and corresponding av_dlog statement. | Diego Biurrun | 2011-06-07 | 1 | -2/+0 |
* | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -2/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -1/+1 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -2/+2 |
* | shorten: remove VLA and check for buffer overflow | Måns Rullgård | 2010-06-26 | 1 | -1/+17 |
* | 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 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | 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 |
* | shorten: trivial simplification of signature check | Måns Rullgård | 2009-01-31 | 1 | -1/+1 |
* | remove ff_get_fourcc() and use AV_RL32() instead | Aurelien Jacobs | 2009-01-17 | 1 | -1/+1 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -2/+2 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Add long names to many 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 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | typo: begining --> beginning | Diego Biurrun | 2007-12-23 | 1 | -1/+1 |
* | use skip_bits where appropriate | Alex Beregszaszi | 2007-08-09 | 1 | -1/+1 |
* | Fix multiple "‘inline/static’ is not at beginning of declaration" warnings. | Diego Biurrun | 2007-05-05 | 1 | -2/+2 |
* | properly set *data_size when returning >= 0 values in shorten_decode_frame() | Aurelien Jacobs | 2007-03-26 | 1 | -0/+2 |
* | Give context to dprintf | Michel Bardiaux | 2007-03-12 | 1 | -1/+1 |
* | fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot de | Matthias Hopf | 2006-11-22 | 1 | -1/+2 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | sanity checks, some might have been exploitable ... | Michael Niedermayer | 2006-05-13 | 1 | -2/+11 |
* | warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it | Diego Biurrun | 2006-01-25 | 1 | -1/+1 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>) | Michael Niedermayer | 2005-02-26 | 1 | -0/+521 |