| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | lavf: generic code for exporting attached pictures. | Anton Khirnov | 2012-02-29 | 1 | -18/+28 |
* | lavf: don't guess r_frame_rate from either stream or codec timebase. | Anton Khirnov | 2012-02-26 | 1 | -11/+0 |
* | lavf: don't set codec timebase in avformat_find_stream_info(). | Anton Khirnov | 2012-02-26 | 1 | -7/+0 |
* | lavf: move the packet keyframe setting code. | Anton Khirnov | 2012-02-24 | 1 | -8/+4 |
* | lavf: don't set AVCodecContext.has_b_frames in compute_pkt_fields(). | Anton Khirnov | 2012-02-22 | 1 | -4/+0 |
* | avcodec: add duration field to AVCodecParserContext | Justin Ruggles | 2012-02-20 | 1 | -0/+14 |
* | lavf: fix aspect ratio mismatch message. | Andrey Utkin | 2012-02-12 | 1 | -2/+2 |
* | lavf: add functions for accessing the fourcc<->CodecID mapping tables. | Anton Khirnov | 2012-01-31 | 1 | -0/+9 |
* | lavc: set AVCodecContext.codec in avcodec_get_context_defaults3(). | Anton Khirnov | 2012-01-31 | 1 | -3/+5 |
* | lavc: add avcodec_is_open(). | Anton Khirnov | 2012-01-31 | 1 | -3/+2 |
* | avformat_write_header(): detail error message | Rafaël Carré | 2012-01-30 | 1 | -1/+5 |
* | lavf: remove disabled FF_API_SET_PTS_INFO cruft | Anton Khirnov | 2012-01-27 | 1 | -8/+0 |
* | lavf: remove disabled FF_API_SEEK_PUBLIC cruft | Anton Khirnov | 2012-01-27 | 1 | -25/+0 |
* | lavf: remove disabled FF_API_NEW_STREAM cruft | Anton Khirnov | 2012-01-27 | 1 | -10/+0 |
* | lavf: remove disabled FF_API_PKT_DUMP cruft | Anton Khirnov | 2012-01-27 | 1 | -16/+0 |