aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* libavcodec: Don't crash in avcodec_encode_audio if time_base isn't setMartin Storsjö2012-01-271-0/+6
* sunrast: Document the different Sun Raster file format types.Aneesh Dogra2012-01-271-0/+16
* sunrast: Add a check for experimental type.Aneesh Dogra2012-01-271-1/+2
* libspeexenc: use AVSampleFormat instead of deprecated/removed SampleFormatJustin Ruggles2012-01-271-1/+1
* lavc: remove disabled FF_API_AVFRAME_AGE cruft.Anton Khirnov2012-01-272-10/+0
* lavc: remove disabled FF_API_DATA_POINTERS cruft.Anton Khirnov2012-01-272-7/+0
* lavc: remove disabled FF_API_TIFFENC_COMPLEVEL cruft.Anton Khirnov2012-01-272-19/+0
* lavc: remove disabled FF_API_INTERNAL_CONTEXT cruft.Anton Khirnov2012-01-272-32/+0
* lavc: remove disabled FF_API_PARSE_FRAME cruft.Anton Khirnov2012-01-275-57/+0
* lavc: remove disabled FF_API_GET_ALPHA_INFO cruft.Anton Khirnov2012-01-273-65/+0
* lavc: remove disabled FF_API_MJPEG_GLOBAL_OPTS cruft.Anton Khirnov2012-01-274-21/+0
* lavc: remove disabled FF_API_SNOW_GLOBAL_OPTS cruft.Anton Khirnov2012-01-272-6/+0
* lavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft.Anton Khirnov2012-01-274-18/+1
* lavc: remove disabled FF_API_AVCODEC_INIT cruft.Anton Khirnov2012-01-273-16/+1
* lavc: remove disabled FF_API_ER cruft.Anton Khirnov2012-01-274-36/+0
* lavc: remove disabled FF_API_DRC_SCALE cruft.Anton Khirnov2012-01-274-22/+0
* lavc: remove disabled FF_API_AVCODEC_OPEN cruft.Anton Khirnov2012-01-273-44/+0
* lavc: remove disabled FF_API_ALLOC_CONTEXT cruft.Anton Khirnov2012-01-273-65/+0
* lavc: remove disabled FF_API_GET_PIX_FMT_NAME cruft.Anton Khirnov2012-01-273-18/+0
* lavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft.Anton Khirnov2012-01-274-152/+0
* lavc: remove disabled FF_API_OLD_FF_PICT_TYPES cruft.Anton Khirnov2012-01-273-32/+0
* lavc: remove disabled FF_API_THREAD_INIT cruft.Anton Khirnov2012-01-273-19/+0
* lavc: remove disabled FF_API_ANTIALIAS_ALGO cruft.Anton Khirnov2012-01-273-23/+0
* lavc: remove disabled FF_API_OLD_AUDIOCONVERT cruft.Anton Khirnov2012-01-274-88/+0
* lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft.Anton Khirnov2012-01-275-66/+0
* lavc: remove disabled FF_API_PALETTE_CONTROL cruft.Anton Khirnov2012-01-272-35/+0
* lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft.Anton Khirnov2012-01-275-108/+2
* lavc: remove disabled FF_API_X264_GLOBAL_OPTS cruft.Anton Khirnov2012-01-275-297/+1
* lavc: remove the deprecated opt.h header.Anton Khirnov2012-01-273-38/+1
* lavc: remove the deprecated "ab" option.Anton Khirnov2012-01-271-1/+0
* lavc: increase major version to 54.Anton Khirnov2012-01-271-2/+2
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-2721-174/+174
* frwu: check if allocation was successfulPaul B Mahol2012-01-271-0/+2
* vc1dec.c: Don't use uninitialized values of dmv_[x, y]Mashiat Sarker Shakkhar2012-01-271-0/+1
* mjpegbdec: Fix overflow in SOS.Alex Converse2012-01-261-2/+5
* 8bps: K&R formatting cosmeticsPaul B Mahol2012-01-261-130/+133
* smacker: Sanity check huffman tables found in the headers.Alex Converse2012-01-261-9/+13
* smacker: remove dead storeAlex Converse2012-01-261-3/+1
* qdm2: Check data block size for bytes to bits overflow.Alex Converse2012-01-261-0/+4
* vc1: always read the bfraction element for interlaced fieldsHendrik Leppkes2012-01-261-14/+12
* wma: Clip WMA1 and WMA2 frame length to 11 bits.Alex Converse2012-01-251-1/+1
* rv20: prevent calling ff_h263_decode_mba() with unset height/widthJanne Grunau2012-01-251-1/+2
* build: Automatically include architecture-specific library Makefile snippets.Diego Biurrun2012-01-251-2/+0
* indeo5: prevent null pointer dereference on broken filesJanne Grunau2012-01-251-0/+4
* cosmetics: Remove some unnecessary block braces.Diego Biurrun2012-01-251-19/+17
* dsputil: use vertical component for drawing bottom edge.Ronald S. Bultje2012-01-251-1/+1
* aacenc: Fix identification padding when the bitstream is already aligned.Alex Converse2012-01-241-1/+1
* aacenc: Write correct length for long identification strings.Michael Niedermayer2012-01-241-1/+1
* adpcm_ima_ws: fix stereo decodingJustin Ruggles2012-01-241-1/+29
* avcodec: add a new codec_id for CRYO APC IMA ADPCM.Justin Ruggles2012-01-246-3/+10