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
2013-09-22Merge commit 'ce3ce08850f1690dff01d9bb4ed6a4274d52771e' into release/0.10Michael Niedermayer
2013-09-21pcm: always use codec->id instead of codec_idLuca Barbato
2012-01-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-16pcmenc: use AVCodec.encode2()Justin Ruggles
2012-01-16avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio()Justin Ruggles
2012-01-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-11pcmenc: set frame_size to 0.Justin Ruggles
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-24pcmdec: remove unneeded resetting of samples pointerJustin Ruggles
2011-10-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-26pcmdec: fix output buffer size check by calculating the actual output sizeJustin Ruggles
2011-10-26pcmdec: move codec-specific variable declarations to the corresponding codecJustin Ruggles
2011-10-26pcmdec: return buf_size instead of src-buf.Justin Ruggles
2011-10-26avcodec: remove the Zork PCM encoder.Justin Ruggles
2011-10-26pcm_zork: use AV_SAMPLE_FMT_U8 instead of shifting all samples by 8.Justin Ruggles
2011-10-26pcmenc: remove unneeded sample_fmt check.Justin Ruggles
2011-10-26pcmdec: move number of channels check to pcm_decode_init()Justin Ruggles
2011-10-26pcmdec: remove unnecessary check for sample_fmt changeJustin Ruggles
2011-10-26pcmdec: move DVD PCM bits_per_coded_sample check near to the code that setsJustin Ruggles
2011-10-26pcmdec: do not needlessly set *data_size to 0Justin Ruggles
2011-10-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-13pcm: reduce pointer type castingMans Rullgard
2011-10-12pcm: Print number of bits in the error message of unsupported DVD PCM formats.Daniel Kristjansson
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-03Remove statements immediately following unconditional jumpsMans Rullgard
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-19pcm: Add const to cast in ENCODE macro.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-11Remove final semicolon from some macrosMans Rullgard
2011-02-11Remove final semicolon from some macrosMans Rullgard
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ò
2011-01-26Don't declare a pcm_dvd encoder.Diego Elio Pettenò
2011-01-25Don't declare a pcm_dvd encoder.Diego Elio Pettenò
2011-01-11Do not crash for illegal sample size, fixes issue 2502.Daniel Kang
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-10-01Add pcm_lxf, a decoder for the 20-bit planar PCM format used in LXFTomas Härdin
2010-07-24Use "const" qualifier for pointers that point to input data ofReimar Döffinger
2010-07-16Use designated initialisers for pcm codec structPeter Ross
2010-06-10Set bits_per_raw_sample in the pcm decoder.Justin Ruggles
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-01Allow hardcoding of ulaw and alaw tables.Reimar Döffinger
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-11-09Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra
2009-09-06Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-04-20IndentMichael Niedermayer
2009-04-20Do not discard truncated packets.Michael Niedermayer