aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* update_stream_timings: Remove redundant check.Michael Niedermayer2011-10-061-1/+1
* generic seeking: fail if there are 1000 non keyframes found with no keyframe.Michael Niedermayer2011-10-051-2/+7
* lavf/utils: fix overestimation of the rational number density.Michael Niedermayer2011-10-031-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-011-1/+1
|\
| * lavf: Avoid using av_malloc(0) in av_dump_formatMartin Storsjö2011-09-301-1/+1
* | avformat_free_context: favor av_freep()Michael Niedermayer2011-10-011-8/+8
* | lavf/utils: Drop old hack for implicit HE-AAC signaling.Alex Converse2011-09-301-9/+0
* | lavf/utils: ignore subtitle timestamps in timings calculationMichael Niedermayer2011-09-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-271-8/+8
|\|
| * oggdec: add support for Xiph's CELT codecNicolas George2011-09-261-1/+2
| * lavf: do not set codec_tag for rawvideoMans Rullgard2011-09-251-3/+0
* | lavf/utils: replace deprecated url_ferror.Nicolas George2011-09-251-4/+4
* | lavf/utils: use correct format string for int64_t.Nicolas George2011-09-251-1/+1
* | lavf/utils: use AV_NOWARN_DEPRECATED in compatibility code.Nicolas George2011-09-251-0/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-241-1/+1
|\|
| * prores: mark prores as intra-only in libavformat/utils.c:is_intra_only()Diego Biurrun2011-09-231-0/+1
* | Use a colon in the stream description, this matches how -map works now.Carl Eugen Hoyos2011-09-231-1/+1
* | lavf/utils: only complain about aspect missmatch when the difference is "meas...Michael Niedermayer2011-09-221-1/+3
* | lavf/utils: better dts wrap correction.Michael Niedermayer2011-09-201-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-191-1/+1
|\|
| * lavf: Fix context pointer in av_open_input_stream when avformat_open_input failsDavid Goldwich2011-09-191-1/+1
* | lavf/utils: rewrite real fps calculation code.Michael Niedermayer2011-09-161-17/+27
* | ProRes DecoderElvis Presley2011-09-151-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-141-6/+5
|\|
| * lavf utils: Remove write-only variableAlex Converse2011-09-141-2/+1
| * lavf utils: Rename shadowing variableAlex Converse2011-09-141-4/+4
* | Don't override duration from file header with bitrate durationJoakim Plate2011-09-141-3/+5
* | libavformat/utils: print ts in the "invalid dts/pts combination" case.Michael Niedermayer2011-09-131-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-121-2/+9
|\|
* | libavformat/utils: Only require first packet to be known for all audio and vi...Joakim Plate2011-09-111-1/+1
* | av_interleave_packet_per_dts: switch noninterleaved flushing logic to max dts.Wolfram Gloger2011-09-091-3/+3
* | Prevent double free of side_data when AVFMT_FLAG_KEEP_SIDE_DATA flag is setGavin Kinsey2011-09-081-1/+4
* | flvdec: Properly decoding in-band metadata packets as data frames.Joseph Wecker2011-09-071-0/+2
* | libavformat/utils: only run delta_dts_min calculation code when its value is ...Michael Niedermayer2011-09-071-16/+20
* | libavformat/utils: use FFMIN() where possibleMichael Niedermayer2011-09-071-2/+1
* | libavformat/utils: Treat subtitle streams as noninterleaved when 20 seconds h...wg2011-09-071-4/+28
* | Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-09-011-9/+7
* | Rename find_program_from_stream to av_find_program_from_stream and add it to ...Marton Balint2011-08-271-6/+12
* | Fix memory corruption in case of memory allocation failure in av_probe_input_...Michael Niedermayer2011-08-271-1/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-241-33/+34
|\|
| * lavf utils: Fix bad indentation.Alex Converse2011-08-231-33/+34
* | lavf: warn when a parser is needed and not found.Nicolas George2011-08-221-0/+3
* | Autodetect LOAS in transport streams.Carl Eugen Hoyos2011-08-201-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-171-0/+14
|\|
| * lavf: add avformat_query_codec().Anton Khirnov2011-08-161-0/+14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-021-0/+9
|\|
| * lavf: Add an option to discard corrupted framesZohar Kelrich2011-08-021-0/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-2/+2
|\|
| * probe: Fix insane flow control.Alex Converse2011-07-291-2/+2
* | prefer "SAR" over "PAR" in av_dump_format()Stefano Sabatini2011-07-281-1/+1