summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * smoothstreamingenc: Properly return errors from ism_flush to the callerMartin Storsjö2012-10-061-2/+5
| * smoothstreamingenc: Check the output UrlContext before accessing itMartin Storsjö2012-10-061-1/+2
* | movenc: support an alternative to edit lists to handle the first DTS != 0 case.Michael Niedermayer2012-10-072-1/+17
* | mov: fix integer avoption typesMichael Niedermayer2012-10-071-2/+2
* | mpeg4videodec: fix integer avoption typesMichael Niedermayer2012-10-071-2/+2
* | libvpcenc: fix flags voption typesMichael Niedermayer2012-10-071-1/+1
* | h264: fix integer avoption typesMichael Niedermayer2012-10-071-2/+2
* | tests/Makefile: fix ffprobe-test.nut with target-execjamal2012-10-071-1/+1
* | gmc_mmx: enable also for large pictures when emu edge isnt needed.Michael Niedermayer2012-10-061-3/+5
* | dsputil_mmx: put optimized gmc code back and avoid a VLA without loosing feat...Michael Niedermayer2012-10-061-7/+54
* | get_bits: get_bits_long() support n=0 as the docs allow itMichael Niedermayer2012-10-061-1/+3
* | movenc: fix regression with yuyv caused by c5f23dMichael Niedermayer2012-10-061-2/+3
* | vf_tile: fix typos/grammar in commentsBobby Bingham2012-10-061-13/+13
* | configure: enable -Werror=vlaMichael Niedermayer2012-10-061-1/+1
* | pca: get rid of VLAMichael Niedermayer2012-10-061-1/+4
* | snowenc: get rid of VLA (well it wasnt really variable anyway)Michael Niedermayer2012-10-061-2/+2
* | swr-test: avoid VLAMichael Niedermayer2012-10-061-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-0677-293/+269
|\ \ | |/
| * yuv4mpeg: return proper error codes.Anton Khirnov2012-10-061-7/+15
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-0656-114/+114
| * fate: Add parseutils testDiego Biurrun2012-10-062-0/+49
| * parseutils-test: Drop random colors from parsing testDiego Biurrun2012-10-061-2/+0
| * vf_pad/scale: use double precision for aspect ratios.Anton Khirnov2012-10-062-3/+3
| * build: error on variable-length arraysMans Rullgard2012-10-051-0/+1
| * ppc: swscale: rework yuv2planeX_altivec()Mans Rullgard2012-10-051-89/+63
| * ppc: fmtconvert: kill VLA in float_to_int16_interleave_altivec()Mans Rullgard2012-10-051-7/+18
| * x86: dsputil: kill VLA in gmc_mmx()Mans Rullgard2012-10-051-51/+7
| * libspeexenc: Updated commentary to reflect recent changesDmitry Samonenko2012-10-051-0/+17
| * libspeexenc: Add an option for enabling DTXDmitry Samonenko2012-10-051-0/+10
| * doc/APIchanges: fill in missing dates and hashes.Anton Khirnov2012-10-051-5/+5
| * lavr: bump major to 1 and declare it stable.Anton Khirnov2012-10-052-2/+7
| * lavr: change the type of the data buffers to uint8_t**.Anton Khirnov2012-10-058-20/+20
| * lavc: deprecate the audio resampling API.Anton Khirnov2012-10-054-0/+21
* | doc/filters: fix typoStefano Sabatini2012-10-061-1/+1
* | segment: reverse pass avoid_negative_ts from the muxerMichael Niedermayer2012-10-061-0/+3
* | libvorbisenc: fix afq delay settingMichael Niedermayer2012-10-061-1/+3
* | Pinnacle TARGA CineWave YUV16 decoder (fourcc Y216).Carl Eugen Hoyos2012-10-069-1/+123
* | mpegvideo_armv5te: change asserts to av_assertsMichael Niedermayer2012-10-061-2/+3
* | ffv1enc: fix assert in put_vlc_symbol() and update to av_assert2()Michael Niedermayer2012-10-061-1/+1
* | ffv1: change w/h asserts to check as the condition can likely happenMichael Niedermayer2012-10-061-1/+3
* | ffv1: remove commented assertsMichael Niedermayer2012-10-061-5/+0
* | Changelog: add empty line after version linesStefano Sabatini2012-10-061-0/+2
* | ffprobe: reindent after previous commitStefano Sabatini2012-10-051-9/+9
* | ffprobe: add -select_streams optionStefano Sabatini2012-10-053-2/+43
* | Fix libcdio detection.Carl Eugen Hoyos2012-10-051-3/+1
* | Do not print debug output for the (MPlayer) pullup filter.Carl Eugen Hoyos2012-10-051-1/+0
* | Fix showspectrum dependencies: Add rdft.Carl Eugen Hoyos2012-10-051-1/+1
* | configure: dts demuxer needs dca_parserPaul B Mahol2012-10-051-0/+1
* | oggparsetheora: fix comment header parsingGiorgio Vazzana2012-10-051-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-055-44/+118
|\ \ | |/