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-11-16Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-27pcm: support 24-bit/32-bit little-endian planarPaul B Mahol
2013-08-31pcm_dvd: consolidate pieces from pcm.c and mpeg.cChristian Schmidt
2013-07-12pcm: always use codec->id instead of codec_idLuca Barbato
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-12pcm: decode directly to the user-provided AVFrameJustin Ruggles
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-20pcm: fix decoding of pcm_s16le_planar on big-endianJustin Ruggles
2012-11-20pcmdec: use planar sample format for pcm_s16le_planarJustin Ruggles
2012-11-01lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decodersJustin Ruggles
2012-10-22pcm: define AVCodec instances only for enabled codecsMans Rullgard
2012-10-12Move av_reverse table to libavcodecDiego Biurrun
2012-10-09pcmdec: use planar sample format for pcm_lxfJustin Ruggles
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-17pcmenc: set correct bitrate valueMans Rullgard
2012-04-04pcm: K&R formatting cosmeticsAneesh Dogra
2012-02-25check for coded_frame allocation failure in several audio encodersJustin Ruggles
2012-02-25audio encoders: do not set coded_frame->key_frame.Justin Ruggles
2012-02-02pcmenc: Do not set avpkt->size.Justin Ruggles
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-11pcmenc: set frame_size to 0.Justin Ruggles
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-24pcmdec: remove unneeded resetting of samples pointerJustin Ruggles
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-13pcm: reduce pointer type castingMans Rullgard
2011-07-03Remove statements immediately following unconditional jumpsMans Rullgard
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-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.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