summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* avformat/utils: Terminate SPS in avci100_1080i_extradata to avoid warnings du...Michael Niedermayer2015-03-24
* Merge commit '342fc46c69199b076b7c210f42208ce39a2bde1c'Michael Niedermayer2015-03-20
|\
* | avformat: add avformat_flush()wm42015-03-05
* | Merge commit '9deaec782810d098bca11c9332fab2d2f4c5fb78'Michael Niedermayer2015-02-11
|\|
| * lavf: move internal fields from public to internal contextwm42015-02-10
* | avformat/utils: Fix division by 0Michael Niedermayer2015-02-09
* | lavf/utils: fix if_( styleStefano Sabatini2015-02-04
* | avformat: fix mode of img2dec.c and utils.cMichael Niedermayer2015-02-03
* | avformat/img2dec: remove the non-negative number requirement for start_number...Liviu Oniciuc2015-02-03
* | avformat/network: Check for av_malloc* failures in ff_tls_init()Michael Niedermayer2015-02-03
* | avformat/utils: Fix number suffixes in tb_unreliable()Michael Niedermayer2015-02-01
* | avformat/utils: remove unneeded #include, there are no assert() only av_assert*Paul B Mahol2015-01-31
* | Merge commit '4227e4fe7443733fb906f6fb6c265105e8269c74'Michael Niedermayer2015-01-27
|\|
| * lavf: add a convenience function for adding side data to a streamAnton Khirnov2015-01-27
| * libavformat: Check for malloc failures in avformat_new_streamMartin Storsjö2015-01-04
| * avformat: Make avformat_free_context handle NULLLuca Barbato2014-10-17
* | avformat: Improve data streams/codec supportAnshul Maheshwari2015-01-16
* | avformat/utils: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-09
* | avformat/utils: Clear pointer in ff_alloc_extradata() to avoid leaving a stal...Michael Niedermayer2015-01-06
* | avformat/utils: add dvbsub to set_codec_from_probe_data()Michael Niedermayer2015-01-05
* | Add FFMPEG_VERSION into the binary libsMichael Niedermayer2014-12-19
* | avformat/utils: Do not update programs streams from program-less streams in u...Michael Niedermayer2014-12-14
* | avformat/utils: use r_frame_rate only in the demuxer for ff_compute_frame_dur...Michael Niedermayer2014-12-14
* | fix "than" typoMichael Niedermayer2014-12-13
* | avformat/utils: Do not estimate the container bitrate from the streams if one...Michael Niedermayer2014-12-13
* | avformat/utils: check for malloc failurewm42014-12-12
* | avformat/utils: change assert to av_assert0()Michael Niedermayer2014-12-09
* | avformat/utils: replace impossible condition by av_assert0() in ff_gen_search()Michael Niedermayer2014-12-09
* | avformat/utils: fix calculating the absolute difference of timestampsMichael Niedermayer2014-12-09
* | avformat/utils: Compute the current pts of mpeg1/2 I/P frames from the next f...Michael Niedermayer2014-12-09
* | avformat/utils: Pass the next pts/dts to compute_pkt_fields() when availableMichael Niedermayer2014-12-09
* | avformat/utils: Search harder for missing stream information in flv by defaultMichael Niedermayer2014-12-01
* | avformat: replace some odd 30-60 rates by higher less odd ones in get_std_fr...Michael Niedermayer2014-11-21
* | Read (display) aspect ratio from mxf files.Carl Eugen Hoyos2014-11-17
* | lavf/ffm: store/restore private codec contextLukasz Marek2014-11-16
* | avformat/utils: Leave skip_clear enabled until after estimate_timings()Michael Niedermayer2014-11-03
* | avformat/utils: support more AVC Intra formats without SPS/PPS headerThomas Mundt2014-10-29
* | avformat: Add and use ff_copy_whitelists()Michael Niedermayer2014-10-24
* | avformat: Add format_whitelistMichael Niedermayer2014-10-19
* | avformat/util: Simplify av_guess_frame_rate() by using AVCodecContext.framerateMichael Niedermayer2014-10-16
* | avformat/utils: Try to correct the codec_framerate in ff_compute_frame_durati...Michael Niedermayer2014-10-16
* | avformat/utils: use av_reduce() to simplify code and avoid overflow in ff_com...Michael Niedermayer2014-10-15
* | Merge commit '2d6e58497e76836604364b037df9b00ba3d75b69'Michael Niedermayer2014-10-15
|\|
| * lavf: switch to AVCodecContext.framerate for demuxingAnton Khirnov2014-10-15
| * lavf: Don't drop both pts and dts if timestamps are invalidMichael Niedermayer2014-10-12
* | avformat/utils: print more information with av_dlog() in compute_pkt_fields()Michael Niedermayer2014-10-13
* | avformat: remove obsolete FF_API_READ_PACKET cruftJames Almer2014-10-05
* | avformat: remove obsolete FF_API_CLOSE_INPUT_FILE cruftJames Almer2014-10-05
* | avformat: remove obsolete FF_API_SET_PTS_INFO cruftJames Almer2014-10-05
* | avformat: remove obsolete FF_API_NEW_STREAM cruftJames Almer2014-10-05