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
2011-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-28apedec: assert that s->samples is not negative before trying to decodeJustin Ruggles
2011-10-28apedec: use FFALIGN macro for internal data buffer sizeJustin Ruggles
2011-10-28apedec: do not keep incrementing the input data pointer past the end of theJustin Ruggles
2011-10-28apedec: check for input buffer overflow while reading frame headerJustin Ruggles
2011-10-28apedec: use unsigned int for offsetJustin Ruggles
2011-10-28apedec: remove pointless increment of 'buf'Justin Ruggles
2011-10-28apedec: set s->currentframeblocks after validating nblocksJustin Ruggles
2011-10-28apedec: use unsigned int for 'nblocks' and make sure that it's within int rangeJustin Ruggles
2011-10-28apedec: do not set s->samples until after validation.Justin Ruggles
2011-10-28apedec: check for data buffer realloc failureJustin Ruggles
2011-10-28apedec: return meaningful error values in ape_decode_frame()Justin Ruggles
2011-10-28apedec: correct an error messageJustin Ruggles
2011-10-28apedec: cosmeticsJustin Ruggles
2011-10-28apedec: return meaningful error codes from ape_decode_init()Justin Ruggles
2011-10-28apedec: check for filter buffer allocation failureJustin Ruggles
2011-10-28apedec: use memcpy for pseudo-stereo modeJustin Ruggles
2011-10-28apedec: remove unneeded check for zero-size packet.Justin Ruggles
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-02doxygen: Prefer member groups over grouping into modulesReinhard Tartler
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-06Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov
2011-02-06Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
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-06-30apedec: add flush functionMå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-02-2016l trocadero: don't forget to free frame data buffer in APE decoderKostya Shishkov
2009-12-05refactor and optimize scalarproductLoren Merritt
2009-12-041-13% faster apply_filter, 1-3% faster ape decoding on core2Loren Merritt
2009-12-04100l trocadero: call emms_c() after doing decoding with SIMD in APE decoderKostya Shishkov
2009-12-03avoid an unpredictable branchLoren Merritt
2009-12-03inline to allow constant propagationLoren Merritt
2009-11-20Implement missing case for decoding samples with large pivot value in APEKostya Shishkov
2009-09-16Monkey's Audio uses subframes too, declare that in its capabilitiesKostya Shishkov
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-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-28Fix Doxygen comments for APE decoder.Kostya Shishkov
2008-11-19Add channel layout to several audio decoders I maintainKostya Shishkov
2008-09-24Correct wrong lower limit and condition used in APE decoderKostya Shishkov
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-08-29While APE changed container format in 3.98, frequency tables for range codingKostya Shishkov
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross