summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* avformat/utils: skip the MPEG-2 style dts/pts code for HEVCMichael Niedermayer2014-02-14
* lavf: allow av_find_best_stream to return AV_DISPOSITION_*_IMPAIRED wanted_st...Marton Balint2014-02-10
* Merge commit '33c859c142ef3f49b7a6227014ad92a680cf4d74'Michael Niedermayer2014-02-04
|\
| * lavf: ignore attachment streams for interleaving purposesAnton Khirnov2014-02-04
* | libavformat/utils.c: Cosmetics: Fix incorrect comma placementStåle Kristoffersen2014-02-03
* | avformat: use AVPROBE_SCORE_STREAM_RETRY, instead of AVPROBE_SCORE_RETRY - 1Michael Niedermayer2014-02-02
* | avformat/utils: dvd still frames read thru libdvdnav ended up in internal lav...Voyager12014-02-02
* | Auto-detect hevc in mpeg-ts.Ståle Kristoffersen2014-01-31
* | Merge commit '78987a88a88b28d93d03ed6c228bcb33f178444f'Michael Niedermayer2014-01-31
|\|
| * lavf: include 60 fps in guessed standard frame ratesJanne Grunau2014-01-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-01-29
|\|
| * avformat: utils: Refactor duplicated PRINT macroDiego Biurrun2014-01-29
* | lavd: add avdevice_dev_to_app_control_message APILukasz Marek2014-01-27
* | Merge commit '50ecf15712354a1d5b3f4dc9a57ff90ed7ee9654'Michael Niedermayer2014-01-26
|\|
| * avformat: utils: K&R formatting cosmeticsDiego Biurrun2014-01-26
| * lavf: make av_probe_input_buffer more robustAnton Khirnov2014-01-13
* | AVFormatContext: add metadata_header_padding fieldJames Darnley2014-01-24
* | Never favour an audio stream with 0 channels in av_find_best_stream().Carl Eugen Hoyos2014-01-16
* | avformat/utils: av_probe_input_buffer2 decrease difference to libavMichael Niedermayer2014-01-14
* | avformat/utils/av_probe_input_buffer2: fix buffer passed to ffio_rewind_with_...Michael Niedermayer2014-01-13
* | avformat/utils/av_probe_input_buffer2: fix offset checkMichael Niedermayer2014-01-13
* | avformat/utils/av_probe_input_buffer2: Fix pd.buf_sizeMichael Niedermayer2014-01-13
* | Merge commit '8b76362836f3c373c3aadc544522edcbef16dd5f'Michael Niedermayer2014-01-13
|\|
| * lavf: use a fixed width typeAnton Khirnov2014-01-13
| * lavf: simplify handling of offset in av_probe_input_buuffer()Anton Khirnov2014-01-13
* | Merge commit '3867f3718ba82ff11d3e24c6d84beb520d0b174f'Michael Niedermayer2014-01-06
|\|
| * lavf: remove a pointless checkAnton Khirnov2014-01-06
* | avformat/utils: fix rounding error accumulation for generated dts in compute_...Michael Niedermayer2014-01-04
* | avformat/utils: fix order of buffers in timestamp update codeMichael Niedermayer2014-01-03
* | avformat: dont run update_initial_duration() twiceMichael Niedermayer2013-12-31
* | avformat: add ff_get_extradata()Michael Niedermayer2013-12-25
* | avformat/utils: limit rfps to values larger than fpsMichael Niedermayer2013-12-15
* | avformat/utils: treat flv like mov with timestamp discardingMichael Niedermayer2013-12-15
* | Merge commit '281a40e18f923510f2067d05c5b0cf08cc49dfee'Michael Niedermayer2013-12-12
|\|
| * lavf: remove an unneeded call to avcodec_get_frame_defaults().Anton Khirnov2013-12-11
* | Merge commit 'eb891b3114f499e96b9faddd0b0ae856345dfbd9'Michael Niedermayer2013-12-11
|\|
| * Replace all uses of avcodec_free_frame with av_frame_free().Anton Khirnov2013-12-11
* | avformat/utils: Check avcodec_open2() return code in av_find_stream_info()Michael Niedermayer2013-12-11
* | avformat/utils: remove unused variableMichael Niedermayer2013-12-07
* | avformat/utils: reject poorly fitting rfps values earlierMichael Niedermayer2013-12-07
* | avformat/utils: factor rfps calculation outMichael Niedermayer2013-12-05
* | avformat/utils: provide more IO statistics in debug output at start and end o...Michael Niedermayer2013-12-05
* | avformat/utils: move update_wrap_reference() upMichael Niedermayer2013-12-04
* | avformat/utils: reorder operations in update_wrap_reference()Michael Niedermayer2013-12-04
* | avformat/utils: correct for timestamp wrap earlierMichael Niedermayer2013-12-04
* | avformat/utils: also fix wrapping of start_time in update_initial_timestamps()Michael Niedermayer2013-12-04
* | avformat/utils: Fix pts_wrap_behavior calculation with negative first_dtsMichael Niedermayer2013-12-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-24
|\|
| * Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
* | avformat/utils: inject audio skip side data before the side data merge codeMichael Niedermayer2013-11-21