summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* pixfmt: add AV_ prefixes to PIX_FMT_*Anton Khirnov2012-10-08
* af_resample: avoid conversion of identical sample formats for 1 channelJustin Ruggles2012-10-07
* avcodec: allow either planar or interleaved sample format when encoding monoJustin Ruggles2012-10-07
* adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right orderJustin Ruggles2012-10-07
* timefilter: De-doxygenize normal code comments and drop silly onesDiego Biurrun2012-10-07
* gxf: Include the right header for the avpriv_frame_rate_tab declarationMartin Storsjö2012-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
* yuv4mpeg: return proper error codes.Anton Khirnov2012-10-06
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* fate: Add parseutils testDiego Biurrun2012-10-06
* parseutils-test: Drop random colors from parsing testDiego Biurrun2012-10-06
* vf_pad/scale: use double precision for aspect ratios.Anton Khirnov2012-10-06
* build: error on variable-length arraysMans Rullgard2012-10-05
* ppc: swscale: rework yuv2planeX_altivec()Mans Rullgard2012-10-05
* ppc: fmtconvert: kill VLA in float_to_int16_interleave_altivec()Mans Rullgard2012-10-05
* x86: dsputil: kill VLA in gmc_mmx()Mans Rullgard2012-10-05
* libspeexenc: Updated commentary to reflect recent changesDmitry Samonenko2012-10-05
* libspeexenc: Add an option for enabling DTXDmitry Samonenko2012-10-05
* doc/APIchanges: fill in missing dates and hashes.Anton Khirnov2012-10-05
* lavr: bump major to 1 and declare it stable.Anton Khirnov2012-10-05
* lavr: change the type of the data buffers to uint8_t**.Anton Khirnov2012-10-05
* lavc: deprecate the audio resampling API.Anton Khirnov2012-10-05
* h264: don't touch H264Context->ref_count[] during MB decodingRonald S. Bultje2012-10-05
* x86: get_cpu_flags: add necessary ifdefs around function bodyDiego Biurrun2012-10-04
* x86: Drop CPU detection intrinsicsDiego Biurrun2012-10-04
* x86: Add YASM implementations of cpuid and xgetbv from x264Diego Biurrun2012-10-04
* configure: add --enable-lto optionMans Rullgard2012-10-04
* x86: cpu: Break out test for cpuid capabilities into separate functionDiego Biurrun2012-10-04
* x86: ff_get_cpu_flags_x86(): Avoid a pointless variable indirectionDiego Biurrun2012-10-04
* build: Factor out mpegaudio dependencies to CONFIG_MPEGAUDIODiego Biurrun2012-10-04
* segment: Add comments about calls that only are relevant for some muxersMartin Storsjö2012-10-04