| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | avf: move ff_http_match_no_proxy to network | Luca Barbato | 2013-06-16 | 1 | -54/+0 |
* | avf: split off format register and lookup function | Luca Barbato | 2013-06-16 | 1 | -146/+0 |
* | lavf: preserve side data when parsing packets. | Anton Khirnov | 2013-05-28 | 1 | -0/+7 |
* | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -2/+0 |
* | avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate | Diego Biurrun | 2013-05-04 | 1 | -5/+5 |
* | silly typo fixes | Diego Biurrun | 2013-05-03 | 1 | -3/+3 |
* | lavf: make sure stream probe data gets freed. | Anton Khirnov | 2013-04-04 | 1 | -0/+1 |
* | lavf: sanity check size in av_get/append_packet(). | Anton Khirnov | 2013-03-15 | 1 | -19/+49 |
* | lavf: remove disabled FF_API_R_FRAME_RATE cruft | Anton Khirnov | 2013-03-11 | 1 | -59/+0 |
* | lavf: remove disabled FF_API_AV_GETTIME cruft | Anton Khirnov | 2013-03-11 | 1 | -7/+0 |
* | lavf: remove disabled FF_API_READ_PACKET cruft | Anton Khirnov | 2013-03-11 | 1 | -8/+0 |
* | lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruft | Anton Khirnov | 2013-03-11 | 1 | -7/+0 |
* | avpacket: use AVBuffer to allow refcounting the packets. | Anton Khirnov | 2013-03-08 | 1 | -5/+14 |