aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avfilter: check malloc return values.Ronald S. Bultje2011-05-031-1/+25
* mpegvideo: reindent.Ronald S. Bultje2011-05-031-116/+111
* nutenc: check malloc return values.Ronald S. Bultje2011-05-031-0/+6
* avfilter: don't av_malloc(0).Ronald S. Bultje2011-05-031-1/+2
* nutenc: don't av_malloc(0).Ronald S. Bultje2011-05-031-1/+2
* mpegvideo: don't av_malloc(0).Ronald S. Bultje2011-05-031-0/+12
* asfdec: fix parsing of packets that overrun into padding.Ronald S. Bultje2011-05-031-2/+8
* Implement fate-rsync targetReinhard Tartler2011-05-031-0/+4
* Make ffmpeg support generic data streamLuca Barbato2011-05-033-7/+80
* vp8: frame-multithreading.Ronald S. Bultje2011-05-022-59/+131
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02137-637/+637
* Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini2011-05-028-8/+8
* dpx: Do not use DPX encoder for decoding.Kostya Shishkov2011-05-021-1/+1
* ALPHA: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun2011-05-011-3/+3
* DPX image encoderPeter Ross2011-05-016-4/+185
* DPX decoder: read sample aspect ratioPeter Ross2011-05-011-1/+5
* DPX decoder: add buffer size checks.Reimar Döffinger2011-05-011-5/+14
* ac3enc: clip large coefficient values and negative exponents rather than usingJustin Ruggles2011-05-011-1/+3
* ac3enc: do not store a bandwidth code for each channel.Justin Ruggles2011-05-011-7/+6
* ac3enc: remove bandwidth reduction as fallback for bit allocation failure.Justin Ruggles2011-05-011-30/+0
* ac3enc: merge compute_exp_strategy_ch() into compute_exp_strategy()Justin Ruggles2011-05-011-42/+33
* ac3enc: return error if frame+exponent bits are too large instead of usingJustin Ruggles2011-05-011-1/+2
* ac3enc: differentiate between current block and reference block in bit_alloc()Justin Ruggles2011-05-011-7/+11
* ac3enc: simplify exponent_init() by calculating exponent_group_tab[] basedJustin Ruggles2011-05-011-5/+7
* ac3enc: simplify stereo rematrixing decision optionsJustin Ruggles2011-05-012-35/+25
* Update URL to fate samplesReinhard Tartler2011-05-011-1/+1
* AMV: disable DR1 and don't override EMU_EDGEMichael Niedermayer2011-04-291-2/+1
* lavf: inspect more frames for fps when container time base is coarseAnssi Hannula2011-04-292-208/+216
* Fix races in default av_log handlerReinhard Tartler2011-04-291-3/+4
* vorbis: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun2011-04-293-125/+113
* Remove disabled non-optimized code variants.Diego Biurrun2011-04-292-162/+0
* bswap.h: Remove disabled code.Diego Biurrun2011-04-291-6/+0
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-2918-197/+0
* Replace more disabled printf() calls by av_dlog().Diego Biurrun2011-04-292-8/+5
* tests: Remove disabled code.Diego Biurrun2011-04-292-23/+0
* Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-2911-80/+43
* vorbisdec: Replace some sizeof(type) by sizeof(*variable).Diego Biurrun2011-04-291-17/+24
* vf_fieldorder: Replace FFmpeg by Libav in license boilerplate.Diego Biurrun2011-04-291-4/+4
* avio: Fix the deprecated fallback URL-prefixed open flagsMartin Storsjö2011-04-281-3/+3
* avoid duplicate -lm in .pc filesReinhard Tartler2011-04-281-1/+1
* mpeg12: terminate mpeg2_video_profiles arraysStefano Sabatini2011-04-281-0/+1
* network: Check POLLERR and POLLHUP in ff_network_wait_fdGil Pedersen2011-04-281-1/+1
* mpegtsenc: make PMT PID really start on pmt_start_pidAnton Khirnov2011-04-282-2/+2
* nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross2011-04-281-0/+2
* rawvideo codec: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross2011-04-281-0/+2
* hflip: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross2011-04-282-0/+3
* crop: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross2011-04-282-0/+3
* libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-04-2812-3/+125
* vorbisdec: Rename silly "class_" variable to plain "class".Diego Biurrun2011-04-271-7/+7
* simple_idct_alpha: Drop some useless casts.Diego Biurrun2011-04-271-7/+7