summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* twinvqdec: Check the ibps parameter separatelyMartin Storsjö2013-09-171-0/+4
* dca_parser: Handle changes in DCA frame sizeJohn Stebbins2013-09-171-6/+9
* jpeg2000dec: Add more checks when parsing headersMartin Storsjö2013-09-171-0/+4
* ffv1: Make sure at least one slice context is initializedMartin Storsjö2013-09-171-0/+4
* eacmv: Make sure a reference frame exists before referencing itMartin Storsjö2013-09-171-3/+4
* truemotion2: Use av_freep properly in an error pathMartin Storsjö2013-09-171-8/+8
* mpeg4videodec: Check the width/height in mpeg4_decode_sprite_trajectoryMartin Storsjö2013-09-171-3/+9
* ivi_common: Make sure color planes have been initializedMartin Storsjö2013-09-171-0/+5
* rv34: Check the return value from ff_rv34_decode_initMartin Storsjö2013-09-172-2/+6
* mace: Make sure that the channel count is set to a valid valueMartin Storsjö2013-09-171-2/+2
* svq3: Check for any negative return value from ff_h264_check_intra_pred_modeMartin Storsjö2013-09-171-3/+3
* x86: Add an xmm clobbering wrapper for avcodec_encode_video2Martin Storsjö2013-09-161-0/+6
* Fix references to deleted avcodec_encode_video() functionVittorio Giovara2013-09-161-1/+1
* avpacket: Fix error checking in packet_allocMartin Storsjö2013-09-161-3/+4
* vp3: Check the framerate for validityMartin Storsjö2013-09-161-0/+4
* proresdec: Properly make sure an index doesn't run past the limitMartin Storsjö2013-09-161-1/+1
* cavsdec: Make sure a sequence header has been decoded before decoding picturesMartin Storsjö2013-09-161-0/+5
* mathops/x86: work around inline asm miscompilation with GCC 4.8.1Hendrik Leppkes2013-09-151-1/+1
* pcm-dvd: Minor leftoversChristian Schmidt2013-09-131-3/+2
* pcm-dvd: Support channel configuration changesChristian Schmidt2013-09-131-1/+3
* g2meet: Allocate cursor buffers large enough to fit the aligned widthMartin Storsjö2013-09-121-1/+1
* aic: Validate values read from the bitstreamMartin Storsjö2013-09-121-2/+4
* zmbvdec: Check the buffer size for uncompressed dataMichael Niedermayer2013-09-121-1/+4
* shorten: Break out of loop looking for fmt chunk if none is foundMartin Storsjö2013-09-121-0/+4
* shorten: Use a checked bytestream reader for the wave headerMartin Storsjö2013-09-121-13/+16
* smacker: Free memory properly if the init function failsMartin Storsjö2013-09-111-21/+23
* smacker: Make sure we don't fill in huffman codes out of rangeMartin Storsjö2013-09-111-0/+6
* smacker: Check malloc return valuesMartin Storsjö2013-09-111-14/+35
* Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun2013-09-102-2/+3
* nuv: check ff_rtjpeg_decode_frame_yuv420 return valueLuca Barbato2013-09-071-2/+4
* avcodec: Stop exporting the removed audio_resample* symbolsDiego Biurrun2013-09-051-2/+0
* mpeg12enc: K&R formatting cosmeticsVittorio Giovara2013-09-051-455/+529
* mpeg12enc: drop forward declarationsVittorio Giovara2013-09-051-163/+158
* mpegvideo: Avoid 32-bit wrapping of linesize multiplicationsMartin Storsjö2013-09-041-1/+2
* mjpegb: Detect changing number of planes in interlaced videoMichael Niedermayer2013-09-031-0/+7
* alac: Check that the channels fit at the given offsetMartin Storsjö2013-09-031-1/+2
* alac: Limit max_samples_per_frameMartin Storsjö2013-09-031-1/+2
* cosmetics: Fix ATRAC codec name spellingDiego Biurrun2013-09-027-17/+17
* pictordec: pass correct context to avpriv_request_sampleAnton Khirnov2013-09-021-1/+1
* pictordec: break out of both decoding loops when y drops below 0Anton Khirnov2013-09-021-1/+2
* vcr1: add sanity checksAnton Khirnov2013-09-021-0/+21
* pcm-dvd: Fix build on big endianMartin Storsjö2013-08-311-1/+1
* pcm_dvd: consolidate pieces from pcm.c and mpeg.cChristian Schmidt2013-08-314-44/+290
* pcm_bluray: cosmeticsChristian Schmidt2013-08-311-6/+8
* pcm_bluray: rename pcm-mpeg.c to pcm-bluray.cChristian Schmidt2013-08-312-3/+3
* x86: avcodec: Consistently structure CPU extension initializationDiego Biurrun2013-08-297-197/+197
* x86: avcodec: Use convenience macros to check for CPU flagsDiego Biurrun2013-08-2912-48/+54
* ppc: cosmetics: Consistently format CPU flag detection invocationsDiego Biurrun2013-08-297-28/+35
* cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun2013-08-295-17/+24
* arm: fmtconvert: Split armv6 fmtconvert code off from vfp codeDiego Biurrun2013-08-294-63/+85
OpenPOWER on IntegriCloud