Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-04x86: get_cpu_flags: add necessary ifdefs around function bodyDiego Biurrun
2012-10-04x86: Drop CPU detection intrinsicsDiego Biurrun
2012-10-04x86: Add YASM implementations of cpuid and xgetbv from x264Diego Biurrun
2012-10-04configure: add --enable-lto optionMans Rullgard
2012-10-04x86: cpu: Break out test for cpuid capabilities into separate functionDiego Biurrun
2012-10-04x86: ff_get_cpu_flags_x86(): Avoid a pointless variable indirectionDiego Biurrun
2012-10-04build: Factor out mpegaudio dependencies to CONFIG_MPEGAUDIODiego Biurrun
2012-10-04ffplay: autodetect realtime streams and enable infbufMichael Niedermayer
2012-10-04ffplay: add a 3rd state to infbuf for autodetectionMichael Niedermayer
2012-10-04segment: Add comments about calls that only are relevant for some muxersMartin Storsjö
2012-10-04mpeg2enc: support and use frame_rate_ext when neededMichael Niedermayer
2012-10-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-04Merge commit 'ab35ec29a4071871934856c00da7d6ebcc0c095b'Michael Niedermayer
2012-10-04segment: Flush buffered data before finishing a segmentMartin Storsjö
2012-10-04segment: Set the resend_headers flag for each segmentMartin Storsjö
2012-10-04segment: Add an option for disabling writing of a header/trailer to each segmentMartin Storsjö
2012-10-04segment: Free and reinit the muxer before calling avformat_write_headerMartin Storsjö
2012-10-04segment: Use the public av_write_header/av_write_trailer functionsMartin Storsjö
2012-10-04segment: Properly create new AVStreams for the chained muxerMartin Storsjö
2012-10-04segment: Add an option for omitting the first header and final trailerMartin Storsjö
2012-10-04segment: Add a missing spaceMartin Storsjö
2012-10-04Merge commit '29abb04e73b0580ebe38703cadb988d26df6a76a'Michael Niedermayer
2012-10-04vf_overlay: properly sync inputs.Anton Khirnov
2012-10-04vf_overlay: get rid of pointless messing with timebase.Anton Khirnov
2012-10-04samplefmt: make av_samples_alloc() initialize the data to silence.Anton Khirnov
2012-10-04afq: sanity assert on remaining_samplesMichael Niedermayer
2012-10-04afq: update remaining samples variable.Michael Niedermayer
2012-10-04movenc: force video timebase to be 0.1ms precisse at least.Michael Niedermayer
2012-10-04libspeexdec: handle NULL return value from speex_packet_to_header()Justin Ruggles
2012-10-04h264probe: Don't error out on bits that no longer are reservedMichael Niedermayer
2012-10-04mpegvideo: set extended_data in ff_update_duplicate_context()Janne Grunau
2012-10-04libspeexdec: If the channel count is not valid, decode as stereo.Justin Ruggles
2012-10-04libspeexdec: properly handle DTX for multiple frames-per-packetJustin Ruggles
2012-10-04libspeexdec: move the SpeexHeader from LibSpeexContext to where it is usedJustin Ruggles
2012-10-04libspeexdec: simplify setting of frame_sizeJustin Ruggles
2012-10-04libspeexdec: set channel_layoutJustin Ruggles
2012-10-04libspeexdec: improve setting of Speex mode and sample rateJustin Ruggles
2012-10-03ff_choose_timebase: only try factors upto 14Michael Niedermayer
2012-10-03mux/nut: factorize ff_choose_timebase() out of nutMichael Niedermayer
2012-10-03libspeex: Add a private option for enabling VADDmitry Samonenko
2012-10-03tiffenc: remove unused variableMichael Niedermayer
2012-10-03xtea: Test inplace decryptionMichael Niedermayer
2012-10-03xtea: Fix CBC decryption when src==dstMichael Niedermayer
2012-10-03xtea: Factorize testing into a separate functionMartin Storsjö
2012-10-03configure: Refactor HAVE_ options available on the command lineDiego Biurrun
2012-10-03avconv/avprobe: Add missing 'void' to exit_program() definitionDiego Biurrun
2012-10-03framecrcenc: print flags and side data elementsMichael Niedermayer
2012-10-03parser: fix large overreadsMichael Niedermayer
2012-10-03lavc/h264: move ff_init_cabac_states() from decode_slice() to ff_h264_decode_...Clément Bœsch
2012-10-03Allow use of strncpy()Mans Rullgard