summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* avformat/utils: Check end time in avpriv_new_chapter()Michael Niedermayer2014-05-23
* avformat: add av_stream_get_end_pts()Michael Niedermayer2014-05-21
* Merge commit 'c23c96b638cbf6c489fd301e6b3d5555632fba37'Michael Niedermayer2014-05-20
|\
| * lavf: add av_stream_get_side_dataJanne Grunau2014-05-20
| * probe: Support AAC_LATM in set_codec_from_probe_dataLuca Barbato2014-05-03
| * lavc: eliminate tb_unreliable()Anton Khirnov2014-04-28
* | estimate_timings_from_pts: Execute max 1 iteration extra to find more than 1 ...Michael Niedermayer2014-05-16
* | estimate_timings_from_pts: Try to get the duration for all streamsGaullier Nicolas2014-05-16
* | estimate_timings_from_pts: simplify filesize end checkMichael Niedermayer2014-05-16
* | estimate_timings_from_pts: Also consider packet durationGaullier Nicolas2014-05-16
* | estimate_timings_from_pts: Warn about A/V streams for which no duration could...Gaullier Nicolas2014-05-16
* | avformat/utils: if the id3 tag is too large for data after it to become avail...Michael Niedermayer2014-05-12
* | avformat/utils: limit probe score in the id3 case only if there is a chance t...Michael Niedermayer2014-05-12
* | avformat/utils: fix const warningsMichael Niedermayer2014-05-07
* | avformat/utils: Set the average frame rate from the r_frame_rate if the strea...Michael Niedermayer2014-04-28
* | avformat/utils: Ensure that average fps is probed if requested by the user ev...Michael Niedermayer2014-04-28
* | avformat/utils: prevent r frame rate from being set larger than 1/tbMichael Niedermayer2014-04-28
* | avformat/utils: add gif to tb_unreliable()Michael Niedermayer2014-04-28
* | Merge commit 'f9157463dbcd2db8fe9504197c0c04d0d7d04f31'Michael Niedermayer2014-04-22
|\|
| * lavf: do not use the parser duration for videoAnton Khirnov2014-04-22
* | avformat: Fix decoder search in find stream infoMichael Niedermayer2014-04-21
* | ff_id3v2_read: add option to limit ID3 magic number searchPeter Ross2014-04-19
* | avformat/utils: fix typoMichael Niedermayer2014-04-15
* | avformat: add av_format_inject_global_side_data(), and disable it by defaultMichael Niedermayer2014-04-15
* | avformat/utils: reinject global side data on seeksMichael Niedermayer2014-04-13
* | avformat/utils: factorize if()Michael Niedermayer2014-04-13
* | avformat/utils: Inject global side data into first packet.Michael Niedermayer2014-04-13
* | lavf/utils: fix mem leakLukasz Marek2014-04-10
* | Show stream number when warning about stream without start time.Carl Eugen Hoyos2014-04-05
* | libavformat/utils.c: av_pkt_dump_log2: use const pointersRoman Fietze2014-04-03
* | Merge commit '25b32586566f285d797737863c97a1c5c9c84e2b'Michael Niedermayer2014-03-24
|\|
| * lavf: add an AVStream field for exporting stream-global side dataAnton Khirnov2014-03-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-13
|\|
* | Merge commit 'db9d39b4b5e5a3c20aeecf787ddeadd88f4906cf'Michael Niedermayer2014-03-12
|\|
| * avformat: Report the duration analysis reachedLuca Barbato2014-03-11
* | avformat/utils: detect MPEG streams with faulty DTS and discard affected DTSMichael Niedermayer2014-03-03
* | avformat/utils: compute_pkt_fields: Fix DTS for the case where has_b_frames i...Michael Niedermayer2014-02-22
* | avformat/utils: reset pts_buffer in estimate_timings_from_pts()Michael Niedermayer2014-02-22
* | avformat/utils: factorize h264/hevc checks out in compute_pkt_fields()Michael Niedermayer2014-02-22
* | Do not warn about missing start time for unknown streams.Carl Eugen Hoyos2014-02-21
* | Only complain about missing frame rate for video streams.Carl Eugen Hoyos2014-02-21
* | avformat/utils: av_guess_frame_rate() favor avg_frame_rate if r_frame_rate ha...Michael Niedermayer2014-02-19
* | 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