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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-14fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini
2011-08-14Support streaming .au files.Reimar Döffinger
2011-08-13dv: honor timecode in DV muxer.Clément Bœsch
2011-08-13mxf: honor timecode drop flag in mxf muxer if set.Clément Bœsch
2011-08-13mxf: add cli option in mxfenc to replace GOP timecode parsing.Clément Bœsch
2011-08-13mxf: move framenum to timecode convert to timecode helpers.Clément Bœsch
2011-08-13mov: Set negative Sample_duration in STTS to 1Thierry Foucu
2011-08-13Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer
2011-08-12lavf: add support for error_recognition, use it in avidec, and bump minor API...Dustin Brody
2011-08-10oggenc: add missing initializer braces to shut up gcc warning.Clément Bœsch
2011-08-10avidec: add missing initializer braces to shut up gcc warning.Clément Bœsch
2011-08-10Always pass a AVFormatContext to av_log.Reimar Döffinger
2011-08-09AVCodecTag: Add MKTAG for Go2Meeting video codecThierry Foucu
2011-08-09Rename ffserver to avserver.Anton Khirnov
2011-08-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-04applehttp: fix variant discard logicLuca Barbato
2011-08-04avidec: skip seek pos adjustment for non interleaved files.Michael Niedermayer
2011-08-03Warn when falling back to unreliable UMF fps tag.Reimar Döffinger
2011-08-03Detect NI-avi at playtime like mplayer.Michael Niedermayer
2011-08-03avidec: Fix XAN DPCM demuxing.Michael Niedermayer
2011-08-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-02lavf: Add an option to discard corrupted framesZohar Kelrich
2011-08-02mpegts: Mark wrongly-sized packets as corruptedZohar Kelrich
2011-08-02mpegts: Move scan test to handle_packetsZohar Kelrich
2011-08-02mpegts: Mark corrupted packetsZohar Kelrich
2011-08-02mpegts: Reset continuity counter on seekZohar Kelrich
2011-08-02mpegts: Fix for continuity counterZohar Kelrich
2011-08-02mpegts: Silence "can't seek" warning on unseekableZohar Kelrich
2011-08-01Support FourCC DreX as MPEG4 ASP.Carl Eugen Hoyos
2011-08-01Cosmetics: Restore alphabetical order.Carl Eugen Hoyos
2011-08-01Support muxing MP1, MP2 and MP3 in caf.Carl Eugen Hoyos
2011-08-01Explicitely fail for unsupported codecs when muxing caf.Carl Eugen Hoyos
2011-08-01Use av_get_bits_per_sample() for mBitsPerChannel in caf.Carl Eugen Hoyos
2011-08-01Cosmetics: Fix indentation.Naoya OYAMA
2011-07-31Limit fsize before adding to pointer.Reimar Döffinger
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-30mxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when allocating extradata.Alex Converse
2011-07-29probe: Fix insane flow control.Alex Converse
2011-07-29mpegts: remove invalid error checkMike Williams
2011-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-28lavf: add forgotten attribute_deprecated to av_find_stream_info()Anton Khirnov
2011-07-28Fix several security issues in matroskadec.c (MSVR-11-0080).Michael Niedermayer
2011-07-28prefer "SAR" over "PAR" in av_dump_format()Stefano Sabatini
2011-07-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-26ape: adjust some printf format strings to correctly match argument typesDiego Biurrun
2011-07-26muxer opts: fix avdict use in case of early private context allocMichael Niedermayer
2011-07-25rtp: disable udp fifos, the rtp code cannot work with the fifos in its curren...Michael Niedermayer
2011-07-25udp: allow fifo size to be tuned seperatelyMichael Niedermayer
2011-07-25Use little endian for caf codec tags.Carl Eugen Hoyos
2011-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer