summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* xtea: give constants the correct typeMichael Niedermayer2012-10-08
* wmalosslessdec: remove unused variableMichael Niedermayer2012-10-08
* tscc: fix "assignment discards qualifiers from pointer target type" warningMichael Niedermayer2012-10-08
* tiff: fix "assignment discards qualifiers from pointer target type" warningMichael Niedermayer2012-10-08
* rangecoder: fix "incompatible pointer type" warningMichael Niedermayer2012-10-08
* ffv1: fix array data typesMichael Niedermayer2012-10-08
* 8svx: remove unused variableMichael Niedermayer2012-10-08
* mxfenc: fix av_log data type for dts paramaterMichael Niedermayer2012-10-08
* mux: change 1 assert->av_assert1()Michael Niedermayer2012-10-07
* x86/motion_est: assert->av_assert2()Michael Niedermayer2012-10-07
* motion-test: fix height parameterMichael Niedermayer2012-10-07
* adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right orderJustin Ruggles2012-10-07
* avformat: fix typo in commentPaul B Mahol2012-10-07
* h264: switch some asserts to av_assert1/2()Michael Niedermayer2012-10-07
* dsputil_template: replace assert() by av_assert2()Michael Niedermayer2012-10-07
* matroskaenc: remove MATROSKA_ID_VIDEODISPLAYUNIT 3Michael Niedermayer2012-10-07
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-07
|\
| * wmaenc: use float planar sample formatJustin Ruggles2012-10-06
| * (e)ac3enc: use planar sample formatJustin Ruggles2012-10-06
| * aacenc: use planar sample formatJustin Ruggles2012-10-06
| * adpcmenc: use planar sample format for adpcm_ima_wav and adpcm_ima_qtJustin Ruggles2012-10-06
| * adpcmenc: move 'ch' variable to higher scopeJustin Ruggles2012-10-06
| * adpcmenc: fix 3 instances of variable shadowingJustin Ruggles2012-10-06
| * adpcm_ima_wav: simplify encodingJustin Ruggles2012-10-06
| * libvorbis: use planar sample formatJustin Ruggles2012-10-06
| * libmp3lame: use planar sample formatsJustin Ruggles2012-10-06
| * vorbisenc: use float planar sample formatJustin Ruggles2012-10-06
| * ffm: do not write or read the audio sample formatJustin Ruggles2012-10-06
| * parseutils: fix parsing of invalid alpha valuesMans Rullgard2012-10-06
| * doc/RELEASE_NOTES: update for the 9 release.Anton Khirnov2012-10-06
| * smoothstreamingenc: Add a more verbose error messageMartin Storsjö2012-10-06
| * smoothstreamingenc: Ignore the return value from mkdirMartin Storsjö2012-10-06
| * smoothstreamingenc: Try writing a manifest when opening the muxerMartin Storsjö2012-10-06
| * smoothstreamingenc: Move the output_chunk_list and write_manifest functions upMartin Storsjö2012-10-06
| * smoothstreamingenc: Properly return errors from ism_flush to the callerMartin Storsjö2012-10-06
| * smoothstreamingenc: Check the output UrlContext before accessing itMartin Storsjö2012-10-06
* | movenc: support an alternative to edit lists to handle the first DTS != 0 case.Michael Niedermayer2012-10-07
* | mov: fix integer avoption typesMichael Niedermayer2012-10-07
* | mpeg4videodec: fix integer avoption typesMichael Niedermayer2012-10-07
* | libvpcenc: fix flags voption typesMichael Niedermayer2012-10-07
* | h264: fix integer avoption typesMichael Niedermayer2012-10-07
* | tests/Makefile: fix ffprobe-test.nut with target-execjamal2012-10-07
* | gmc_mmx: enable also for large pictures when emu edge isnt needed.Michael Niedermayer2012-10-06
* | dsputil_mmx: put optimized gmc code back and avoid a VLA without loosing feat...Michael Niedermayer2012-10-06
* | get_bits: get_bits_long() support n=0 as the docs allow itMichael Niedermayer2012-10-06
* | movenc: fix regression with yuyv caused by c5f23dMichael Niedermayer2012-10-06
* | vf_tile: fix typos/grammar in commentsBobby Bingham2012-10-06
* | configure: enable -Werror=vlaMichael Niedermayer2012-10-06
* | pca: get rid of VLAMichael Niedermayer2012-10-06
* | snowenc: get rid of VLA (well it wasnt really variable anyway)Michael Niedermayer2012-10-06