| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: fix signed overflow in avformat_find_stream_info() | Mans Rullgard | 2011-10-08 | 1 | -2/+2 |
* | lavf: Avoid using av_malloc(0) in av_dump_format | Martin Storsjö | 2011-09-30 | 1 | -1/+1 |
* | oggdec: add support for Xiph's CELT codec | Nicolas George | 2011-09-26 | 1 | -1/+2 |
* | lavf: do not set codec_tag for rawvideo | Mans Rullgard | 2011-09-25 | 1 | -3/+0 |
* | prores: mark prores as intra-only in libavformat/utils.c:is_intra_only() | Diego Biurrun | 2011-09-23 | 1 | -0/+1 |
* | lavf: Fix context pointer in av_open_input_stream when avformat_open_input fails | David Goldwich | 2011-09-19 | 1 | -1/+1 |
* | lavf utils: Remove write-only variable | Alex Converse | 2011-09-14 | 1 | -2/+1 |
* | lavf utils: Rename shadowing variable | Alex Converse | 2011-09-14 | 1 | -4/+4 |
* | lavf utils: Fix bad indentation. | Alex Converse | 2011-08-23 | 1 | -33/+34 |
* | lavf: add avformat_query_codec(). | Anton Khirnov | 2011-08-16 | 1 | -0/+14 |
* | lavf: Add an option to discard corrupted frames | Zohar Kelrich | 2011-08-02 | 1 | -0/+9 |
* | probe: Fix insane flow control. | Alex Converse | 2011-07-29 | 1 | -2/+2 |
* | lavf: rename enc variable in utils.c:has_codec_parameters() | Stefano Sabatini | 2011-07-17 | 1 | -12/+12 |
* | lavf/utils: drop av_ prefixes from static functions. | Anton Khirnov | 2011-07-15 | 1 | -30/+30 |
* | avformat_open_input(): Add braces to shut up gcc warning. | Diego Biurrun | 2011-07-14 | 1 | -1/+1 |
* | lavf: fix invalid reads in avformat_find_stream_info() | Anton Khirnov | 2011-07-14 | 1 | -1/+1 |
* | lavf: fix segfault in av_open_input_stream() | Anton Khirnov | 2011-07-13 | 1 | -1/+2 |
* | lavf: Cleanup try_decode_frame() logic. | Alex Converse | 2011-07-13 | 1 | -6/+3 |
* | Add a check for strptime(). | Anton Khirnov | 2011-07-13 | 1 | -0/+6 |
* | lavf: factor out conversion of ISO8601 string to unix time | Anton Khirnov | 2011-07-13 | 1 | -0/+7 |
* | lavc: make avcodec_alloc_context3 officially public. | Anton Khirnov | 2011-07-10 | 1 | -1/+1 |
* | lavf: add avformat_find_stream_info() | Anton Khirnov | 2011-07-10 | 1 | -5/+13 |
* | lavf: update AVStream.nb_frames when muxing. | Anton Khirnov | 2011-07-08 | 1 | -0/+7 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | lavf: restore old behavior for custom AVIOContex with an AVFMT_NOFILE format. | Anton Khirnov | 2011-07-02 | 1 | -1/+6 |
* | lavf: use the correct pointer in av_open_input_stream(). | Anton Khirnov | 2011-07-02 | 1 | -1/+2 |
* | Add support for aac streams in mp4/mov without extradata. | Benjamin Larsson | 2011-06-30 | 1 | -14/+11 |
* | av_find_stream_info: simplify EAGAIN handling. | Ami Fischman | 2011-06-29 | 1 | -4/+4 |
* | lavf: prevent crash in av_open_input_file() if ap == NULL. | Ronald S. Bultje | 2011-06-18 | 1 | -1/+1 |
* | lavf: add a forgotten NULL check in convert_format_parameters(). | Anton Khirnov | 2011-06-18 | 1 | -0/+3 |
* | lavf: add avformat_write_header() as a replacement for av_write_header(). | Anton Khirnov | 2011-06-16 | 1 | -12/+51 |
* | Deprecate av_open_input_* and remove their uses. | Anton Khirnov | 2011-06-16 | 1 | -105/+56 |
* | lavf: add avformat_open_input() as a replacement for av_open_input_* | Anton Khirnov | 2011-06-16 | 1 | -1/+103 |
* | utils: Drop pointless '#if 1' preprocessor directive. | Diego Biurrun | 2011-06-13 | 1 | -2/+0 |
* | lavf: initialise reference_dts in av_estimate_timings_from_pts. | Michael Niedermayer | 2011-06-13 | 1 | -0/+1 |
* | Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog. | Diego Biurrun | 2011-06-10 | 1 | -32/+15 |
* | lavf: make compute_pkt_fields2() return meaningful error values | Stefano Sabatini | 2011-06-09 | 1 | -3/+3 |
* | lavf: don't try to free private options if priv_data is NULL. | Anton Khirnov | 2011-06-08 | 1 | -1/+1 |
* | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -12/+13 |
* | lavf,lavc: free avoptions in a generic way. | Anton Khirnov | 2011-06-05 | 1 | -1/+6 |
* | Mark some variables with av_unused | Mans Rullgard | 2011-06-03 | 1 | -1/+1 |
* | lavf: initialize demuxer private options. | Anton Khirnov | 2011-05-26 | 1 | -0/+4 |
* | avformat: Add fpsprobesize as an AVOption. | Alex Converse | 2011-05-25 | 1 | -0/+2 |
* | Fix end time of last chapter in compute_chapters_end | John Stebbins | 2011-05-25 | 1 | -1/+1 |
* | asfdec: do not fall back to binary/generic search | Vladimir Pantelic | 2011-05-17 | 1 | -2/+4 |
* | lavf: fix function name in compute_pkt_fields2 av_dlog message | Stefano Sabatini | 2011-05-12 | 1 | -1/+1 |
* | lavf: fix av_find_best_stream when providing a wanted stream. | Marton Balint | 2011-05-12 | 1 | -4/+5 |
* | lavf: fix av_find_best_stream when decoder_ret is given and using a related s... | Marton Balint | 2011-05-12 | 1 | -1/+1 |
* | lavf/utils: fix ff_interleave_compare_dts corner case. | Vitor Sessak | 2011-05-10 | 1 | -5/+5 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -3/+3 |