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
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-07apedec: allow the user to set the maximum number of output samples per callJustin Ruggles
2012-02-07apedec: do not unnecessarily zero output samples for mono framesJustin Ruggles
2012-02-07apedec: allocate a single flat buffer for decoded samplesJustin Ruggles
2012-02-07apedec: use sizeof(field) instead of sizeof(type)Justin Ruggles
2012-02-04apedec: 8bit and 24bit supportPaul B Mahol
2012-02-03apedec: remove unneeded #include of get_bits.h and associated macroJustin Ruggles
2012-02-03apedec: av_fast_malloc() instead of av_realloc()Justin Ruggles
2012-02-03apedec: fix handling of packet sizes that are not a multiple of 4 bytesJustin Ruggles
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-26apedec: fix signed integer overflowsMans Rullgard
2011-11-10apedec: consume the whole packet when copying to the decoder buffer.Justin Ruggles
2011-11-10apedec: do not needlessly copy s->samples to nblocks.Justin Ruggles
2011-11-10apedec: check output buffer size after calculating actual output sizeJustin Ruggles
2011-11-10apedec: remove unneeded entropy decoder normalization.Justin Ruggles
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-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-02doxygen: Prefer member groups over grouping into modulesReinhard Tartler
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-06Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov
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