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-06-13libvorbis: split encoder from decoderPaul B Mahol
2012-06-13arm/intmath: disable av_clip_uintp2_arm with config_smallMichael Niedermayer
2012-06-13cosmetics: align more codecs declarationsPaul B Mahol
2012-06-12libvorbis: cosmetics: remove empty line at EOFPaul B Mahol
2012-06-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-12lavf: add a "warning" when discarding a oddly backward subtitle or data start...Michael Niedermayer
2012-06-12lavf: handle data like subtitles in start time calculation.Michael Niedermayer
2012-06-12avfilter: Log an error if avfilter fails to configure a link.Alex Converse
2012-06-12swr: mix_2_1_int16_mmx/sseMichael Niedermayer
2012-06-12swr: mix_1_1_int16_sseMichael Niedermayer
2012-06-12swr: mix_1_1 int16 MMXMichael Niedermayer
2012-06-12swr: mix_2_1_float SSE/AVXMichael Niedermayer
2012-06-12swr: SIMD rematrixing and SSE/AVX mix_1_1 floatMichael Niedermayer
2012-06-12swr: add native matrix for SIMDMichael Niedermayer
2012-06-12swr: add function pointers for SIMD rematrixingMichael Niedermayer
2012-06-12swresample.c: update copyleft yearMichael Niedermayer
2012-06-12avconv: support only native pthreads.Anton Khirnov
2012-06-12rtmp: Fix a possible access to invalid memory location when the playpath is t...Samuel Pitoiset
2012-06-12swr: use &~15Michael Niedermayer
2012-06-12swr: replace /16 by >>4Michael Niedermayer
2012-06-12lavu/error: add av_make_error_string() and av_err2str() convenience utilitiesStefano Sabatini
2012-06-12lavu/error: fix sign error in av_sterror() error codeStefano Sabatini
2012-06-12lavu/error: use a table to store error codes and strings, add testStefano Sabatini
2012-06-12tests/parseutils: change test to make it platform independentStefano Sabatini
2012-06-12ffmpeg: disable threading on mingw, it doesnt work due to dependance on inter...Michael Niedermayer
2012-06-12rtmpproto: replace strtok_r by av_strtok its unavailable in mingwMichael Niedermayer
2012-06-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-11pngenc: use av_assertMichael Niedermayer
2012-06-114xm: use av_assert()Michael Niedermayer
2012-06-11Optimization of AMR NB and WB decoders for MIPSNedeljko Babic
2012-06-11Remove eightsvx_raw decoder linePaul B Mahol
2012-06-11flvenc: use av_assert instead of assertMichael Niedermayer
2012-06-11rv20enc: use av_assertMichael Niedermayer
2012-06-11rtmp: Do not send extension for flv filesSamuel Pitoiset
2012-06-11rtmp: support connection parametersSamuel Pitoiset
2012-06-11doc: Add documentation for the newly added rtmp_* optionsSamuel Pitoiset
2012-06-11random_seed: rewrite generic code.Michael Niedermayer
2012-06-11Make png-in-mov QuickTime-compatible for more colour-spaces.Carl Eugen Hoyos
2012-06-11mov: export orphan tmcd track metadata to global format metadata.Clément Bœsch
2012-06-11mov: copy timecode metadata from tmcd track to the related video stream.Clément Bœsch
2012-06-11mov: parse tref atom.Clément Bœsch
2012-06-11movenc: add timecode track support.Clément Bœsch
2012-06-11riff: add ISMP/timecode tag.Clément Bœsch
2012-06-11ffmpeg: allow overriding framerate for stream copyMichael Niedermayer
2012-06-11libvpxenc: add support for forced key framesJames Zern
2012-06-11rangecoder: use av_assertMichael Niedermayer
2012-06-11amrnbdec: use av_assertMichael Niedermayer
2012-06-11j2k: remove unreachable assert()Michael Niedermayer
2012-06-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-10dct-test: fix alignment in ff_prores_idct_put_10_sse2()Michael Niedermayer