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
2014-01-09examples/muxing: set timestamps in output audio packetStefano Sabatini
2014-01-09examples/muxing: use av_frame_free() in place of av_free()Stefano Sabatini
2014-01-09examples/muxing: reuse global audio frameStefano Sabatini
2014-01-09examples/muxing: honour distinction between encoder PTS timebase and stream t...Stefano Sabatini
2014-01-09examples/muxing: set sample formats from list of codec supported sample formatsStefano Sabatini
2014-01-09avcodec/msvideo1enc: fix SKIPS_MAXMichael Niedermayer
2014-01-09avfilter: avfilter_register() that works in O(1) timeMichael Niedermayer
2014-01-09doc/filters: add rotate example using degreesLou Logan
2014-01-09avformat/udp: debug log udp socket sizerogerdpack
2014-01-09avcodec/libstagefright: drop dependancy on sizeof(AVFrame)Michael Niedermayer
2014-01-08avcodec/kgv1dec: remove unused function and variableMichael Niedermayer
2014-01-08swscale: disable ARM code until its build failure with clang/iphone is fixedMichael Niedermayer
2014-01-08vp9/x86: make STORE_2X2 macro local.Ronald S. Bultje
2014-01-08avcodec/huffyuvenc: Factorize store_huffman_tables() outMichael Niedermayer
2014-01-08avcodec/ffv1enc: choose 1.2 by default for higher resolutions to ensure multi...Michael Niedermayer
2014-01-08Merge remote-tracking branch 'rbultje/vp9-simd'Michael Niedermayer
2014-01-08avisynth: Use av_packet_from_data instead of av_new_packetStephen Hutchinson
2014-01-08avisynth: More av_new_packet changesAnton Khirnov
2014-01-08avcodec/huffyuvenc: fix -context 1 encodingMichael Niedermayer
2014-01-08doc/muxers/image2: apply several formatting changesStefano Sabatini
2014-01-08doc/muxers/image2: document strftime optionRamiro Polla
2014-01-08doc/muxers/matroska: add information to the matroska metadata language entryHelmut K. C. Tessarek
2014-01-08doc/ffmpeg: remove documentation for removed vlang/slang optionsStefano Sabatini
2014-01-08doc/muxers/matroska: reformat documentationStefano Sabatini
2014-01-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-01-08Merge commit '5dae4872357613a0b51120b54a4c5221e0ec3f69'Michael Niedermayer
2014-01-08Merge commit 'b7b932f5e3602bd34c3cc634b71c8bbbc0fb8dc0'Michael Niedermayer
2014-01-08Merge commit '67bb3a4e285a5871770cbaa2d78bf9024961dd0f'Michael Niedermayer
2014-01-08avformat/mxfdec: detect loops during header parsingMichael Niedermayer
2014-01-08vp9: make mv bounds 32bit.Ronald S. Bultje
2014-01-08vp9: reset contextual caches on frame size change with mt enabled.Ronald S. Bultje
2014-01-08vp9/x86: idct_32x32_add_ssse3 sub-8x8-idct.Ronald S. Bultje
2014-01-08vp9/x86: idct_32x32_add_ssse3 sub-16x16-idct.Ronald S. Bultje
2014-01-08vp9/x86: idct_32x32_add_ssse3.Ronald S. Bultje
2014-01-08Use the h264 parser when decoding VSSH in avi.Carl Eugen Hoyos
2014-01-08doc/filters/equalizer: add examples for equalizerWerner Robitza
2014-01-07tools/qt-faststart: add -movflags +faststart noteLou Logan
2014-01-07avformat/takdec: zero padding area before useMichael Niedermayer
2014-01-07arm: Add a missing # as prefix for an immediate constantMartin Storsjö
2014-01-07arm: Allow overriding the alignment set in the function macroMartin Storsjö
2014-01-07arm: Remove a leftover define for the pld instructionMartin Storsjö
2014-01-07arm: cosmetics: Reindent the h264dsp neon init functionMartin Storsjö
2014-01-07avformat/adxdec: dont return random data on EOFMichael Niedermayer
2014-01-07avformat/segafilm: drop song and dance, this seems not to do anything anymore...Michael Niedermayer
2014-01-07avcodec/flacdec: check rice_order against blocksizeMichael Niedermayer
2014-01-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-01-07rename CONFIG_FFT_FIXED_32 -> FFT_FIXED_32Michael Niedermayer
2014-01-07Merge commit '794fcf79a89eca2d4e889803b2c804a0b1defbb3'Michael Niedermayer
2014-01-07examples/decoding_encoding: fix style nitsStefano Sabatini
2014-01-07avformat/webvttdec: Dont skip over a never checked byte after -->Michael Niedermayer