Age | Commit message (Expand) | Author |
2011-07-29 | lavc: use designated initialisers for all codecs. | Anton Khirnov |
2011-07-18 | tta: remove disabled code | Diego Biurrun |
2011-07-15 | doxygen: use Doxygen markup for authors and web links where appropriate | Diego Biurrun |
2011-04-21 | Use av_log_ask_for_sample() where appropriate. | Diego Biurrun |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-02-03 | Remove a few if (p) av_free(p) forms | Clément Bœsch |
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-09-11 | tta: remove stray semicolon | Måns Rullgård |
2010-07-10 | Add av_ prefix to bswap macros | Måns Rullgård |
2010-06-24 | tta: replace potentially huge VLAs with malloc/free in context | 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 |
2010-03-29 | Cosmetics : add a space after ",". | Jai Menon |
2010-03-28 | TTA : Check if the output buffer size is within bounds. | Jai Menon |
2010-03-03 | Fixed overreads in TTA decoder with corrupted bistreams. | Laurent Aimar |
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-03-02 | Add some missing codecs and update names to match the codec long_name | Justin Ruggles |
2009-02-01 | Use full internal pathname in doxygen @file directives. | Diego Biurrun |
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-06-24 | mark read-only data as const | Stefan Gehrer |
2008-06-12 | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-04-29 | Add long names to some 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-07-05 | license header consistency cosmetics | Diego Biurrun |
2006-10-10 | Rename SIGN macro to the more fitting UNFOLD. | Diego Biurrun |
2006-10-07 | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun |
2006-09-25 | remove get_le16 and get_le32, get_bits and get_bits_long can just be used dir... | Reimar Döffinger |
2006-09-25 | Changes needed due to show_bits_long behaviour changes/fixes | Reimar Döffinger |
2006-07-26 | Fix FSF postal address. | Diego Biurrun |
2006-05-13 | sanity checks, some might have been exploitable ... | Michael Niedermayer |
2006-02-27 | 64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, the patch | Benjamin Larsson |
2006-02-12 | tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or ... | Alex Beregszaszi |