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
2013-01-21rtmpproto: Fix assignments in if()n1.0.2Michael Niedermayer
2013-01-17Only skip MLP header in mpeg files if the codec actually is MLP.Carl Eugen Hoyos
2013-01-07ff_get_audio_frame_size: try to fix wma in wavMichael Niedermayer
2013-01-02lavf: Fix codec id forcing with probed codecsMichael Niedermayer
2013-01-02lavf: move force_codec_ids() upMichael Niedermayer
2013-01-01mov: fix parsing of the chap atom.Hendrik Leppkes
2012-12-20mov: fix time types related to mov_metadata_creation_timeMichael Niedermayer
2012-12-11asfdec: check stream_index for validityMichael Niedermayer
2012-12-11asfdec: flip the interpretation of the header aspect backMichael Niedermayer
2012-12-11asfdec: parse aspect ratio payload extensionMichael Niedermayer
2012-12-11asfdec: correctly parse payload extensionsMichael Niedermayer
2012-12-11asfdec: parse payload extension listMichael Niedermayer
2012-12-10avidec: try to support oddly muxed MMES streamMichael Niedermayer
2012-12-10riff: ignore ff_read_riff_info() failure.Michael Niedermayer
2012-12-10riff: retry reading metadata without padding if it fails withMichael Niedermayer
2012-12-05lavf: compute probe buffer size more reliably.Nicolas George
2012-12-03movenc: fix regression with yuyv caused by c5f23dMichael Niedermayer
2012-12-03lavf: free probe data in case we close before probing finishedMichael Niedermayer
2012-12-03lavf/swfdec: fix flushing with compressed swf.Clément Bœsch
2012-09-28asfenc: avoid negative timestampsMichael Niedermayer
2012-09-27mxfdec: allow container_ul to override codec_ul if codec is A-lawMarton Balint
2012-09-27lavf: move fields that appear to be intended as public API to the correct sec...Michael Niedermayer
2012-09-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-27lavf/movenc: add faststart option.Clément Bœsch
2012-09-27lavf/movenc: make mov_write_stco_tag() not use the offset pos for mode64 heur...Clément Bœsch
2012-09-27lavf/movenc: add get_moov_size and use it in fragment code.Clément Bœsch
2012-09-27file: set the return value type for lseek to off_tJean First
2012-09-27lavf: fill in past dts based on reordered pts once the delay becomes known.Michael Niedermayer
2012-09-27lavf: factorize timestamp shift in update_initial_timestamps()Michael Niedermayer
2012-09-26nutdec: const correctness for get_v_trace/get_s_trace function argumentsDiego Biurrun
2012-09-26rtpdec: Remove a useless ff_ prefix from a static symbolMartin Storsjö
2012-09-26rtpdec: Support depacketizing speexDmitry Samonenko
2012-09-26rtpenc: Add support for packetizing speexDmitry Samonenko
2012-09-26nutenc: avoid negative timestampsMichael Niedermayer
2012-09-26lavf: Add support offset timestamps on muxing.Michael Niedermayer
2012-09-26nutenc: remove outdated fixmeMichael Niedermayer
2012-09-26lavf: fix bug that caused has_decode_delay_been_guessed() to never return !=0Michael Niedermayer
2012-09-26Handle the following type of relative URL correctly:Duncan Salerno
2012-09-25oggparsetheora: print error when failing on unknown headerMichael Niedermayer
2012-09-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-25oggdec: add missing () for OGG_NOGRANULE_VALUEMichael Niedermayer
2012-09-25Merge commit 'd1f05dd18375f2f8e68372edee11436927e43ba8'Michael Niedermayer
2012-09-25oggdec: print a warning if the number of headers mismatch expectations.Michael Niedermayer
2012-09-25oggdec: print error when headers couldnt be parses successfullyMichael Niedermayer
2012-09-25Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer
2012-09-25Fix two "skiping" typo.Clément Bœsch
2012-09-25lavf: dont add apic streams for demuxers that dont support it.Michael Niedermayer
2012-09-25ogg: calculate the start position once all the headers are parsedLuca Barbato
2012-09-25ogg: check that the expected number of headers had been parsedLuca Barbato
2012-09-25oggparsetheora: make it more robustLuca Barbato