| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: move internal fields from public to internal context | wm4 | 2015-02-10 | 1 | -38/+39 |
* | lavf: add a convenience function for adding side data to a stream | Anton Khirnov | 2015-01-27 | 1 | -0/+37 |
* | libavformat: Check for malloc failures in avformat_new_stream | Martin Storsjö | 2015-01-04 | 1 | -0/+5 |
* | avformat: Make avformat_free_context handle NULL | Luca Barbato | 2014-10-17 | 1 | -0/+3 |
* | lavf: switch to AVCodecContext.framerate for demuxing | Anton Khirnov | 2014-10-15 | 1 | -6/+8 |
* | lavf: Don't drop both pts and dts if timestamps are invalid | Michael Niedermayer | 2014-10-12 | 1 | -1/+1 |
* | lavf: fix memleaks in avformat_find_stream_info() | Justin Ruggles | 2014-09-29 | 1 | -0/+5 |
* | lavf: add AVFormatContext.max_ts_probe | Anton Khirnov | 2014-08-25 | 1 | -0/+1 |
* | lavf: eliminate ff_get_audio_frame_size() | Anton Khirnov | 2014-08-13 | 1 | -22/+1 |
* | Set protocol-level metadata in AVFormatContext any time a packet is read. | Andrew Stone | 2014-08-13 | 1 | -0/+9 |
* | avformat: Move av_probe_input* to format.c | Luca Barbato | 2014-07-29 | 1 | -135/+0 |
* | avformat: Mark AVOutputFormat argument in avformat_query_codec as const | Diego Biurrun | 2014-07-26 | 1 | -1/+1 |
* | avformat_new_stream: make the AVCodec parameter const | Roman Savchenko | 2014-07-08 | 1 | -1/+1 |
* | Replace av_malloc() and memset(0) by av_mallocz() | Diego Biurrun | 2014-06-22 | 1 | -4/+2 |
* | lavf: switch to AVStream.time_base as the hint for the muxer timebase | Anton Khirnov | 2014-06-18 | 1 | -3/+6 |
* | lavf: group dump functions together | Vittorio Giovara | 2014-06-14 | 1 | -246/+0 |
* | lavf: add av_stream_get_side_data | Janne Grunau | 2014-05-20 | 1 | -0/+15 |
* | probe: Support AAC_LATM in set_codec_from_probe_data | Luca Barbato | 2014-05-03 | 1 | -0/+1 |
* | lavc: eliminate tb_unreliable() | Anton Khirnov | 2014-04-28 | 1 | -19/+1 |
* | lavf: do not use the parser duration for video | Anton Khirnov | 2014-04-22 | 1 | -6/+0 |
* | lavf: add an AVStream field for exporting stream-global side data | Anton Khirnov | 2014-03-24 | 1 | -1/+7 |
* | avformat: Report the duration analysis reached | Luca Barbato | 2014-03-11 | 1 | -1/+2 |
* | lavf: ignore attachment streams for interleaving purposes | Anton Khirnov | 2014-02-04 | 1 | -0/+1 |
* | lavf: include 60 fps in guessed standard frame rates | Janne Grunau | 2014-01-31 | 1 | -2/+2 |
* | avformat: utils: Refactor duplicated PRINT macro | Diego Biurrun | 2014-01-29 | 1 | -31/+23 |
* | avformat: utils: K&R formatting cosmetics | Diego Biurrun | 2014-01-26 | 1 | -776/+910 |
* | lavf: make av_probe_input_buffer more robust | Anton Khirnov | 2014-01-13 | 1 | -2/+1 |
* | lavf: use a fixed width type | Anton Khirnov | 2014-01-13 | 1 | -1/+1 |
* | lavf: simplify handling of offset in av_probe_input_buuffer() | Anton Khirnov | 2014-01-13 | 1 | -6/+4 |
* | lavf: remove a pointless check | Anton Khirnov | 2014-01-06 | 1 | -2/+1 |
* | lavf: remove an unneeded call to avcodec_get_frame_defaults(). | Anton Khirnov | 2013-12-11 | 1 | -1/+0 |
* | Replace all uses of avcodec_free_frame with av_frame_free(). | Anton Khirnov | 2013-12-11 | 1 | -1/+1 |
* | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+2 |
* | Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). | Anton Khirnov | 2013-11-16 | 1 | -1/+1 |
* | lavf: improve support for AVC-Intra files. | Reimar Döffinger | 2013-11-14 | 1 | -0/+102 |
* | lavf: do not use int to store an int64 | Anton Khirnov | 2013-11-01 | 1 | -1/+1 |
* | lavf: remove unreliable timestamp guessing heuristic | Anton Khirnov | 2013-10-28 | 1 | -22/+0 |
* | lavf: Avoid setting avg_frame_rate if delta_dts is negative | Martin Storsjö | 2013-09-22 | 1 | -1/+2 |
* | avformat: Use av_reallocp() where suitable | Alexandra Khirnova | 2013-09-18 | 1 | -1/+2 |
* | lavf: Make probe_codec return an error code | Alexandra Khirnova | 2013-09-16 | 1 | -7/+14 |
* | avformat: Use av_reallocp_array() where suitable | Alexandra Khirnova | 2013-09-10 | 1 | -10/+8 |
* | lavf: fix the comparison in an overflow check | Anton Khirnov | 2013-09-07 | 1 | -1/+1 |
* | lavf: avoid integer overflow when estimating bitrate | Anton Khirnov | 2013-09-02 | 1 | -2/+7 |
* | lavf: move a variable declaration to the block where it's used | Anton Khirnov | 2013-09-02 | 1 | -2/+2 |
* | Disable deprecation warnings for cases where a replacement is available | Diego Biurrun | 2013-08-02 | 1 | -0/+3 |
* | lavf: Don't interpret just slightly broken timestamps as wraparound | Michael Niedermayer | 2013-07-29 | 1 | -2/+3 |
* | lavf: Make sure avg_frame_rate can be calculated without integer overflow | Martin Storsjö | 2013-07-15 | 1 | -0/+3 |
* | avf: move url utility functions in a separate file | Luca Barbato | 2013-06-16 | 1 | -113/+0 |
* | avf: move ff_write_chained to mux.c | Luca Barbato | 2013-06-16 | 1 | -18/+0 |
* | avf: move riff tags accessors where they belong | Luca Barbato | 2013-06-16 | 1 | -9/+0 |