aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'a0cabd0a27587525e90a44660c795d40d2f44fe2'Michael Niedermayer2013-01-265-234/+246
|\
| * mimic: cosmetics, reformatAnton Khirnov2013-01-261-54/+57
| * iff: drop ff_ prefix from a static function.Anton Khirnov2013-01-261-3/+3
| * pngdec: cosmetics, reformat.Anton Khirnov2013-01-261-73/+77
| * dxa: return meaningful error codes.Anton Khirnov2013-01-261-7/+7
| * eatgq: cosmetics, reformat.Anton Khirnov2013-01-261-65/+76
* | Merge commit 'f337c29017b10c98ccb4dce20efced4c74b665f6'Michael Niedermayer2013-01-262-78/+83
|\|
| * eatgq: return meaningful error codes.Anton Khirnov2013-01-261-4/+4
| * eatgv: cosmetics, reformatAnton Khirnov2013-01-261-76/+81
* | Merge commit 'ade402804a0e811cd00862c90559121a793054a6'Michael Niedermayer2013-01-263-21/+23
|\|
| * eatgv: return meaningful error codes.Anton Khirnov2013-01-261-10/+10
| * cyuv: return meaningful error codes.Anton Khirnov2013-01-261-4/+5
| * txd: return meaningful error codes.Anton Khirnov2013-01-261-7/+8
* | Merge commit '69c25c9284645cf5189af2ede42d6f53828f3b45'Michael Niedermayer2013-01-263-5/+28
|\|
| * dnxhdenc: fix invalid reads in dnxhd_mb_var_thread().Anton Khirnov2013-01-261-3/+24
| * x86: h264qpel: Move stray comment to the right spot and clarify itDiego Biurrun2013-01-262-2/+4
| * atrac3: use correct loop variable in add_tonal_components()Michael Karcher2013-01-251-1/+1
* | Merge commit 'ded3673d77943c376d94e8157b1238bbd1eeca2d'Michael Niedermayer2013-01-261-0/+18
|\|
| * libx264: introduce -x264-params private optionGavriloaie Eugen-Andrei2013-01-251-0/+18
* | lavc/iff: ilbm: unbreak decoding on big endianPaul B Mahol2013-01-261-1/+1
* | lavc/gif: remove some obsolete/irrelevant chunksPaul B Mahol2013-01-261-7/+0
* | atrac3: fix buffer size for get_bits.Michael Niedermayer2013-01-261-1/+1
* | indeo4: check for invalid transform_size blk_size combinationsMichael Niedermayer2013-01-261-0/+4
* | 4xm: remove avcodec_get_frame_defaults() callsMichael Niedermayer2013-01-261-2/+0
* | 4xm: add assert to check that the pointer from read_huffman_tables is within ...Michael Niedermayer2013-01-261-0/+2
* | 4xm: Check available space in read_huffman_tables()Michael Niedermayer2013-01-261-1/+8
* | Fix atrac3 decoder broken in e55d53905f34f8e8747f6d321e9a695dc02ebb2fMichael Karcher2013-01-261-1/+1
* | ffv1enc: fix gbrp>8bitMichael Niedermayer2013-01-251-2/+2
* | lavc/dnxhddata: fix bitrates for cid 1251 and 1252 in cid tableMatthieu Bouron2013-01-251-2/+2
* | Merge commit 'b85a5e87af4254b80913fe33591d96361f30832b'Michael Niedermayer2013-01-254-1/+18
|\|
| * h264: Allow discarding the cropping information from SPSVittorio Giovara2013-01-254-1/+18
* | Merge commit '33552a5f7b6ec7057516f487b1a902331f8c353e'Michael Niedermayer2013-01-251-0/+2
|\|
| * arm: Add mathops.h to ARCH_HEADERS listDiego Biurrun2013-01-241-0/+2
* | Merge commit '2c10e2a2f62477efaef5b641974594f7df4ca339'Michael Niedermayer2013-01-251-78/+75
|\|
| * x86: h264qpel: add cpu flag checks for init functionJanne Grunau2013-01-241-72/+75
* | lavc/gifdec: remove obsolete checkPaul B Mahol2013-01-251-5/+0
* | lavc/gifdec: move idx_line allocation out of gif_read_header1()Paul B Mahol2013-01-251-4/+4
* | lavc/gifdec: do not return nonzero *got_frame if frame is not passedPaul B Mahol2013-01-251-8/+6
* | lavc/gifdec: simplify "!= 0" checksPaul B Mahol2013-01-251-3/+3
* | lavc/gifdec: use memcpy()Paul B Mahol2013-01-251-4/+2
* | Merge commit '6bdb841b46d170d58488deaed720729b79223b1d'Michael Niedermayer2013-01-251-3/+3
|\|
| * h264: copy h264qpel dsp context to slice thread copiesJanne Grunau2013-01-241-0/+1
| * arm: h264qpel: use neon h264 qpel functions only if supportedJanne Grunau2013-01-241-3/+3
* | vqavideo: check chunk sizes before reading chunksMichael Niedermayer2013-01-251-0/+10
* | eacmv: Free frames on resolution changesMichael Niedermayer2013-01-251-1/+6
* | gifdec: check that w,h is not zeroMichael Niedermayer2013-01-251-0/+2
* | Fix compilation with --disable-everything on x86_32.Carl Eugen Hoyos2013-01-251-1/+1
* | gifdec: gif_copy_img_rect: Fix end pointerMichael Niedermayer2013-01-241-1/+1
* | h264_qpel: put cpuflags checks back.Michael Niedermayer2013-01-241-0/+6
* | cavsdec: check for value in get_ue_code()Michael Niedermayer2013-01-241-3/+7