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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-30fix slice header checkingStefan Gehrer
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-02-24check for a stuffing byte at the end of a sliceStefan Gehrer
2009-02-24change macroblock loop in inter frames so that after aStefan Gehrer
2009-02-11introduce a macroblock index to avoid a few x*width+y calculationsStefan Gehrer
2009-02-10fix multiple slices per frameStefan Gehrer
2009-02-10fix parsing of pic_structureStefan Gehrer
2009-02-10avoid duplicating dsputil's clear_blockStefan Gehrer
2009-02-10time_code has 24 bits, not 16Stefan Gehrer
2009-02-10do not check for minimum slice start code, 0x00000100 is validStefan Gehrer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-27fix doxygen file referenceStefan Gehrer
2009-01-16use assignment of structure instead of memcpyStefan Gehrer
2009-01-16rename XXX_t enums to cavs_XXX to fix POSIX namespace issueStefan Gehrer
2009-01-16rename vector_t to cavs_vectorStefan Gehrer
2008-12-15Avoid POSIX-reserved _t in identifier names.Diego Biurrun
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-28Arrays where one element too small, fixes CID114.Michael Niedermayer
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-02-01constMichael Niedermayer
2007-08-23Initialize the "stc" variable before using it in ff_find_start_code()Luca Abeni
2007-08-09use skip_bits where appropriateAlex Beregszaszi
2007-07-25have less functions as inlineStefan Gehrer
2007-07-08split decoder-specific parts into their own fileStefan Gehrer