summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ppc: fix some pointer to integer castsMans Rullgard2011-09-251-5/+5
* ppc: fix 32-bit PIC buildMans Rullgard2011-09-252-6/+20
* vmdaudio: fix decoding of 16-bit audio format.Justin Ruggles2011-09-251-40/+80
* lavf: do not set codec_tag for rawvideoMans Rullgard2011-09-251-3/+0
* h264: check for out of bounds reads in ff_h264_decode_extradata().Laurent Aimar2011-09-251-0/+4
* flvdec: Check for overflow before allocating arraysMichael Niedermayer2011-09-251-0/+3
* avconv: use correct output stream index when checking max_framesAnton Khirnov2011-09-251-2/+2
* avconv: remove fake coded_frame on streamcopy hackAnton Khirnov2011-09-251-5/+0
* flvdec: Fix invalid pointer deferences when parsing indexLaurent Aimar2011-09-241-2/+2
* configure: disable hardware capabilities ELF section with suncc on Solaris x86Sean McGovern2011-09-241-0/+6
* Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-2416-303/+252
* Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-2414-159/+133
* adpcmenc: Set bits_per_coded_sampleJustin Ruggles2011-09-232-0/+4
* adpcmenc: fix QT IMA ADPCM encoderBaptiste Coudurier2011-09-232-7/+38
* adpcmdec: Fix QT IMA ADPCM decoderBaptiste Coudurier2011-09-234-20/+52
* permit decoding of multichannel ADPCM_EA_XASPeter Ross2011-09-231-0/+1
* Fix input buffer size check in adpcm_ea decoder.Reimar Döffinger2011-09-231-3/+9
* fft: avoid a signed overflowSean McGovern2011-09-232-4/+4
* mpegps: Handle buffer exhaustion when reading packets.Alex Converse2011-09-231-3/+9
* rtp: factorize dynamic payload type fallbackRafaël Carré2011-09-233-6/+5
* flvdec: Ignore the index if it's from a creator known to be differentMartin Storsjö2011-09-231-0/+12
* cmdutils: move grow_array out of #if CONFIG_AVFILTERJanne Grunau2011-09-231-2/+2
* avconv: actually set InputFile.rate_emuAnton Khirnov2011-09-231-0/+1
* ratecontrol: update last_qscale_for soonerLuca Barbato2011-09-221-0/+2
* Fix unnecessary shift with 9/10bit vertical scalingKieran Kunhya2011-09-234-19/+19
* prores: mark prores as intra-only in libavformat/utils.c:is_intra_only()Diego Biurrun2011-09-231-0/+1
* prores: return more meaningful error valuesDiego Biurrun2011-09-231-16/+16
* prores: improve error message wordingDiego Biurrun2011-09-231-14/+14
* prores: cosmetics: prettyprinting, drop useless parenthesesDiego Biurrun2011-09-231-9/+7
* prores: lowercase AVCodec name entryDiego Biurrun2011-09-231-1/+1
* Add LATM demuxerJanne Grunau2011-09-225-3/+16
* avplay: flush audio decoder with empty packets at EOF if the decoder hasJustin Ruggles2011-09-221-6/+23
* 8svx/iff: fix decoding of compressed stereo 8svx files.Justin Ruggles2011-09-222-58/+88
* 8svx: log an error message if output buffer is too smallJustin Ruggles2011-09-221-1/+4
* 8svx: check packet size before reading the initial sample value.Justin Ruggles2011-09-221-0/+4
* 8svx: output 8-bit samples instead of 16-bit.Justin Ruggles2011-09-221-19/+18
* 8svx: split delta decoding into a separate function.Justin Ruggles2011-09-221-7/+23
* mp4: Don't read an empty Decoder Config DescriptorAlex Converse2011-09-221-1/+1
* fate.sh: Ignore errors from rm command during cleanup.Diego Biurrun2011-09-221-1/+1
* fate.sh: Run git-pull in quiet mode to avoid console spam.Diego Biurrun2011-09-221-1/+1
* Apple ProRes decoderMaxim Poliakovski2011-09-226-1/+738
* rtmp: Make the input FLV parser handle data cut at any pointMartin Storsjö2011-09-221-34/+27
* rv34: Check for invalid slices offsetsLaurent Aimar2011-09-221-1/+10
* eval: test isnan(sqrt(-1)) instead of just sqrt(-1)Anton Khirnov2011-09-222-3/+3
* swfdec: Add support for sample_rate_code 0 (5512 Hz)Alex Converse2011-09-211-2/+3
* dct-test: factor out some common code and do whas was likely intendedMans Rullgard2011-09-211-75/+55
* doc: library versions need to be bumped in version.hDiego Biurrun2011-09-211-1/+1
* Revert "ffmpeg: get rid of useless AVInputStream.nb_streams."Anton Khirnov2011-09-211-3/+5
* Remove some forgotten AVCodecContext.palctrl usage.Anton Khirnov2011-09-212-4/+0
* lavc/utils: move avcodec_init() higher in the file.Anton Khirnov2011-09-211-14/+14
OpenPOWER on IntegriCloud