33277 Commits (073effb6e4f18dab4784995c9acb61e34c851f8a)
 

Author SHA1 Message Date
Michael Niedermayer 834b3760a7 swresample: check for invalid sample formats. 13 years ago
Michael Niedermayer 2a93f28a4b avformat_free_context: favor av_freep() 13 years ago
Michael Niedermayer 3b6c0ba382 oggenc: favor av_freep() 13 years ago
Michael Niedermayer 17d51938d2 swr_test: test planar audio 13 years ago
Michael Niedermayer a75b254c74 swr: minor fixes to get planar audio working 13 years ago
Michael Niedermayer 7322483d72 mpegvideo: increase emu edge buffer size 13 years ago
Justin Ruggles 08bd22a61b dpcm: return error if packet is too small 13 years ago
Justin Ruggles 0354fb7ebe dpcm: use smaller data types for static tables 13 years ago
Justin Ruggles 5a54d51017 dpcm: use sol_table_16 directly instead of through the DPCMContext. 13 years ago
Justin Ruggles f47f7efd14 dpcm: replace short with int16_t 13 years ago
Justin Ruggles 8d77d12a2b dpcm: check to make sure channels is 1 or 2. 13 years ago
Justin Ruggles 4bad464e7f dpcm: misc pretty-printing 13 years ago
Justin Ruggles 1de8401c56 dpcm: remove unnecessary variable by using bytestream functions. 13 years ago
Justin Ruggles fc6faee0d1 dpcm: move codec-specific variable declarations to their corresponding decoding blocks. 13 years ago
Justin Ruggles 989bb7bd04 dpcm: consistently use the variable name 'n' for the next input byte. 13 years ago
Justin Ruggles 04b24cf94b dpcm: output AV_SAMPLE_FMT_U8 for Sol DPCM subcodecs 1 and 2. 13 years ago
Justin Ruggles 76db17dc7d dpcm: calculate and check actual output data size prior to decoding. 13 years ago
Justin Ruggles 3db8db406f dpcm: factor out the stereo flag calculation 13 years ago
Justin Ruggles b09c7eefb7 dpcm: cosmetics: rename channel_number to ch 13 years ago
Reimar Döffinger 812010c17e Remove unused variable. 13 years ago
Nathan Caldwell f5e717f3c7 avserver: Fix a bug where the socket is IPv4, but IPv6 is autoselected for the loopback address. 13 years ago
Martin Storsjö e81e5e8ad2 lavf: Avoid using av_malloc(0) in av_dump_format 13 years ago
Carl Eugen Hoyos bcb1555489 dxva2_h264: pass the correct 8x8 scaling lists 13 years ago
Alex Converse 3b0e242825 lavf/utils: Drop old hack for implicit HE-AAC signaling. 13 years ago
Mans Rullgard bf5d46d8e6 dca: NEON optimised high freq VQ decoding 13 years ago
Michael Niedermayer 53d5c463b2 doc: add swresample doc 13 years ago
Michael Niedermayer 78972a69e3 lavf/utils: ignore subtitle timestamps in timings calculation 13 years ago
Justin Ruggles 6326afd5e9 avcodec: reject audio packets with NULL data and non-zero size 13 years ago
Maksym Veremeyenko dacf076614 fix memory leak in oggenc 13 years ago
Jean First f65c6f751f Enable multithreding when decoding with libopenjpeg 13 years ago
Jean First 125ea3ee06 Warn the user if lowres > max_lowres, set lowres to max_lowres and continue 13 years ago
Joakim Plate dcce09d64b dxva: Add ability to enable workaround for older ATI cards 13 years ago
Kieran Kunhya d4a544cbc4 latmenc: Set latmBufferFullness to largest value to indicate it is not used 13 years ago
Laurent Aimar f42b3195d3 Fix out of bound writes in fix_bitshift() of the shorten decoder. 13 years ago
Michael Niedermayer c329972687 g729: dont force all cpu optims to off but override just the one that doesnt work. 13 years ago
Michael Niedermayer 8045af65d4 ppc: fix usage of dsp_mask 13 years ago
Michael Niedermayer 30ba924bc8 Merge remote-tracking branch 'qatar/master' 13 years ago
Laurent Aimar 5d7e3d7167 Check for out of bound reads in the Tiertex Limited SEQ decoder. 13 years ago
Laurent Aimar 62234a4d3a Fix the size of workspace buffers in the motion pixels decoder. 13 years ago
Laurent Aimar e60619f9b4 Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffer used in motion pixels decoder. 13 years ago
Laurent Aimar 3035c4034b Check for out of bounds writes in the Delphine Software International CIN decoder. 13 years ago
Laurent Aimar 8e5f093c2c Check for out of bounds reads in the Delphine Software International CIN decoder. 13 years ago
Laurent Aimar 44e2f0c3cd Check for out of bound reads in the QuickDraw decoder. 13 years ago
Michael Niedermayer 9714a78bbb Revert "general.texi: we dont have a g729 encoder yet" 13 years ago
Michael Niedermayer 68bbaac7e5 fate: only test 10seconds of the g729 data, the reference files are too huge otherwise. 13 years ago
Michael Niedermayer 9cff6d9eff libstagefright: change Libav to FFmpeg in copyright header with permission of author. 13 years ago
Michael Niedermayer 96b0764196 fate: g729 test 13 years ago
Michael Niedermayer 0f68a2bc8b g723_1_demuxer: rco is also a commonly used extension. 13 years ago
Tomas Härdin e571305a71 mov: Only touch extradata in mov_read_extradata() if codec_id is what we expect 13 years ago
Laurent Aimar c8b835954a Check for out of bound reads in xan_huffman_decode() of the xan decoder. 13 years ago