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-09-08Remove deprecated avcodec_decode_audio() this one was not under #ifdef.Michael Niedermayer
2008-09-08avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 pix_...Michael Niedermayer
2008-09-08Rename error_resilience to error_recognition.Michael Niedermayer
2008-09-08Remove DEFAULT_FRAME_RATE_BASE.Michael Niedermayer
2008-09-08Drop deprecated SAMPLE_FMT_S24.Michael Niedermayer
2008-09-08Remove stuff under #if LIBAVCODEC_VERSION_INT.Michael Niedermayer
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-09-03Clarify sample_aspect_ratio.Michael Niedermayer
2008-09-01create a separate codec_id for E-AC-3Justin Ruggles
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
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