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
2011-03-28add SubRip encoderAurelien Jacobs
2011-03-27Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-27make xvid less picky about unkown aspectMichael Niedermayer
2011-03-27CrystalHD: Remove redundant interlaced check.Philip Langdale
2011-03-27CrystalHD: Add 2011 to CopyrightPhilip Langdale
2011-03-27Revert "CrystalHD: Improve interlaced h.264 support."Philip Langdale
2011-03-27Revert "CrystalHD: Add heuristics to try and distinguish h.264 PAFF variants."Philip Langdale
2011-03-27Revert "CrystalHD: Refine heuristic logic."Philip Langdale
2011-03-27CrystalHD: Refine heuristic logic.Philip Langdale
2011-03-27CrystalHD: Add heuristics to try and distinguish h.264 PAFF variants.Philip Langdale
2011-03-27CrystalHD: Improve interlaced h.264 support.Philip Langdale
2011-03-27dsputil: allow to skip drawing of top/bottom edges.Alexander Strange
2011-03-26DPX decode: add buffer size checks.Reimar Döffinger
2011-03-26rawvideo codec: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross
2011-03-26Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-25Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles
2011-03-25Add audio_service_type field to AVCodecContext for encoding and reportingJustin Ruggles
2011-03-25lavc: Bump micro for dvd subtitle cb/cr fix Signed-off-by: Michael Niedermaye...Michael Niedermayer
2011-03-25Fix incorrect colors when decoding Blu-ray subtitlesAlexandre Colucci
2011-03-25Fix incorrect colors when decoding DVD subtitlesAlexandre Colucci
2011-03-25aacenc: indentationYoung Han Lee
2011-03-25aacenc: fix the side calculation in search_for_msYoung Han Lee
2011-03-25Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-25Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer
2011-03-25Remove a tab, somehow it sneaked past the hooks in the merge war.Michael Niedermayer
2011-03-25vp8.c: rename EDGE_* to VP8_EDGE_*.Alexander Strange
2011-03-25More advanced ffmpeg mpeg2 aspect guessing code.Michael Niedermayer
2011-03-25Intel H.263 aspect ratio processing fix.XV
2011-03-25Fix Intel I.263 "Strict H.263 compliance" file playback / issue2449XV
2011-03-25srtdec: make sure we don't write past the end of bufferAurelien Jacobs
2011-03-24ARM: fix ff_apply_window_int16_neon() prototypeMans Rullgard
2011-03-24ARM: NEON optimised apply_window_int16()Mans Rullgard
2011-03-24ac3enc: NEON optimised shift functionsMans Rullgard
2011-03-24ac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_exponent_minMans Rullgard
2011-03-24mpeg12.c: fix slice threading for mpeg2 field picture mode.Ronald S. Bultje
2011-03-24Improve channel count and bitrate error handling in wmav* encode_init()Tomas Härdin
2011-03-24Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-23lavc: move the version macros to a new installed header.Anton Khirnov
2011-03-23Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-23Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles
2011-03-23Fix an infinite loop when RoQ encoded generated a frame with a size greater t...Vitor Sessak
2011-03-23Add kbdwin.o to AC3 decoderKieran Kunhya
2011-03-23Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer
2011-03-22Detect byte-swapped AC-3 and support decoding it directly.Reimar Döffinger
2011-03-22cosmetics: indentationJustin Ruggles
2011-03-22Always copy input data for AC3 decoder.Justin Ruggles
2011-03-22ac3enc: make sym_quant() branch-freeJustin Ruggles
2011-03-22vc1: make P-frame deblock filter bit-exact.Ronald S. Bultje
2011-03-21vc1: slice support.Ronald S. Bultje
2011-03-21vc1: fix up memleaks in the error codepath.Ronald S. Bultje