Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-16Fixed size given to init_get_bits().Laurent Aimar
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-18tta: remove disabled codeDiego Biurrun
2011-07-15doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun
2011-04-21Use av_log_ask_for_sample() where appropriate.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-03Remove a few if (p) av_free(p) formsClément Bœsch
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-09-11tta: remove stray semicolonMåns Rullgård
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-06-24tta: replace potentially huge VLAs with malloc/free in contextMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-29Cosmetics : add a space after ",".Jai Menon
2010-03-28TTA : Check if the output buffer size is within bounds.Jai Menon
2010-03-03Fixed overreads in TTA decoder with corrupted bistreams.Laurent Aimar
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-02Add some missing codecs and update names to match the codec long_nameJustin Ruggles
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-17remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-06-25mark read-only data as constStefan Gehrer
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-30Add long names to some AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01constMichael Niedermayer
2007-07-05license header consistency cosmeticsDiego Biurrun
2006-10-10Rename SIGN macro to the more fitting UNFOLD.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-26remove get_le16 and get_le32, get_bits and get_bits_long can just be used dir...Reimar Döffinger
2006-09-26Changes needed due to show_bits_long behaviour changes/fixesReimar Döffinger
2006-07-26Fix FSF postal address.Diego Biurrun
2006-05-13sanity checks, some might have been exploitable ...Michael Niedermayer
2006-02-2764bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, the patchBenjamin Larsson
2006-02-12tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or ...Alex Beregszaszi