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
2008-08-30Remove 'currently unused' warning about SAMPLE_FMT_xxx.Peter Ross
2008-08-29Bump libavcodec minor version number for r15017.Peter Ross
2008-08-29Add AVCodecContext.bits_per_raw_sample field.Peter Ross
2008-08-29Change AVCodecContext.bits_per_sample to bits_per_coded_sample.Peter Ross
2008-08-21Last hunk of the AAC decoder code to be OKed and build system and documentationRobert Swain
2008-08-21Provide a simpler way for the user to reorder her timestamps.Michael Niedermayer
2008-08-19Update changelog and general.texi to reflectJai Menon
2008-08-19Add F64BE, F64LE and F64BE PCM codecs.Peter Ross
2008-08-19Add SAMPLE_FMT_DBL.Peter Ross
2008-08-18Mark SAMPLE_FMT_S24 as deprecated.Peter Ross
2008-08-11Bump minor version as av_log_missing_feature() was added to public API inRobert Swain
2008-08-11Add a generic function to lavc to log messages about missing features.Justin Ruggles
2008-08-08Doxygenate avcodec_version().Stefano Sabatini
2008-08-06Electronic Arts TGV decoderPeter Ross
2008-07-28increment minor version for commit r14412 (add sample_fmts infrastructure)Peter Ross
2008-07-26add sample_fmts infrastructure: AVCodec->sample_fmts and SAMPLE_FMT_NB enum.Peter Ross
2008-07-26add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder)Peter Ross
2008-07-26Add a new -debug option for tracing calls to the default get/release_buffer f...Alexander Strange
2008-07-22Correct b_quant offset comment in avcodec.h, it is the description fortripp
2008-07-19Make strict_std_compliance available to decoders.Michael Niedermayer
2008-07-12New codec probing system try #1.Michael Niedermayer
2008-07-11Deprecate avcodec_build(), it returns the same value asAndreas Öman
2008-07-10Motion Pixels Video Decoder.Gregory Montoir
2008-07-09increment minor version for commit r14110 (Electronic Arts CMV decoder)Peter Ross
2008-07-08Electronic Arts CMV decoderPeter Ross
2008-07-04MLP/TrueHD decoder.Ramiro Polla
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-06-09uniformize trellis quant optionBaptiste Coudurier
2008-06-08Oma demuxerBenjamin Larsson
2008-06-05rename me=tesaLoren Merritt
2008-06-05add esa/dia compat me options and new tesa for libx264Baptiste Coudurier
2008-06-03bump micro version after commit r13615Aurelien Jacobs
2008-06-02Move new field to the end to avoid ABI breakage, I thought this structMichael Niedermayer
2008-06-02Rename last_frame_offset to next_frame_offset.Michael Niedermayer
2008-06-02Simplify parser core.Michael Niedermayer
2008-05-31Move *_static to bitstream.c which is the only file left which needsMichael Niedermayer
2008-05-27Clarify avcodec_encode_audio() vs. PCM audio.Stefano Sabatini
2008-05-17LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx netLars Täuber
2008-05-11Document AVCodecContext channels field.Stefano Sabatini
2008-04-29Typo: distoration -> distortion.Ramiro Polla
2008-04-23Add supported_samplerates field to AVCodecStefano Sabatini
2008-04-17fix a typoBenoit Fouet
2008-04-17Make two comments doxygen compatible.Stefano Sabatini
2008-04-17Add descriptive long_name to AVCodecStefano Sabatini
2008-04-14Maxis XA demuxer and decoder.Robert Marston
2008-04-14BFI demuxerSisir Koppaka
2008-04-13Add explanatory comments to enum CodecID.Diego Biurrun
2008-04-08add CODEC_ID_DIRACMichael Niedermayer
2008-03-31Escape 124 (RPL) decoderEli Friedman
2008-03-308SVX decoderJai Menon