| Commit message (Expand) | Author | Age | Files | Lines |
* | update_stream_timings: Remove redundant check. | Michael Niedermayer | 2011-10-06 | 1 | -1/+1 |
* | generic seeking: fail if there are 1000 non keyframes found with no keyframe. | Michael Niedermayer | 2011-10-05 | 1 | -2/+7 |
* | lavf/utils: fix overestimation of the rational number density. | Michael Niedermayer | 2011-10-03 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-01 | 1 | -1/+1 |
|\ |
|
| * | lavf: Avoid using av_malloc(0) in av_dump_format | Martin Storsjö | 2011-09-30 | 1 | -1/+1 |
* | | avformat_free_context: favor av_freep() | Michael Niedermayer | 2011-10-01 | 1 | -8/+8 |
* | | lavf/utils: Drop old hack for implicit HE-AAC signaling. | Alex Converse | 2011-09-30 | 1 | -9/+0 |
* | | lavf/utils: ignore subtitle timestamps in timings calculation | Michael Niedermayer | 2011-09-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-27 | 1 | -8/+8 |
|\| |
|
| * | oggdec: add support for Xiph's CELT codec | Nicolas George | 2011-09-26 | 1 | -1/+2 |
| * | lavf: do not set codec_tag for rawvideo | Mans Rullgard | 2011-09-25 | 1 | -3/+0 |
* | | lavf/utils: replace deprecated url_ferror. | Nicolas George | 2011-09-25 | 1 | -4/+4 |
* | | lavf/utils: use correct format string for int64_t. | Nicolas George | 2011-09-25 | 1 | -1/+1 |
* | | lavf/utils: use AV_NOWARN_DEPRECATED in compatibility code. | Nicolas George | 2011-09-25 | 1 | -0/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-24 | 1 | -1/+1 |
|\| |
|
| * | prores: mark prores as intra-only in libavformat/utils.c:is_intra_only() | Diego Biurrun | 2011-09-23 | 1 | -0/+1 |
* | | Use a colon in the stream description, this matches how -map works now. | Carl Eugen Hoyos | 2011-09-23 | 1 | -1/+1 |
* | | lavf/utils: only complain about aspect missmatch when the difference is "meas... | Michael Niedermayer | 2011-09-22 | 1 | -1/+3 |
* | | lavf/utils: better dts wrap correction. | Michael Niedermayer | 2011-09-20 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-19 | 1 | -1/+1 |
|\| |
|
| * | lavf: Fix context pointer in av_open_input_stream when avformat_open_input fails | David Goldwich | 2011-09-19 | 1 | -1/+1 |
* | | lavf/utils: rewrite real fps calculation code. | Michael Niedermayer | 2011-09-16 | 1 | -17/+27 |
* | | ProRes Decoder | Elvis Presley | 2011-09-15 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-14 | 1 | -6/+5 |
|\| |
|
| * | lavf utils: Remove write-only variable | Alex Converse | 2011-09-14 | 1 | -2/+1 |
| * | lavf utils: Rename shadowing variable | Alex Converse | 2011-09-14 | 1 | -4/+4 |
* | | Don't override duration from file header with bitrate duration | Joakim Plate | 2011-09-14 | 1 | -3/+5 |
* | | libavformat/utils: print ts in the "invalid dts/pts combination" case. | Michael Niedermayer | 2011-09-13 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-12 | 1 | -2/+9 |
|\| |
|
* | | libavformat/utils: Only require first packet to be known for all audio and vi... | Joakim Plate | 2011-09-11 | 1 | -1/+1 |
* | | av_interleave_packet_per_dts: switch noninterleaved flushing logic to max dts. | Wolfram Gloger | 2011-09-09 | 1 | -3/+3 |
* | | Prevent double free of side_data when AVFMT_FLAG_KEEP_SIDE_DATA flag is set | Gavin Kinsey | 2011-09-08 | 1 | -1/+4 |
* | | flvdec: Properly decoding in-band metadata packets as data frames. | Joseph Wecker | 2011-09-07 | 1 | -0/+2 |
* | | libavformat/utils: only run delta_dts_min calculation code when its value is ... | Michael Niedermayer | 2011-09-07 | 1 | -16/+20 |
* | | libavformat/utils: use FFMIN() where possible | Michael Niedermayer | 2011-09-07 | 1 | -2/+1 |
* | | libavformat/utils: Treat subtitle streams as noninterleaved when 20 seconds h... | wg | 2011-09-07 | 1 | -4/+28 |
* | | Replace some commented-out debug printf() / av_log() messages with av_dlog(). | Diego Biurrun | 2011-09-01 | 1 | -9/+7 |
* | | Rename find_program_from_stream to av_find_program_from_stream and add it to ... | Marton Balint | 2011-08-27 | 1 | -6/+12 |
* | | Fix memory corruption in case of memory allocation failure in av_probe_input_... | Michael Niedermayer | 2011-08-27 | 1 | -1/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-24 | 1 | -33/+34 |
|\| |
|
| * | lavf utils: Fix bad indentation. | Alex Converse | 2011-08-23 | 1 | -33/+34 |
* | | lavf: warn when a parser is needed and not found. | Nicolas George | 2011-08-22 | 1 | -0/+3 |
* | | Autodetect LOAS in transport streams. | Carl Eugen Hoyos | 2011-08-20 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-17 | 1 | -0/+14 |
|\| |
|
| * | lavf: add avformat_query_codec(). | Anton Khirnov | 2011-08-16 | 1 | -0/+14 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-02 | 1 | -0/+9 |
|\| |
|
| * | lavf: Add an option to discard corrupted frames | Zohar Kelrich | 2011-08-02 | 1 | -0/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -2/+2 |
|\| |
|
| * | probe: Fix insane flow control. | Alex Converse | 2011-07-29 | 1 | -2/+2 |
* | | prefer "SAR" over "PAR" in av_dump_format() | Stefano Sabatini | 2011-07-28 | 1 | -1/+1 |