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
2015-01-16avformat: Improve data streams/codec supportAnshul Maheshwari
2015-01-09avformat/utils: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-06avformat/utils: Clear pointer in ff_alloc_extradata() to avoid leaving a stal...Michael Niedermayer
2015-01-05avformat/utils: add dvbsub to set_codec_from_probe_data()Michael Niedermayer
2014-12-19Add FFMPEG_VERSION into the binary libsMichael Niedermayer
2014-12-14avformat/utils: Do not update programs streams from program-less streams in u...Michael Niedermayer
2014-12-14avformat/utils: use r_frame_rate only in the demuxer for ff_compute_frame_dur...Michael Niedermayer
2014-12-13fix "than" typoMichael Niedermayer
2014-12-13avformat/utils: Do not estimate the container bitrate from the streams if one...Michael Niedermayer
2014-12-13avformat/utils: check for malloc failurewm4
2014-12-09avformat/utils: change assert to av_assert0()Michael Niedermayer
2014-12-09avformat/utils: replace impossible condition by av_assert0() in ff_gen_search()Michael Niedermayer
2014-12-09avformat/utils: fix calculating the absolute difference of timestampsMichael Niedermayer
2014-12-09avformat/utils: Compute the current pts of mpeg1/2 I/P frames from the next f...Michael Niedermayer
2014-12-09avformat/utils: Pass the next pts/dts to compute_pkt_fields() when availableMichael Niedermayer
2014-12-01avformat/utils: Search harder for missing stream information in flv by defaultMichael Niedermayer
2014-11-21avformat: replace some odd 30-60 rates by higher less odd ones in get_std_fr...Michael Niedermayer
2014-11-17Read (display) aspect ratio from mxf files.Carl Eugen Hoyos
2014-11-16lavf/ffm: store/restore private codec contextLukasz Marek
2014-11-04avformat/utils: Leave skip_clear enabled until after estimate_timings()Michael Niedermayer
2014-10-29avformat/utils: support more AVC Intra formats without SPS/PPS headerThomas Mundt
2014-10-24avformat: Add and use ff_copy_whitelists()Michael Niedermayer
2014-10-19avformat: Add format_whitelistMichael Niedermayer
2014-10-16avformat/util: Simplify av_guess_frame_rate() by using AVCodecContext.framerateMichael Niedermayer
2014-10-16avformat/utils: Try to correct the codec_framerate in ff_compute_frame_durati...Michael Niedermayer
2014-10-15avformat/utils: use av_reduce() to simplify code and avoid overflow in ff_com...Michael Niedermayer
2014-10-15Merge commit '2d6e58497e76836604364b037df9b00ba3d75b69'Michael Niedermayer
2014-10-15lavf: switch to AVCodecContext.framerate for demuxingAnton Khirnov
2014-10-14avformat/utils: print more information with av_dlog() in compute_pkt_fields()Michael Niedermayer
2014-10-12lavf: Don't drop both pts and dts if timestamps are invalidMichael Niedermayer
2014-10-06avformat: remove obsolete FF_API_READ_PACKET cruftJames Almer
2014-10-06avformat: remove obsolete FF_API_CLOSE_INPUT_FILE cruftJames Almer
2014-10-06avformat: remove obsolete FF_API_SET_PTS_INFO cruftJames Almer
2014-10-06avformat: remove obsolete FF_API_NEW_STREAM cruftJames Almer
2014-10-06avformat: remove obsolete FF_API_FORMAT_PARAMETERS cruftJames Almer
2014-09-29Merge commit '19133e96d30e3f80dbae236ef081aedef419a6bf'Michael Niedermayer
2014-09-29lavf: fix memleaks in avformat_find_stream_info()Justin Ruggles
2014-09-21avformat/mp3dec: avoid early EOF with concatenated gapless mp3swm4
2014-09-20avformat/mp3dec: fix gapless audio supportwm4
2014-09-14avformat/utils: free s->pb for image2 as it can be used with and without a fileMichael Niedermayer
2014-09-08avformat/utils: Exclude the header size when computing duration from bit_rateHendrik Leppkes
2014-08-26avformat/utils: remove assert that tests the same condition as the if() direc...Michael Niedermayer
2014-08-25Merge commit 'b263f8ffe7599d9cd27ec477a12700da8eb2790d'Michael Niedermayer
2014-08-25lavf: add AVFormatContext.max_ts_probeAnton Khirnov
2014-08-15vformat/utils: call flush_packet_queue() from avformat_free_context()Michael Niedermayer
2014-08-15Fix packet_buffer memory leak in avformat_free_contextAndrey Myznikov
2014-08-14lavf: eliminate ff_get_audio_frame_size()Anton Khirnov
2014-08-14Move WMA case from ff_get_audio_frame_size() to av_get_audio_frame_duration()Michael Niedermayer
2014-08-14Move frame_size fallback from ff_get_audio_frame_size() to av_get_audio_frame...Michael Niedermayer
2014-08-14avformat/utils: Remove demuxer specific frame_size fallback from ff_get_audio...Michael Niedermayer