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-10-18fix memleak in packet corrupt dropping codeChris Kennedy
2011-10-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-17lavf: deprecate AVFormatContext.file_sizeAnton Khirnov
2011-10-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-14avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.Justin Ruggles
2011-10-14avformat: don't unconditionally call ff_read_frame_flush() when trying to seek.Justin Ruggles
2011-10-12lavf: check stream_index from read_packet() for validity.Michael Niedermayer
2011-10-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-08lavf: fix signed overflow in avformat_find_stream_info()Mans Rullgard
2011-10-06update_stream_timings: Remove redundant check.Michael Niedermayer
2011-10-05generic seeking: fail if there are 1000 non keyframes found with no keyframe.Michael Niedermayer
2011-10-03lavf/utils: fix overestimation of the rational number density.Michael Niedermayer
2011-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-01avformat_free_context: favor av_freep()Michael Niedermayer
2011-09-30lavf: Avoid using av_malloc(0) in av_dump_formatMartin Storsjö
2011-09-30lavf/utils: Drop old hack for implicit HE-AAC signaling.Alex Converse
2011-09-30lavf/utils: ignore subtitle timestamps in timings calculationMichael Niedermayer
2011-09-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-26oggdec: add support for Xiph's CELT codecNicolas George
2011-09-25lavf: do not set codec_tag for rawvideoMans Rullgard
2011-09-25lavf/utils: replace deprecated url_ferror.Nicolas George
2011-09-25lavf/utils: use correct format string for int64_t.Nicolas George
2011-09-25lavf/utils: use AV_NOWARN_DEPRECATED in compatibility code.Nicolas George
2011-09-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-23Use a colon in the stream description, this matches how -map works now.Carl Eugen Hoyos
2011-09-23prores: mark prores as intra-only in libavformat/utils.c:is_intra_only()Diego Biurrun
2011-09-22lavf/utils: only complain about aspect missmatch when the difference is "meas...Michael Niedermayer
2011-09-20lavf/utils: better dts wrap correction.Michael Niedermayer
2011-09-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-19lavf: Fix context pointer in av_open_input_stream when avformat_open_input failsDavid Goldwich
2011-09-16lavf/utils: rewrite real fps calculation code.Michael Niedermayer
2011-09-15ProRes DecoderElvis Presley
2011-09-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-14Don't override duration from file header with bitrate durationJoakim Plate
2011-09-14lavf utils: Remove write-only variableAlex Converse
2011-09-14lavf utils: Rename shadowing variableAlex Converse
2011-09-13libavformat/utils: print ts in the "invalid dts/pts combination" case.Michael Niedermayer
2011-09-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-11libavformat/utils: Only require first packet to be known for all audio and vi...Joakim Plate
2011-09-09av_interleave_packet_per_dts: switch noninterleaved flushing logic to max dts.Wolfram Gloger
2011-09-09Prevent double free of side_data when AVFMT_FLAG_KEEP_SIDE_DATA flag is setGavin Kinsey
2011-09-07flvdec: Properly decoding in-band metadata packets as data frames.Joseph Wecker
2011-09-07libavformat/utils: only run delta_dts_min calculation code when its value is ...Michael Niedermayer
2011-09-07libavformat/utils: use FFMIN() where possibleMichael Niedermayer
2011-09-07libavformat/utils: Treat subtitle streams as noninterleaved when 20 seconds h...wg
2011-09-01Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun
2011-08-28Rename find_program_from_stream to av_find_program_from_stream and add it to ...Marton Balint
2011-08-27Fix memory corruption in case of memory allocation failure in av_probe_input_...Michael Niedermayer
2011-08-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-23lavf utils: Fix bad indentation.Alex Converse