39973 Commits (903ccf71b757cd30ce8e2378fd8ba87664e78449)
 

Author SHA1 Message Date
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
Michael Niedermayer 72b9537d88 dfa: Fix out of array write in decode_dds1() 13 years ago
Michael Niedermayer d1c95d2ce3 dfa: fix out of array write in decode_wdlt() 13 years ago
Mans Rullgard f5be7958e3 qdm2: fix a dubious pointer cast 13 years ago
Michael Niedermayer 680097cb6d WMAL: Do not try to read rawpcm coefficients if bits is invalid 13 years ago
Yusuke Nakamura accea4d9d8 mov: Fix detecting there is no sync sample. 13 years ago
Alex Converse f346b6bbeb tiffdec: K&R cosmetics 13 years ago
Michael Niedermayer 367d9b2957 Merge remote-tracking branch 'qatar/master' 13 years ago
Luca Barbato cbf767a87c avf: has_duration does not check the global one 13 years ago
Ronald S. Bultje b089ca871a dsputil: fix optimized emu_edge function on Win64. 13 years ago
Diego Biurrun ef0ee7f657 swscale: K&R formatting cosmetics (part II) 13 years ago
Alex Converse 90a4306007 tiffdec: Add a malloc check and refactor another. 13 years ago
Alex Converse 99a335299f faxcompr: Check malloc results and unify return path 13 years ago
Michael Niedermayer 62e5ef95ca av_image_alloc: Align the width to 8 when align >= 8. 13 years ago
Michael Niedermayer 41a052a6ba cmdutils: fix "oswr may be used uninitialized" warning 13 years ago
Michael Niedermayer 2ec8789eb8 avpicture_layout: use a endian independant format for the palette. 13 years ago
Mans Rullgard 6555acad10 configure: escape colons in values written to config.fate 13 years ago
Michael Niedermayer 84d74610f9 mov: zero sc->pb in mov_read_close() 13 years ago
Dale Curtis a6b3e6d0b4 mov: Fix memory leaks on aborted header parsing. 13 years ago
Michael Niedermayer ab3fcd93fd mov: zero extradata_size on deallocation of extradata. 13 years ago