40042 Commits (b21ba20cc83c80fe56192fee3626a8087f37d806)
 

Author SHA1 Message Date
Michael Niedermayer b962932cba eatgv: check vector_bits 13 years ago
Nicolas George 34123ab979 tiny_psnr: reindent after last commit. 13 years ago
Nicolas George e6f7e22d18 tiny_psnr: support unseekable raw files. 13 years ago
Michael Niedermayer 93927eb334 ff_ivi_decode_blocks: fix negative scan_pos case. 13 years ago
Michael Niedermayer f0bf9e9c2a indeo: Check allocated tile size in ff_ivi_process_empty_tile() 13 years ago
Michael Niedermayer 5ad7335eba indeo5: check tile size in decode_mb_info(). 13 years ago
Nicolas George b7027685b8 configure: add dependencies for colormatrix test. 13 years ago
Michael Niedermayer af38823709 indeo5: set transform_size like indeo4 does to prevent useage of too large transforms. 13 years ago
Michael Niedermayer 0846719dd1 indeo4: check transform size. 13 years ago
Derek Buitenhuis 5a59d2c40b utvideo: Remove unused variable 'src_size' 13 years ago
Derek Buitenhuis 5096399df2 utvideo: Remove unused variable 'src_size' 13 years ago
Dale Curtis c788782c7d mov: free memory on header parsing failure 13 years ago
Dale Curtis 4ebd422c04 mov: fix leaking memory with multiple drefs. 13 years ago
Ronald S. Bultje 7f77e9041a swscale: clip before assigning tables in RGB output functions. 13 years ago
Ronald S. Bultje 4860625236 swscale: fix off-by-one in second coefficient in bilinear filters. 13 years ago
Michael Niedermayer c354576457 mpegvideo_enc: fix dts 13 years ago
Michael Niedermayer 7432bcfe5a Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer 01bf2ad735 indeo4: setup width/height properly. 13 years ago
Michael Niedermayer 0b27136c65 matroskadec: fix null pointer dereference 13 years ago
Anton Khirnov 7bf9e3391f vsrc_buffer: fix check from 7ae7c41. 13 years ago
Michael Niedermayer c42efad3c3 wtvdec: fix name_size check to consider integer overflows. 13 years ago
Michael Niedermayer 83c7803f55 lagarith: check count before writing zeros. 13 years ago
Jakub Stachowski 56dcfe87ef Clear residues only in not coded channel. This fixes overwriting coded residues with zeros if first channel is coded and second is not. 13 years ago
Reimar Döffinger b44a5ec76e latmenc: replace per-frame malloc/free by constant size buffer. 13 years ago
Reimar Döffinger d05625bd04 avidec: handle 0-size packets that exist only in index. 13 years ago
Reimar Döffinger 4c53c66a21 mp3enc: clarify meaning of "Unsupported" messages. 13 years ago
Diego Biurrun 219a9ed19e libxvid: Reorder functions to avoid forward declarations; make functions static. 13 years ago
Diego Biurrun 7a0cb74fee libxvid: drop some pointless dead code 13 years ago
Michael Niedermayer 64bd7f8e4d wmalosslessdec: Reset put bit buffer when num_saved_bits is reset. 13 years ago
Mashiat Sarker Shakkhar dac79c2737 wmal: vertical alignment cosmetics 13 years ago
Mashiat Sarker Shakkhar 2e13f57993 wmal: Warn about missing bitstream splicing feature and ask for sample. 13 years ago
Mashiat Sarker Shakkhar 9900dd2d9c wmal: Skip seekable_frame_in_packet. 13 years ago
Mashiat Sarker Shakkhar 07933b44dd wmal: Drop unused variable num_possible_block_size. 13 years ago
Michael Niedermayer b3a4351582 wmalosslessdec: Fix reading too many bits in decode_channel_residues() 13 years ago
Michael Niedermayer 2a7063de54 wmalosslessdec: fix a get_bits(0) in decode_ac_filter 13 years ago
Michael Niedermayer a0abefb0af wmalosslessdec: make mclms arrays big enough for whats written into them. 13 years ago
Michael Niedermayer d442c4462a wmalosslessdec: Make arrays WMALL_BLOCK_MAX_SIZE big and check samples_per_frame. 13 years ago
Michael Niedermayer 9166f483c5 wmaprodec: check min_samples_per_subframe 13 years ago
Michael Niedermayer b28c678ba8 wmaprodec; fix get_bits(0) case. 13 years ago
Michael Niedermayer 97a5addfcf wmaprodec: check num_vec_coeffs for validity 13 years ago
Michael Niedermayer 52ec269573 lavf: print with debug level the byte positions before and after find_stream_info 13 years ago
Stefano Sabatini 91d3cbe0fd avfiltergraph: make the AVFilterInOut alloc/free API public 13 years ago
Anton Khirnov 12e7e1d03e graphparser: allow specifying sws flags in the graph description. 13 years ago
Anton Khirnov 4e781c25b7 graphparser: fix the order of connecting unlabeled links. 13 years ago
Anton Khirnov d7bcc71dad graphparser: add avfilter_graph_parse2(). 13 years ago
Anton Khirnov 7ae7c41413 vsrc_buffer: allow using a NULL buffer to signal EOF. 13 years ago
Michael Niedermayer cca9528524 mp3on4: allocate a large enough frame. 13 years ago
Michael Niedermayer c41ac87047 avidec: update size when packet is shrunk 13 years ago
Ronald S. Bultje 9206ac80a5 swscale: handle last pixel if lines have an odd width. 13 years ago
Clément Bœsch 3f80546d75 lavfi/drawbox: fix width displayed in place of x. 13 years ago