Age | Commit message (Expand) | Author |
2011-01-29 | Replace dprintf with av_dlog | Luca Barbato |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2010-11-12 | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini |
2010-07-10 | Add av_ prefix to bswap macros | Måns Rullgård |
2010-06-26 | shorten: remove VLA and check for buffer overflow | Måns Rullgård |
2010-04-20 | Remove explicit filename from Doxygen @file commands. | Diego Biurrun |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2009-04-13 | Rename bitstream.h to get_bits.h. | Stefano Sabatini |
2009-04-07 | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann |
2009-02-01 | Use full internal pathname in doxygen @file directives. | Diego Biurrun |
2009-01-31 | shorten: trivial simplification of signature check | Måns Rullgård |
2009-01-17 | remove ff_get_fourcc() and use AV_RL32() instead | Aurelien Jacobs |
2008-09-08 | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni |
2008-07-31 | Modify all codecs to report their supported input and output sample format(s). | Peter Ross |
2008-06-12 | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-04-27 | Add long names to many AVCodec declarations. | Stefano Sabatini |
2008-03-21 | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng |
2008-02-01 | const | Michael Niedermayer |
2007-12-23 | typo: begining --> beginning | Diego Biurrun |
2007-08-09 | use skip_bits where appropriate | Alex Beregszaszi |
2007-05-05 | Fix multiple "‘inline/static’ is not at beginning of declaration" warnings. | Diego Biurrun |
2007-03-26 | properly set *data_size when returning >= 0 values in shorten_decode_frame() | Aurelien Jacobs |
2007-03-12 | Give context to dprintf | Michel Bardiaux |
2006-11-22 | fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot de | Matthias Hopf |
2006-10-07 | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun |
2006-05-13 | sanity checks, some might have been exploitable ... | Michael Niedermayer |
2006-01-25 | warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it | Diego Biurrun |
2006-01-12 | Update licensing information: The FSF changed postal address. | Diego Biurrun |
2005-02-26 | shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>) | Michael Niedermayer |