| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: remove unreliable timestamp guessing heuristic | Anton Khirnov | 2013-10-29 | 1 | -24/+0 |
* | avformat/utils: make "first_dts not matching first dts in the queue" message ... | Michael Niedermayer | 2013-10-27 | 1 | -1/+2 |
* | avformat/utils: do not override pts in h264 when they are provided from the d... | Michael Niedermayer | 2013-10-27 | 1 | -2/+4 |
* | avformat/utils: Check size argument in ff_add_index_entry() | Michael Niedermayer | 2013-10-24 | 1 | -0/+3 |
* | avformat/utils: Check av_packet_new_side_data() return before using it | Michael Niedermayer | 2013-10-20 | 1 | -2/+4 |
* | avformat: use ff_alloc_extradata() | Paul B Mahol | 2013-10-13 | 1 | -8/+2 |
* | avformat: add ff_alloc_extradata() helper | Paul B Mahol | 2013-10-13 | 1 | -0/+20 |
* | avformat: add support to force specific AVCodecs | Michael Niedermayer | 2013-10-02 | 1 | -0/+15 |
* | avformat/utils: pass AVFormatContext to find_decoder() | Michael Niedermayer | 2013-10-02 | 1 | -7/+7 |
* | avformat/utils: factor find_decoder() out | Michael Niedermayer | 2013-09-28 | 1 | -5/+11 |
* | Merge commit 'ce67f442be0f6c4a8794272873852e256b5b8ee4' | Michael Niedermayer | 2013-09-23 | 1 | -1/+2 |
|\ |
|
| * | lavf: Avoid setting avg_frame_rate if delta_dts is negative | Martin Storsjö | 2013-09-22 | 1 | -1/+2 |
* | | avformat: remove duplicate includes | Michael Niedermayer | 2013-09-21 | 1 | -1/+0 |
* | | avformat/utils: remove unused variable | Michael Niedermayer | 2013-09-20 | 1 | -1/+0 |
* | | Merge commit '5626f994f273af80fb100d4743b963304de9e05c' | Michael Niedermayer | 2013-09-19 | 1 | -6/+2 |
|\| |
|
| * | avformat: Use av_reallocp() where suitable | Alexandra Khirnova | 2013-09-18 | 1 | -1/+2 |
* | | avformat/utils: Print warning if reallocating probe buffer failed | Michael Niedermayer | 2013-09-17 | 1 | -1/+5 |
* | | Merge commit '68b467742092364f9306283f40effde2c12efe08' | Michael Niedermayer | 2013-09-17 | 1 | -6/+11 |
|\| |
|
| * | lavf: Make probe_codec return an error code | Alexandra Khirnova | 2013-09-16 | 1 | -7/+14 |
* | | Do not suggest to increase probesize for image2 files. | Carl Eugen Hoyos | 2013-09-17 | 1 | -1/+2 |
* | | avformat/utils: use av_realloc_array() | Michael Niedermayer | 2013-09-11 | 1 | -2/+2 |
* | | avformat/utils: functions that add entries should not destroy the whole list ... | Michael Niedermayer | 2013-09-11 | 1 | -8/+10 |
* | | Merge commit 'f369b9356c4606cd4d713d60f7db5de119d901fa' | Michael Niedermayer | 2013-09-11 | 1 | -10/+8 |
|\| |
|
| * | avformat: Use av_reallocp_array() where suitable | Alexandra Khirnova | 2013-09-10 | 1 | -10/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-09-08 | 1 | -3/+6 |
|\| |
|
| * | lavf: fix the comparison in an overflow check | Anton Khirnov | 2013-09-07 | 1 | -1/+1 |
* | | avformat: make avformat_close_input() more tolerant. | Clément Bœsch | 2013-09-04 | 1 | -2/+8 |
* | | avformat/utils: assert position monotonicity in ff_find_last_ts() | Michael Niedermayer | 2013-09-04 | 1 | -0/+1 |
* | | avformat/utils: Fix bitrate overflow check | Michael Niedermayer | 2013-09-03 | 1 | -6/+3 |
* | | Merge commit 'df33a58e5311ee9a64a573889b883a80e981af7b' | Michael Niedermayer | 2013-09-03 | 1 | -2/+7 |
|\| |
|
| * | lavf: avoid integer overflow when estimating bitrate | Anton Khirnov | 2013-09-02 | 1 | -2/+7 |
* | | Merge commit 'fab694dd3931b1c0bc3c598c3f88b1902c14a303' | Michael Niedermayer | 2013-09-03 | 1 | -2/+2 |
|\| |
|
| * | lavf: move a variable declaration to the block where it's used | Anton Khirnov | 2013-09-02 | 1 | -2/+2 |
* | | avformat/utils: fix duration_fields calculation when need_parsing=0 | Michael Niedermayer | 2013-09-01 | 1 | -1/+1 |
* | | avformat/utils: fix av_probe_input_buffer2() so it returns the probe score | Michael Niedermayer | 2013-08-29 | 1 | -2/+3 |
* | | avformat: export probe score | Michael Niedermayer | 2013-08-28 | 1 | -4/+19 |
* | | avformat: move PROBE_BUF_M* to internal.h | Michael Niedermayer | 2013-08-26 | 1 | -4/+0 |
* | | Remove FF_API_PKT_DUMP cruft. Not compiled since libavformat 54. | Alexis Ballier | 2013-08-13 | 1 | -16/+0 |
* | | Integrate accessors.h header into internal.h | Reimar Döffinger | 2013-08-10 | 1 | -1/+0 |
* | | Reduce MAKE_ACCESSORS code duplication via a new header. | Reimar Döffinger | 2013-08-08 | 1 | -4/+1 |
* | | avformat/utils: fix memleak with nobuffer | Michael Niedermayer | 2013-08-07 | 1 | -3/+3 |
* | | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91' | Michael Niedermayer | 2013-08-03 | 1 | -0/+3 |
|\| |
|
| * | Disable deprecation warnings for cases where a replacement is available | Diego Biurrun | 2013-08-02 | 1 | -0/+3 |
* | | Merge commit 'c5b46a064d9991f2cd045c90179fccf35ecffc34' | Michael Niedermayer | 2013-07-29 | 1 | -1/+3 |
|\| |
|
| * | lavf: Don't interpret just slightly broken timestamps as wraparound | Michael Niedermayer | 2013-07-29 | 1 | -2/+3 |
* | | Revert "avformat/utils: Close codec context since it is allocated by avformat... | Michael Niedermayer | 2013-07-21 | 1 | -3/+0 |
* | | avformat/utils: Close codec context since it is allocated by avformat_new_str... | Anshul Maheshwari | 2013-07-21 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-07-16 | 1 | -0/+3 |
|\| |
|
| * | lavf: Make sure avg_frame_rate can be calculated without integer overflow | Martin Storsjö | 2013-07-15 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'cehoyos/master' | Michael Niedermayer | 2013-07-10 | 1 | -0/+2 |
|\ \ |
|