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-30Allocate 1 line more in the chroma plane for H.264, this avoids someMichael Niedermayer
2008-09-30Replace second (and wrong) call to avcodec_align_dimensions() by adjustingMichael Niedermayer
2008-09-29Uniformly define _XOPEN_SOURCE to 600.Diego Biurrun
2008-09-28Document the directpred auto value.Francesco Cosoleto
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-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-21Provide a simpler way for the user to reorder her timestamps.Michael Niedermayer
2008-08-19Add F64BE, F64LE and F64BE PCM codecs.Peter Ross
2008-08-19Add SAMPLE_FMT_DBL.Peter Ross
2008-08-16Fix rc_eq mem leak.Michael Niedermayer
2008-08-16Revert r14260Michael Niedermayer
2008-08-15ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs
2008-08-11Add a generic function to lavc to log messages about missing features.Justin Ruggles
2008-08-04Make avcodec_string() and av_get_bits_per_sample() report the sample size for...Peter Ross
2008-07-31Write sample format description within avcodec_string()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-20Add skip* AVOptions, which seem to have been missed.Michael Niedermayer
2008-07-19Make strict_std_compliance available to decoders.Michael Niedermayer
2008-07-19Make the ugly hack which uses an unused entry in the internal bufferMichael Niedermayer
2008-07-17100l, someone used FLT_MIN where -FLT_MAX was meant at a few places in theMichael Niedermayer
2008-07-17Free in avcodec_close() avctx->rc_eq. Fix a memory leak.Stefano Sabatini
2008-07-14strdup() the default value for rc_eq in AVCodec when setting it inStefano Sabatini
2008-07-11Deprecate avcodec_build(), it returns the same value asAndreas Ă–man
2008-06-29Add command line support for '-idct simplearmv6'.Laurent Desnogues
2008-06-25mark read-only data as constStefan Gehrer
2008-06-09enable global_header flag for audio and video encoding, was wrongly part of c...Baptiste Coudurier
2008-06-09revert wrong part of r13722 commitBaptiste Coudurier
2008-06-09uniformize trellis quant optionBaptiste Coudurier
2008-06-05add esa/dia compat me options and new tesa for libx264Baptiste Coudurier
2008-05-31Move *_static to bitstream.c which is the only file left which needsMichael Niedermayer
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-03-30Fix closed gop flag disapearence.Michael Niedermayer
2008-03-25Fix possible heap overflow caused by av_fast_realloc()Michael Niedermayer
2008-03-13typo fixesDiego Biurrun
2008-03-07indentationBaptiste Coudurier
2008-03-07do not display par and dar if not availableBaptiste Coudurier
2008-03-06Make av_class a pointer to a const AVClass. Addresses one warning inPanagiotis Issaris
2008-03-05define BI frame type along with other frame typesAurelien Jacobs
2008-03-05cosmetic: alignAurelien Jacobs
2008-03-05remove more useless mpegvideo.h includesAurelien Jacobs
2008-02-26floating point AAN IDCTMichael Niedermayer
2008-02-24Fix bug I introduced in r11962.Vitor Sessak
2008-02-22Remove apparently unneeded and buggy align.Michael Niedermayer
2008-02-15Simplify avcodec_default_get_buffer()Vitor Sessak