summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini2011-05-02
* dpx: Do not use DPX encoder for decoding.Kostya Shishkov2011-05-02
* ALPHA: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun2011-05-01
* DPX image encoderPeter Ross2011-05-01
* DPX decoder: read sample aspect ratioPeter Ross2011-05-01
* DPX decoder: add buffer size checks.Reimar Döffinger2011-05-01
* ac3enc: clip large coefficient values and negative exponents rather than usingJustin Ruggles2011-05-01
* ac3enc: do not store a bandwidth code for each channel.Justin Ruggles2011-05-01
* ac3enc: remove bandwidth reduction as fallback for bit allocation failure.Justin Ruggles2011-05-01
* ac3enc: merge compute_exp_strategy_ch() into compute_exp_strategy()Justin Ruggles2011-05-01
* ac3enc: return error if frame+exponent bits are too large instead of usingJustin Ruggles2011-05-01
* ac3enc: differentiate between current block and reference block in bit_alloc()Justin Ruggles2011-05-01
* ac3enc: simplify exponent_init() by calculating exponent_group_tab[] basedJustin Ruggles2011-05-01
* ac3enc: simplify stereo rematrixing decision optionsJustin Ruggles2011-05-01
* Update URL to fate samplesReinhard Tartler2011-05-01
* AMV: disable DR1 and don't override EMU_EDGEMichael Niedermayer2011-04-29
* lavf: inspect more frames for fps when container time base is coarseAnssi Hannula2011-04-29
* Fix races in default av_log handlerReinhard Tartler2011-04-29
* vorbis: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun2011-04-29
* Remove disabled non-optimized code variants.Diego Biurrun2011-04-29
* bswap.h: Remove disabled code.Diego Biurrun2011-04-29
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-29
* Replace more disabled printf() calls by av_dlog().Diego Biurrun2011-04-29
* tests: Remove disabled code.Diego Biurrun2011-04-29
* Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-29
* vorbisdec: Replace some sizeof(type) by sizeof(*variable).Diego Biurrun2011-04-29
* vf_fieldorder: Replace FFmpeg by Libav in license boilerplate.Diego Biurrun2011-04-29
* avio: Fix the deprecated fallback URL-prefixed open flagsMartin Storsjö2011-04-28
* avoid duplicate -lm in .pc filesReinhard Tartler2011-04-28
* mpeg12: terminate mpeg2_video_profiles arraysStefano Sabatini2011-04-28
* network: Check POLLERR and POLLHUP in ff_network_wait_fdGil Pedersen2011-04-28
* mpegtsenc: make PMT PID really start on pmt_start_pidAnton Khirnov2011-04-28
* nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross2011-04-28
* rawvideo codec: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross2011-04-28
* hflip: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross2011-04-28
* crop: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross2011-04-28
* libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-04-28
* vorbisdec: Rename silly "class_" variable to plain "class".Diego Biurrun2011-04-27
* simple_idct_alpha: Drop some useless casts.Diego Biurrun2011-04-27
* Simplify av_log_missing_feature().Diego Biurrun2011-04-27
* ac3enc: remove check for mismatching channels and channel_layoutJustin Ruggles2011-04-27
* If AVCodecContext.channels is 0 and AVCodecContext.channel_layout isJustin Ruggles2011-04-27
* If AVCodecContext.channel_layout and AVCodecContext.channels are bothJustin Ruggles2011-04-27
* cosmetics: indentationJustin Ruggles2011-04-27
* Check AVCodec.supported_samplerates and AVCodec.channel_layouts inJustin Ruggles2011-04-27
* aacdec: remove sf_scale and sf_offset.Alex Converse2011-04-27
* aacdec: use a scale of 2 in the LTP MDCT rather than doubling the coefficientJustin Ruggles2011-04-27
* Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets insteadAlex Converse2011-04-27
* Large intensity stereo and PNS indices are legal. Clip them instead ofAlex Converse2011-04-27