summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* avformat: use ff_alloc_extradata()Paul B Mahol2013-10-13
* avformat: add ff_alloc_extradata() helperPaul B Mahol2013-10-13
* avformat: add support to force specific AVCodecsMichael Niedermayer2013-10-02
* avformat/utils: pass AVFormatContext to find_decoder()Michael Niedermayer2013-10-02
* avformat/utils: factor find_decoder() outMichael Niedermayer2013-09-28
* Merge commit 'ce67f442be0f6c4a8794272873852e256b5b8ee4'Michael Niedermayer2013-09-23
|\
| * lavf: Avoid setting avg_frame_rate if delta_dts is negativeMartin Storsjö2013-09-22
* | avformat: remove duplicate includesMichael Niedermayer2013-09-21
* | avformat/utils: remove unused variableMichael Niedermayer2013-09-20
* | Merge commit '5626f994f273af80fb100d4743b963304de9e05c'Michael Niedermayer2013-09-19
|\|
| * avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-18
* | avformat/utils: Print warning if reallocating probe buffer failedMichael Niedermayer2013-09-17
* | Merge commit '68b467742092364f9306283f40effde2c12efe08'Michael Niedermayer2013-09-17
|\|
| * lavf: Make probe_codec return an error codeAlexandra Khirnova2013-09-16
* | Do not suggest to increase probesize for image2 files.Carl Eugen Hoyos2013-09-17
* | avformat/utils: use av_realloc_array()Michael Niedermayer2013-09-11
* | avformat/utils: functions that add entries should not destroy the whole list ...Michael Niedermayer2013-09-11
* | Merge commit 'f369b9356c4606cd4d713d60f7db5de119d901fa'Michael Niedermayer2013-09-11
|\|
| * avformat: Use av_reallocp_array() where suitableAlexandra Khirnova2013-09-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-08
|\|
| * lavf: fix the comparison in an overflow checkAnton Khirnov2013-09-07
* | avformat: make avformat_close_input() more tolerant.Clément Bœsch2013-09-04
* | avformat/utils: assert position monotonicity in ff_find_last_ts()Michael Niedermayer2013-09-04
* | avformat/utils: Fix bitrate overflow checkMichael Niedermayer2013-09-03
* | Merge commit 'df33a58e5311ee9a64a573889b883a80e981af7b'Michael Niedermayer2013-09-03
|\|
| * lavf: avoid integer overflow when estimating bitrateAnton Khirnov2013-09-02
* | Merge commit 'fab694dd3931b1c0bc3c598c3f88b1902c14a303'Michael Niedermayer2013-09-03
|\|
| * lavf: move a variable declaration to the block where it's usedAnton Khirnov2013-09-02
* | avformat/utils: fix duration_fields calculation when need_parsing=0Michael Niedermayer2013-09-01
* | avformat/utils: fix av_probe_input_buffer2() so it returns the probe scoreMichael Niedermayer2013-08-29
* | avformat: export probe scoreMichael Niedermayer2013-08-28
* | avformat: move PROBE_BUF_M* to internal.hMichael Niedermayer2013-08-26
* | Remove FF_API_PKT_DUMP cruft. Not compiled since libavformat 54.Alexis Ballier2013-08-13
* | Integrate accessors.h header into internal.hReimar Döffinger2013-08-10
* | Reduce MAKE_ACCESSORS code duplication via a new header.Reimar Döffinger2013-08-08
* | avformat/utils: fix memleak with nobufferMichael Niedermayer2013-08-07
* | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer2013-08-03
|\|
| * Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
* | Merge commit 'c5b46a064d9991f2cd045c90179fccf35ecffc34'Michael Niedermayer2013-07-29
|\|
| * lavf: Don't interpret just slightly broken timestamps as wraparoundMichael Niedermayer2013-07-29
* | Revert "avformat/utils: Close codec context since it is allocated by avformat...Michael Niedermayer2013-07-21
* | avformat/utils: Close codec context since it is allocated by avformat_new_str...Anshul Maheshwari2013-07-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-16
|\|
| * lavf: Make sure avg_frame_rate can be calculated without integer overflowMartin Storsjö2013-07-15
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2013-07-10
|\ \
| * | lavf/utils.c: Avoid a null pointer dereference on oom after duration_error al...Carl Eugen Hoyos2013-07-10
* | | avformat/utils: avformat_find_stream_info set value for ret in case of oomPiotr Bandurski2013-07-10
|/ /
* | avformat/utils: avformat_find_stream_info fix a crash in case of oomPiotr Bandurski2013-07-10
* | avformat_find_stream_info: fallback to timestamps in analyzeduration check in...Michael Niedermayer2013-07-08
* | avformat_find_stream_info: use fps_dts as last resort to determine durationMichael Niedermayer2013-07-07