summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* segment: Add an option for omitting the first header and final trailerMartin Storsjö2012-10-04
* segment: Flush buffered data before finishing a segmentMartin Storsjö2012-10-04
* segment: Set the resend_headers flag for each segmentMartin Storsjö2012-10-04
* segment: Add an option for disabling writing of a header/trailer to each segmentMartin Storsjö2012-10-04
* segment: Free and reinit the muxer before calling avformat_write_headerMartin Storsjö2012-10-04
* segment: Use the public av_write_header/av_write_trailer functionsMartin Storsjö2012-10-04
* segment: Properly create new AVStreams for the chained muxerMartin Storsjö2012-10-04
* segment: Add a missing spaceMartin Storsjö2012-10-04
* vf_overlay: properly sync inputs.Anton Khirnov2012-10-04
* vf_overlay: get rid of pointless messing with timebase.Anton Khirnov2012-10-04
* samplefmt: make av_samples_alloc() initialize the data to silence.Anton Khirnov2012-10-04
* libspeexdec: handle NULL return value from speex_packet_to_header()Justin Ruggles2012-10-03
* h264probe: Don't error out on bits that no longer are reservedMichael Niedermayer2012-10-04
* mpegvideo: set extended_data in ff_update_duplicate_context()Janne Grunau2012-10-03
* libspeexdec: properly handle DTX for multiple frames-per-packetJustin Ruggles2012-10-03
* libspeexdec: move the SpeexHeader from LibSpeexContext to where it is usedJustin Ruggles2012-10-03
* libspeexdec: simplify setting of frame_sizeJustin Ruggles2012-10-03
* libspeexdec: set channel_layoutJustin Ruggles2012-10-03
* libspeexdec: If the channel count is not valid, decode as stereo.Justin Ruggles2012-10-03
* libspeexdec: improve setting of Speex mode and sample rateJustin Ruggles2012-10-03
* libspeex: Add a private option for enabling VADDmitry Samonenko2012-10-03
* xtea: Test inplace decryptionMichael Niedermayer2012-10-03
* xtea: Fix CBC decryption when src==dstMichael Niedermayer2012-10-03
* xtea: Factorize testing into a separate functionMartin Storsjö2012-10-03
* configure: Refactor HAVE_ options available on the command lineDiego Biurrun2012-10-03
* avconv/avprobe: Add missing 'void' to exit_program() definitionDiego Biurrun2012-10-03
* Allow use of strncpy()Mans Rullgard2012-10-03
* blowfish: Add more testsMartin Storsjö2012-10-03
* blowfish: Fix CBC decryption with dst==srcMartin Storsjö2012-10-03
* blowfish: Factorize testing into a separate functionMartin Storsjö2012-10-03
* ARM: use numeric ID for Tag_ABI_align_preservedMans Rullgard2012-10-03
* segment: Pass the interrupt callback on to the chained AVFormatContext, tooMartin Storsjö2012-10-02
* ARM: bswap: drop armcc version of av_bswap16()Mans Rullgard2012-10-02
* ARM: set Tag_ABI_align_preserved in all asm filesMans Rullgard2012-10-02
* ARM: fix Thumb PIC on AppleMans Rullgard2012-10-02