| Commit message (Expand) | Author | Age | Files | Lines |
* | libavformat: add const to AVCodec pointers | Mans Rullgard | 2012-08-18 | 1 | -2/+2 |
* | lavf: Detect discontinuities in timestamps for framerate/analyzeduration calc... | Martin Storsjö | 2012-08-12 | 1 | -0/+13 |
* | lavf: Initialize the stream info timestamps in avformat_new_stream | Martin Storsjö | 2012-08-12 | 1 | -0/+6 |
* | lavf: simplify is_intra_only() by using codec descriptors. | Anton Khirnov | 2012-08-11 | 1 | -25/+9 |
* | dict: add av_dict_count() | Mans Rullgard | 2012-08-10 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -54/+54 |
* | lavf: Declare an AVRational struct without a struct literal | Martin Storsjö | 2012-08-06 | 1 | -1/+1 |
* | lavf: deprecate r_frame_rate. | Anton Khirnov | 2012-07-29 | 1 | -5/+13 |
* | lavf: round estimated average fps to a "standard" fps. | Anton Khirnov | 2012-07-29 | 1 | -0/+18 |
* | lavf: use dts difference instead of AVPacket.duration in find_stream_info() | Anton Khirnov | 2012-07-29 | 1 | -6/+32 |
* | avf: introduce nobuffer option | Luca Barbato | 2012-07-29 | 1 | -3/+8 |
* | lavf: remove commented out cruft in avformat_find_stream_info() | Anton Khirnov | 2012-07-28 | 1 | -7/+1 |
* | Add missing libavutil/time.h includes. | Anton Khirnov | 2012-07-28 | 1 | -0/+1 |
* | Move av_gettime() to libavutil | Mans Rullgard | 2012-06-20 | 1 | -6/+4 |
* | lavf: don't segfault when a NULL filename is passed to avformat_open_input() | Anton Khirnov | 2012-06-16 | 1 | -1/+1 |
* | avformat: Probe codecs at score 0 on buffer exhaustion conditions. | Alex Converse | 2012-06-05 | 1 | -12/+24 |
* | avformat: Factorize codec probing. | Alex Converse | 2012-06-05 | 1 | -20/+25 |
* | avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps. | James Zern | 2012-05-20 | 1 | -1/+3 |
* | lavf: make output format matching case insensitive | Mans Rullgard | 2012-05-19 | 1 | -1/+1 |
* | lavf: add mdec to is_intra_only() list | Mans Rullgard | 2012-05-15 | 1 | -0/+1 |
* | cosmetics: indentation | Justin Ruggles | 2012-05-03 | 1 | -9/+10 |
* | avformat: only fill-in interpolated timestamps if duration is non-zero | Justin Ruggles | 2012-05-03 | 1 | -0/+3 |
* | avformat: remove a workaround for broken timestamps | Justin Ruggles | 2012-05-03 | 1 | -9/+0 |
* | avf: fix faulty check in has_duration | Luca Barbato | 2012-04-25 | 1 | -1/+1 |
* | avf: has_duration does not check the global one | Luca Barbato | 2012-04-13 | 1 | -0/+2 |
* | libavformat: Only require first packet to be known for audio/video streams | Joakim Plate | 2012-04-06 | 1 | -1/+3 |
* | Replace memset(0) by zero initializations. | Diego Biurrun | 2012-03-28 | 1 | -2/+1 |
* | make av_interleaved_write_frame() flush packets when pkt is NULL | Jindrich Makovicka | 2012-03-27 | 1 | -12/+18 |
* | lavf: make av_interleave_packet_per_dts() private. | Anton Khirnov | 2012-03-20 | 1 | -2/+12 |
* | lavf: deprecate av_read_packet(). | Anton Khirnov | 2012-03-20 | 1 | -4/+12 |
* | lavf: use AVStream.discard to disable queueing attached pictures. | Anton Khirnov | 2012-03-20 | 1 | -1/+2 |
* | lavf: requeue attached pictures after seeking. | Anton Khirnov | 2012-03-20 | 1 | -10/+31 |
* | libavformat: Use AVFormatContext.probesize in init_input | Martin Storsjö | 2012-03-19 | 1 | -2/+2 |
* | lavf: remove some disabled code. | Anton Khirnov | 2012-03-17 | 1 | -36/+0 |
* | lavf: only set average frame rate for video. | Anton Khirnov | 2012-03-17 | 1 | -4/+4 |
* | lavf: remove a pointless check. | Anton Khirnov | 2012-03-17 | 1 | -1/+1 |
* | lavf: don't select an attached picture as default stream for seeking. | Anton Khirnov | 2012-03-15 | 1 | -1/+2 |
* | cosmetics: reindent | Justin Ruggles | 2012-03-05 | 1 | -5/+5 |
* | avformat: do not require a pixel/sample format if there is no decoder | Justin Ruggles | 2012-03-05 | 1 | -13/+29 |
* | avformat: do not fill-in audio packet duration in compute_pkt_fields() | Justin Ruggles | 2012-03-05 | 1 | -14/+33 |
* | lavf: Use av_get_audio_frame_duration() in get_audio_frame_size() | Justin Ruggles | 2012-03-05 | 1 | -19/+14 |
* | avformat: do not require frame_size in avformat_find_stream_info() for CELT | Justin Ruggles | 2012-03-05 | 1 | -3/+0 |
* | avformat: do not require frame_size in avformat_find_stream_info() for MP1/2/3 | Justin Ruggles | 2012-03-05 | 1 | -3/+0 |
* | avformat: do not require frame_size in avformat_find_stream_info() for AAC | Justin Ruggles | 2012-03-05 | 1 | -1/+0 |
* | lavf: deobfuscate read_frame_internal(). | Anton Khirnov | 2012-03-05 | 1 | -146/+168 |
* | lavf: make read_from_packet_buffer() more flexible. | Anton Khirnov | 2012-03-05 | 1 | -12/+20 |
* | lavf: factorize freeing a packet buffer. | Anton Khirnov | 2012-03-05 | 1 | -17/+13 |
* | avcodec: add a Vorbis parser to get packet duration | Justin Ruggles | 2012-03-03 | 1 | -5/+1 |
* | id3v2: remove unused ff_id3v2_read(). | Anton Khirnov | 2012-02-29 | 1 | -1/+1 |
* | lavf: export id3v2 attached pictures as streams. | Anton Khirnov | 2012-02-29 | 1 | -1/+8 |