aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/utils: estimate_timings_from_pts - increase retry counter, fixes inv...Rainer Hochecker2016-01-151-1/+1
* avformat/utils: Do not init parser if probing is unfinishedMichael Niedermayer2015-11-261-1/+1
* lavf: Reset global flag on deinitVittorio Giovara2015-05-211-0/+1
* avformat/utils: Ensure that AVFMT_FLAG_CUSTOM_IO is set before useMichael Niedermayer2015-04-211-0/+3
* avformat/utils: avoid discarded streams in av_find_default_stream_index()Michael Niedermayer2015-04-171-0/+3
* avformat/utils: Fix number suffixes in tb_unreliable()Michael Niedermayer2015-02-121-2/+2
* avformat/utils: check for malloc failurewm42015-02-121-0/+5
* avformat/utils: Clear pointer in ff_alloc_extradata() to avoid leaving a stal...Michael Niedermayer2015-01-091-0/+1
* Add FFMPEG_VERSION into the binary libsMichael Niedermayer2014-12-221-0/+3
* avformat/utils: Do not update programs streams from program-less streams in u...Michael Niedermayer2014-12-141-0/+2
* avformat/utils: Search harder for missing stream information in flv by defaultMichael Niedermayer2014-12-011-5/+10
* avformat: replace some odd 30-60 rates by higher less odd ones in get_std_fr...Michael Niedermayer2014-11-211-3/+9
* Read (display) aspect ratio from mxf files.Carl Eugen Hoyos2014-11-171-0/+5
* lavf/ffm: store/restore private codec contextLukasz Marek2014-11-161-0/+2
* avformat/utils: Leave skip_clear enabled until after estimate_timings()Michael Niedermayer2014-11-031-1/+2
* avformat/utils: support more AVC Intra formats without SPS/PPS headerThomas Mundt2014-10-291-2/+40
* avformat: Add and use ff_copy_whitelists()Michael Niedermayer2014-10-241-0/+13
* avformat: Add format_whitelistMichael Niedermayer2014-10-191-0/+17
* avformat/util: Simplify av_guess_frame_rate() by using AVCodecContext.framerateMichael Niedermayer2014-10-161-2/+1
* avformat/utils: Try to correct the codec_framerate in ff_compute_frame_durati...Michael Niedermayer2014-10-161-1/+1
* avformat/utils: use av_reduce() to simplify code and avoid overflow in ff_com...Michael Niedermayer2014-10-151-8/+9
* Merge commit '2d6e58497e76836604364b037df9b00ba3d75b69'Michael Niedermayer2014-10-151-6/+12
|\
| * lavf: switch to AVCodecContext.framerate for demuxingAnton Khirnov2014-10-151-6/+8
| * lavf: Don't drop both pts and dts if timestamps are invalidMichael Niedermayer2014-10-121-1/+1
* | avformat/utils: print more information with av_dlog() in compute_pkt_fields()Michael Niedermayer2014-10-131-2/+2
* | avformat: remove obsolete FF_API_READ_PACKET cruftJames Almer2014-10-051-7/+0
* | avformat: remove obsolete FF_API_CLOSE_INPUT_FILE cruftJames Almer2014-10-051-7/+0
* | avformat: remove obsolete FF_API_SET_PTS_INFO cruftJames Almer2014-10-051-8/+0
* | avformat: remove obsolete FF_API_NEW_STREAM cruftJames Almer2014-10-051-10/+0
* | avformat: remove obsolete FF_API_FORMAT_PARAMETERS cruftJames Almer2014-10-051-7/+0
* | Merge commit '19133e96d30e3f80dbae236ef081aedef419a6bf'Michael Niedermayer2014-09-291-0/+5
|\|
| * lavf: fix memleaks in avformat_find_stream_info()Justin Ruggles2014-09-291-0/+5
* | avformat/mp3dec: avoid early EOF with concatenated gapless mp3swm42014-09-211-3/+4
* | avformat/mp3dec: fix gapless audio supportwm42014-09-201-1/+16
* | avformat/utils: free s->pb for image2 as it can be used with and without a fileMichael Niedermayer2014-09-131-1/+1
* | avformat/utils: Exclude the header size when computing duration from bit_rateHendrik Leppkes2014-09-081-1/+2
* | avformat/utils: remove assert that tests the same condition as the if() direc...Michael Niedermayer2014-08-261-1/+0
* | Merge commit 'b263f8ffe7599d9cd27ec477a12700da8eb2790d'Michael Niedermayer2014-08-251-0/+1
|\|
| * lavf: add AVFormatContext.max_ts_probeAnton Khirnov2014-08-251-0/+1
| * lavf: eliminate ff_get_audio_frame_size()Anton Khirnov2014-08-131-22/+1
* | vformat/utils: call flush_packet_queue() from avformat_free_context()Michael Niedermayer2014-08-151-1/+1
* | Fix packet_buffer memory leak in avformat_free_contextAndrey Myznikov2014-08-151-0/+1
* | lavf: eliminate ff_get_audio_frame_size()Anton Khirnov2014-08-141-16/+1
* | Move WMA case from ff_get_audio_frame_size() to av_get_audio_frame_duration()Michael Niedermayer2014-08-141-6/+1
* | Move frame_size fallback from ff_get_audio_frame_size() to av_get_audio_frame...Michael Niedermayer2014-08-141-4/+0
* | avformat/utils: Remove demuxer specific frame_size fallback from ff_get_audio...Michael Niedermayer2014-08-141-4/+0
* | Merge commit '481a3667495425db9fdffb653292b6460fb68208'Michael Niedermayer2014-08-141-0/+23
|\|
* | Merge commit '019d3fccc4dcf5c8379112f697ce9eb08edee9b9'Michael Niedermayer2014-08-131-0/+9
|\|
| * Set protocol-level metadata in AVFormatContext any time a packet is read.Andrew Stone2014-08-131-0/+9
* | avcodec/raw: add avpriv_get_raw_pix_fmt_tags()James Almer2014-08-071-1/+1