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-09-14trasher: Include all the necessary headersMartin Storsjö
2012-09-13x86: Remove some leftover declarations for non-existent functionsDiego Biurrun
2012-09-13examples/decoding_encoding: replace "picture" with "frame" in encode_example()Stefano Sabatini
2012-09-13examples/decoding_encoding: apply various message log fixesStefano Sabatini
2012-09-13ARM: libavresample: NEON optimised generic fltp to s16 conversionMans Rullgard
2012-09-13ARM: libavresample: NEON optimised stereo fltp to s16 conversionMans Rullgard
2012-09-13ARM: libavresample: NEON optimised flat float to s16 conversionMans Rullgard
2012-09-13lavfi: check that buffer and link properties match.Nicolas George
2012-09-13lavfi: set sample_rate in the default allocator.Nicolas George
2012-09-13swr/resample: mark mm_flags as potentially unusedMichael Niedermayer
2012-09-13x86_cpu.h: newline at the end to shutup some warnings in openccMichael Niedermayer
2012-09-13Revert "lavc/libx264: remap X264_LOG_INFO loglevel from AV_LOG_INFO to VERBOSE"Derek Buitenhuis
2012-09-13mpegvideo: skip ff_print_debug_info() for VDPAUMichael Niedermayer
2012-09-13libavformat.v: export ffurl_protocol_nextMichael Niedermayer
2012-09-13sws: revert: "swscale: Remove two bogus asserts"Michael Niedermayer
2012-09-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-13Merge commit '07584eaf4a95db3f11d3bc411f9786932829e82b'Michael Niedermayer
2012-09-13os_support: Choose between direct.h and io.h using a configure checkMartin Storsjö
2012-09-13os_support: Include io.h instead of direct.h on mingw32ceMartin Storsjö
2012-09-13x86: ac3dsp: Only refer to the ac3_downmix_sse symbol if it has been declaredMartin Storsjö
2012-09-13swscale: Remove two bogus assertsDiego Biurrun
2012-09-13lavfi/aresample: set buffer properties after copy.Nicolas George
2012-09-13ac3: move ac3_downmix() from dsputil to ac3dspMans Rullgard
2012-09-13lavr/audio_mix_matrix: acknowledge the existence of LFE2.Tim Walker
2012-09-13mlp_parser: avoid mapping multiple disctinct TrueHD channels to the same Liba...Tim Walker
2012-09-13lavu/audioconvert: add a second low frequency channel.Tim Walker
2012-09-13mpegts: check substreams before discardingChristian Schmidt
2012-09-13Add a smooth streaming segmenter muxerMartin Storsjö
2012-09-13file: Add an avoption for disabling truncating existing files on openMartin Storsjö
2012-09-12vc1dec: export adv profile color format indicationMichael Niedermayer
2012-09-12asfdec: invert SARMichael Niedermayer
2012-09-12configure: try to support clang on netbsdMichael Niedermayer
2012-09-12img2dec: always close AVIOContextsTomas Härdin
2012-09-12Support decoding of monochrome tiff images without bpp tag.Carl Eugen Hoyos
2012-09-12Fix muxing mjpeg in swf.Carl Eugen Hoyos
2012-09-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-12rtpdec_jpeg: Error out on other unsupported type values as wellMartin Storsjö
2012-09-12rtpdec_jpeg: Disallow using the reserved q valuesMartin Storsjö
2012-09-12rtpdec_jpeg: Fold the default qtables case into an existing if statementMartin Storsjö
2012-09-12rtpdec_jpeg: Store and reuse old qtables for q values 128-254Martin Storsjö
2012-09-12rtpdec_jpeg: Simplify the calculation of the number of qtablesMartin Storsjö
2012-09-12rtpdec_jpeg: Add more comments about the fields in the SOF0 sectionMartin Storsjö
2012-09-12rtpdec_jpeg: Clarify where the subsampling magic numbers come fromMartin Storsjö
2012-09-12rtpdec_jpeg: Don't use a bitstream writer for the EOI markerMartin Storsjö
2012-09-12rtpdec_jpeg: Don't needlessly use a bitstream writer for the headerMartin Storsjö
2012-09-12rtpdec_jpeg: Simplify writing of the jpeg headerMartin Storsjö
2012-09-12rtpdec_jpeg: Merge two if statementsMartin Storsjö
2012-09-12rtpdec_jpeg: Write the DHT section properlyMartin Storsjö
2012-09-12ffprobe: print start_pts and duration_ts stream informationStefano Sabatini
2012-09-12FATE/bprint: Convert a VLA to a normal arrayDerek Buitenhuis