| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: add avformat_flush() | wm4 | 2015-03-05 | 1 | -0/+6 |
* | Merge commit '9deaec782810d098bca11c9332fab2d2f4c5fb78' | Michael Niedermayer | 2015-02-11 | 1 | -45/+49 |
|\ |
|
| * | lavf: move internal fields from public to internal context | wm4 | 2015-02-10 | 1 | -38/+39 |
* | | avformat/utils: Fix division by 0 | Michael Niedermayer | 2015-02-09 | 1 | -2/+2 |
* | | lavf/utils: fix if_( style | Stefano Sabatini | 2015-02-04 | 1 | -1/+1 |
* | | avformat: fix mode of img2dec.c and utils.c | Michael Niedermayer | 2015-02-03 | 1 | -0/+0 |
* | | avformat/img2dec: remove the non-negative number requirement for start_number... | Liviu Oniciuc | 2015-02-03 | 1 | -0/+2 |
* | | avformat/network: Check for av_malloc* failures in ff_tls_init() | Michael Niedermayer | 2015-02-03 | 1 | -1/+2 |
* | | avformat/utils: Fix number suffixes in tb_unreliable() | Michael Niedermayer | 2015-02-01 | 1 | -2/+2 |
* | | avformat/utils: remove unneeded #include, there are no assert() only av_assert* | Paul B Mahol | 2015-01-31 | 1 | -2/+0 |
* | | Merge commit '4227e4fe7443733fb906f6fb6c265105e8269c74' | Michael Niedermayer | 2015-01-27 | 1 | -0/+37 |
|\| |
|
| * | lavf: add a convenience function for adding side data to a stream | Anton Khirnov | 2015-01-27 | 1 | -0/+37 |
| * | libavformat: Check for malloc failures in avformat_new_stream | Martin Storsjö | 2015-01-04 | 1 | -0/+5 |
| * | avformat: Make avformat_free_context handle NULL | Luca Barbato | 2014-10-17 | 1 | -0/+3 |
* | | avformat: Improve data streams/codec support | Anshul Maheshwari | 2015-01-16 | 1 | -0/+1 |
* | | avformat/utils: Use avio_closep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2015-01-09 | 1 | -1/+1 |
* | | avformat/utils: Clear pointer in ff_alloc_extradata() to avoid leaving a stal... | Michael Niedermayer | 2015-01-06 | 1 | -0/+1 |
* | | avformat/utils: add dvbsub to set_codec_from_probe_data() | Michael Niedermayer | 2015-01-05 | 1 | -0/+1 |
* | | Add FFMPEG_VERSION into the binary libs | Michael Niedermayer | 2014-12-19 | 1 | -0/+3 |
* | | avformat/utils: Do not update programs streams from program-less streams in u... | Michael Niedermayer | 2014-12-14 | 1 | -0/+2 |
* | | avformat/utils: use r_frame_rate only in the demuxer for ff_compute_frame_dur... | Michael Niedermayer | 2014-12-14 | 1 | -1/+1 |
* | | fix "than" typo | Michael Niedermayer | 2014-12-13 | 1 | -1/+1 |
* | | avformat/utils: Do not estimate the container bitrate from the streams if one... | Michael Niedermayer | 2014-12-13 | 1 | -0/+5 |
* | | avformat/utils: check for malloc failure | wm4 | 2014-12-12 | 1 | -0/+5 |
* | | avformat/utils: change assert to av_assert0() | Michael Niedermayer | 2014-12-09 | 1 | -1/+1 |
* | | avformat/utils: replace impossible condition by av_assert0() in ff_gen_search() | Michael Niedermayer | 2014-12-09 | 1 | -4/+1 |
* | | avformat/utils: fix calculating the absolute difference of timestamps | Michael Niedermayer | 2014-12-09 | 1 | -1/+1 |
* | | avformat/utils: Compute the current pts of mpeg1/2 I/P frames from the next f... | Michael Niedermayer | 2014-12-09 | 1 | -0/+8 |
* | | avformat/utils: Pass the next pts/dts to compute_pkt_fields() when available | Michael Niedermayer | 2014-12-09 | 1 | -4/+7 |
* | | avformat/utils: Search harder for missing stream information in flv by default | Michael Niedermayer | 2014-12-01 | 1 | -5/+10 |
* | | avformat: replace some odd 30-60 rates by higher less odd ones in get_std_fr... | Michael Niedermayer | 2014-11-21 | 1 | -3/+9 |
* | | Read (display) aspect ratio from mxf files. | Carl Eugen Hoyos | 2014-11-17 | 1 | -0/+5 |
* | | lavf/ffm: store/restore private codec context | Lukasz Marek | 2014-11-16 | 1 | -0/+2 |
* | | avformat/utils: Leave skip_clear enabled until after estimate_timings() | Michael Niedermayer | 2014-11-03 | 1 | -1/+2 |
* | | avformat/utils: support more AVC Intra formats without SPS/PPS header | Thomas Mundt | 2014-10-29 | 1 | -2/+40 |
* | | avformat: Add and use ff_copy_whitelists() | Michael Niedermayer | 2014-10-24 | 1 | -0/+13 |
* | | avformat: Add format_whitelist | Michael Niedermayer | 2014-10-19 | 1 | -0/+17 |
* | | avformat/util: Simplify av_guess_frame_rate() by using AVCodecContext.framerate | Michael Niedermayer | 2014-10-16 | 1 | -2/+1 |
* | | avformat/utils: Try to correct the codec_framerate in ff_compute_frame_durati... | Michael Niedermayer | 2014-10-16 | 1 | -1/+1 |
* | | avformat/utils: use av_reduce() to simplify code and avoid overflow in ff_com... | Michael Niedermayer | 2014-10-15 | 1 | -8/+9 |
* | | Merge commit '2d6e58497e76836604364b037df9b00ba3d75b69' | Michael Niedermayer | 2014-10-15 | 1 | -6/+12 |
|\| |
|
| * | lavf: switch to AVCodecContext.framerate for demuxing | Anton Khirnov | 2014-10-15 | 1 | -6/+8 |
| * | lavf: Don't drop both pts and dts if timestamps are invalid | Michael Niedermayer | 2014-10-12 | 1 | -1/+1 |
* | | avformat/utils: print more information with av_dlog() in compute_pkt_fields() | Michael Niedermayer | 2014-10-13 | 1 | -2/+2 |
* | | avformat: remove obsolete FF_API_READ_PACKET cruft | James Almer | 2014-10-05 | 1 | -7/+0 |
* | | avformat: remove obsolete FF_API_CLOSE_INPUT_FILE cruft | James Almer | 2014-10-05 | 1 | -7/+0 |
* | | avformat: remove obsolete FF_API_SET_PTS_INFO cruft | James Almer | 2014-10-05 | 1 | -8/+0 |
* | | avformat: remove obsolete FF_API_NEW_STREAM cruft | James Almer | 2014-10-05 | 1 | -10/+0 |
* | | avformat: remove obsolete FF_API_FORMAT_PARAMETERS cruft | James Almer | 2014-10-05 | 1 | -7/+0 |
* | | Merge commit '19133e96d30e3f80dbae236ef081aedef419a6bf' | Michael Niedermayer | 2014-09-29 | 1 | -0/+5 |
|\| |
|