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