| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use the avstring.h locale-independent character type functions | Reimar Döffinger | 2013-03-07 | 1 | -5/+5 |
* | lavf: Handle the environment variable no_proxy more properly | Martin Storsjö | 2013-02-27 | 1 | -0/+54 |
* | lavf: fix arithmetic overflows in avformat_seek_file() | Mans Rullgard | 2012-12-08 | 1 | -1/+1 |
* | Remove pointless #undefs of previously forbidden functions. | Anton Khirnov | 2012-12-04 | 1 | -2/+0 |
* | lavf: add a common function for selecting a pcm codec from parameters | Justin Ruggles | 2012-11-28 | 1 | -0/+30 |
* | lavf: avoid integer overflow in ff_compute_frame_duration() | Janne Grunau | 2012-11-26 | 1 | -1/+4 |
* | url: Handle relative urls starting with two slashes | Duncan Salerno | 2012-10-09 | 1 | -4/+10 |
* | url: Handle relative urls being just a new query string | Duncan Salerno | 2012-10-09 | 1 | -0/+6 |
* | url: Don't treat slashes in query parameters as directory separators | Duncan Salerno | 2012-10-09 | 1 | -1/+7 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | avformat: split muxing functions from util.c | Luca Barbato | 2012-10-01 | 1 | -517/+6 |
* | avformat: const correctness for av_hex_dump / av_hex_dump_log | Diego Biurrun | 2012-10-01 | 1 | -3/+4 |
* | avformat: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -3/+9 |
* | lavf: use a malloced AVFrame in try_decode_frame(). | Anton Khirnov | 2012-09-24 | 1 | -8/+17 |
* | lavf: zero data/size of the packet passed to read_packet(). | Anton Khirnov | 2012-09-21 | 1 | -0/+2 |
* | lavf probe: prevent codec probe with no data at all seen | Janne Grunau | 2012-09-20 | 1 | -0/+5 |
* | avformat: fix typo in avformat_close_input | Luca Barbato | 2012-09-15 | 1 | -1/+1 |
* | lavf: flush the output AVIOContext in av_write_trailer(). | Anton Khirnov | 2012-09-15 | 1 | -0/+4 |
* | lavf: cosmetics, reformat av_write_trailer(). | Anton Khirnov | 2012-09-15 | 1 | -8/+8 |
* | avformat: refactor avformat_close_input | Luca Barbato | 2012-09-14 | 1 | -4/+13 |
* | avformat: simplify avformat_close_input | Luca Barbato | 2012-09-14 | 1 | -2/+2 |
* | libavformat: add const to AVCodec pointers | Mans Rullgard | 2012-08-18 | 1 | -2/+2 |