summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* swresample: check for invalid sample formats.Michael Niedermayer2011-10-011-1/+9
* avformat_free_context: favor av_freep()Michael Niedermayer2011-10-011-8/+8
* oggenc: favor av_freep()Michael Niedermayer2011-10-011-3/+3
* swr_test: test planar audioMichael Niedermayer2011-10-011-12/+49
* swr: minor fixes to get planar audio workingMichael Niedermayer2011-10-011-10/+22
* mpegvideo: increase emu edge buffer sizeMichael Niedermayer2011-10-011-2/+2
* Remove unused variable.Reimar Döffinger2011-09-301-1/+0
* lavf/utils: Drop old hack for implicit HE-AAC signaling.Alex Converse2011-09-301-9/+0
* doc: add swresample docMichael Niedermayer2011-09-301-0/+44
* lavf/utils: ignore subtitle timestamps in timings calculationMichael Niedermayer2011-09-301-1/+1
* fix memory leak in oggencMaksym Veremeyenko2011-09-301-0/+2
* Enable multithreding when decoding with libopenjpegJean First2011-09-301-9/+36
* Warn the user if lowres > max_lowres, set lowres to max_lowres and continueJean First2011-09-301-3/+2
* Fix out of bound writes in fix_bitshift() of the shorten decoder.Laurent Aimar2011-09-301-1/+1
* g729: dont force all cpu optims to off but override just the one that doesnt ...Michael Niedermayer2011-09-301-1/+11
* ppc: fix usage of dsp_maskMichael Niedermayer2011-09-301-1/+9
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-301-2/+3
|\
| * dca: clear inactive subbands only once in qmf_32_subbands()Mans Rullgard2011-09-291-2/+3
| * vf_unsharp: set default chroma size value to 5x5Stefano Sabatini2011-09-292-5/+5
| * vf_unsharp: fix out-of-buffer readStefano Sabatini2011-09-291-1/+5
* | Check for out of bound reads in the Tiertex Limited SEQ decoder.Laurent Aimar2011-09-301-14/+51
* | Fix the size of workspace buffers in the motion pixels decoder.Laurent Aimar2011-09-301-2/+4
* | Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffer u...Laurent Aimar2011-09-302-1/+2
* | Check for out of bounds writes in the Delphine Software International CIN dec...Laurent Aimar2011-09-301-0/+2
* | Check for out of bounds reads in the Delphine Software International CIN deco...Laurent Aimar2011-09-301-0/+2
* | Check for out of bound reads in the QuickDraw decoder.Laurent Aimar2011-09-301-0/+12
* | Revert "general.texi: we dont have a g729 encoder yet"Michael Niedermayer2011-09-301-1/+1
* | fate: only test 10seconds of the g729 data, the reference files are too huge ...Michael Niedermayer2011-09-303-24981/+2
* | libstagefright: change Libav to FFmpeg in copyright header with permission of...Michael Niedermayer2011-09-301-4/+4
* | fate: g729 testMichael Niedermayer2011-09-303-0/+26983
* | g723_1_demuxer: rco is also a commonly used extension.Michael Niedermayer2011-09-301-1/+1
* | mov: Only touch extradata in mov_read_extradata() if codec_id is what we expectTomas Härdin2011-09-291-5/+31
* | Check for out of bound reads in xan_huffman_decode() of the xan decoder.Laurent Aimar2011-09-291-1/+4
* | add LJ2K and LJ2C to jpeg2000 decoderCompn2011-09-291-0/+2
* | g723.1: very minor simplify of gen_acb_excitation()Michael Niedermayer2011-09-291-2/+2
* | g723.1: use MULL(a,b,15) for MULL2()Michael Niedermayer2011-09-291-1/+1
* | g723.1: simplify scale_vector()Michael Niedermayer2011-09-291-1/+1
* | g723.1: replace loop of normalize_bits( by av_log2()Michael Niedermayer2011-09-291-2/+2
* | g723.1: cleanup square_root()Vitor Sessak2011-09-291-11/+1
* | g723.1_ use skip_bits1()Michael Niedermayer2011-09-291-1/+1
* | g723.1: use get_bits1()Michael Niedermayer2011-09-291-4/+4
* | celp_math: cleanup ff_dot_product()Michael Niedermayer2011-09-293-17/+16
* | general.texi: we dont have a g729 encoder yetMichael Niedermayer2011-09-291-1/+1
* | G.723.1 doc and change log entryMohamed Naufal Basheer2011-09-292-0/+2
* | Add the G723.1 demuxer and decoderMohamed Naufal Basheer2011-09-299-2/+1172
* | Add G.723.1 decoder data tablesMohamed Naufal Basheer2011-09-291-0/+1245
* | Add dot_product function for use by the G.723.1 decoderMohamed Naufal Basheer2011-09-292-0/+23
* | Add a shift parameter to celp_lp_synthesis_filter for reuse by the G.723.1 de...Mohamed Naufal Basheer2011-09-295-6/+10
* | Show configuration and library version with AV_LOG_INFO.Carl Eugen Hoyos2011-09-291-3/+3
* | Check for unsupported parameters in ff_j2k_dwt_init()Laurent Aimar2011-09-291-0/+2
OpenPOWER on IntegriCloud