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
2013-04-30framecrcenc: workaround design flaw in sidedata paletteMichael Niedermayer
2013-04-29Recognize j2k as file suffix for the image2 muxer.Carl Eugen Hoyos
2013-04-28Merge commit 'c14010541035454b4d3ad08399d70423be4e0c87'Michael Niedermayer
2013-04-28Merge commit 'cf679b9476727a237c8006c685ace18acba149ab'Michael Niedermayer
2013-04-28avformat: Add black ops audio demuxerMichael Niedermayer
2013-04-27oma: K&R formatting cosmeticsLuca Barbato
2013-04-27hls, segment: fix splitting for audio-only streams.Anton Khirnov
2013-04-26avformat/write_packet: drop disabled codeMichael Niedermayer
2013-04-26avformat/mux: set avoid_negative_ts based on flags if not overridden by user ...Michael Niedermayer
2013-04-26avformat/movenc: mov/mp4 should support negative timestamps through edit listsMichael Niedermayer
2013-04-26avformat/mux: assert that timestamps are positive after offsetting themMichael Niedermayer
2013-04-26avformat/mux: use a local variable for offsetMichael Niedermayer
2013-04-26avformat/mux: change avoid_negative_ts code to support later addition of AVSt...Michael Niedermayer
2013-04-26Merge commit 'c2cb01d418dd18e1cf997c038d37378d773121be'Michael Niedermayer
2013-04-25lavf: introduce AVFMT_TS_NEGATIVELuca Barbato
2013-04-23Read block_align from extradata when decoding qclp in aiff.Carl Eugen Hoyos
2013-04-23avformat: fix orig_pos type to match pkt->posPaul B Mahol
2013-04-22Merge commit 'a0d5ca4f0a8e2c34d784d503a12af6303424ac6a'Michael Niedermayer
2013-04-22Merge commit 'b845f5e97b655de0a191f736594777fec9754cf5'Michael Niedermayer
2013-04-22Merge commit 'a3bf80a5aea577663354bd538e345b283bcb73de'Michael Niedermayer
2013-04-22Merge commit 'e544782623caf1eb4b2429e9c4f35d6b627accba'Michael Niedermayer
2013-04-22mxfenc: Use correct printf format specifier for int64_tDiego Biurrun
2013-04-22Merge commit '8e329dba378cef0ff6400c7df9c51da167d5a1f0'Michael Niedermayer
2013-04-22Merge commit '1c88617b9421c9af8ae961c05d2381b19c585026'Michael Niedermayer
2013-04-21riff: Factor out WAVEFORMATEX parsingLuca Barbato
2013-04-21riff: Perform full lookup on WAVEFORMATEXTENSIBLE subformat guidPeter Ross
2013-04-21riff: Move guid structs and helper functions into riffPeter Ross
2013-04-21riff: check for eof if chunk size and code are 0Luca Barbato
2013-04-21riff: Add ACTRAC3+ guidPeter Ross
2013-04-21riff: K&R formatting cosmeticsLuca Barbato
2013-04-21mxf_timestamp_to_str: dont leave uninitilaized fields in time.Michael Niedermayer
2013-04-20lavf/gif: add final_delay option.Clément Bœsch
2013-04-20lavf/gifdec: add loop support.Clément Bœsch
2013-04-19Merge commit '505642f18276aed03278ac91b1f334ea888eac6a'Michael Niedermayer
2013-04-19avformat: change seeking index consistency asserts to av_assertsMichael Niedermayer
2013-04-19lavf/http: remove duplicated dec flag.Clément Bœsch
2013-04-19lavf/gif: avoid forward declaration.Clément Bœsch
2013-04-19lavf/gif: correct the delay after the first frame.Clément Bœsch
2013-04-19mp3dec: fallback to generic seeking when a TOC is not presentMichael Niedermayer
2013-04-19lavf/gif: fix timing.Clément Bœsch
2013-04-19gif: use only one graphic control extension block per image.Clément Bœsch
2013-04-19mxfdec: fix return variable type for avio_seekMarton Balint
2013-04-19avformat: Dont stop probing before the whole id3 tag is readMichael Niedermayer
2013-04-19subtitles: introduce ASS codec id and use it.Clément Bœsch
2013-04-18lavf/gif: support only GIF codec.Clément Bœsch
2013-04-18lavf/gif: merge gif_write_{packet,video}.Clément Bœsch
2013-04-18lavf/gif: trim unnecessarily long netscape ext code.Clément Bœsch
2013-04-18lavf/gif: remove unused fields.Clément Bœsch
2013-04-18lavf/gif: simplify streams type checking.Clément Bœsch
2013-04-18lavf/gif: fix assert in avio API after dfb3231.Clément Bœsch