| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | lavf: inspect more frames for fps when container time base is coarse | Anssi Hannula | 2011-04-29 | 1 | -1/+9 |
* | Replace some commented-out debug printf() / av_log() messages with av_dlog(). | Diego Biurrun | 2011-04-29 | 1 | -9/+7 |
* | error: remove AVERROR_NUMEXPECTED | Stefano Sabatini | 2011-04-21 | 1 | -1/+1 |
* | libavformat: Free AVFormatContext->streams | Martin Storsjö | 2011-04-20 | 1 | -0/+1 |
* | avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols | Stefano Sabatini | 2011-04-19 | 1 | -1/+1 |
* | lavf: remove FF_API_SYMVER cruft | Anton Khirnov | 2011-04-19 | 1 | -32/+0 |
* | lavf: remove FF_API_FIRST_FORMAT cruft | Anton Khirnov | 2011-04-19 | 1 | -8/+2 |
* | lavf: remove FF_API_PARSE_FRAME_PARAM cruft | Anton Khirnov | 2011-04-19 | 1 | -18/+0 |
* | lavf: remove FF_API_URL_SPLIT cruft | Anton Khirnov | 2011-04-19 | 1 | -18/+0 |
* | lavf: remove FF_API_GUESS_FORMAT cruft | Anton Khirnov | 2011-04-19 | 1 | -29/+0 |
* | lavf: remove FF_API_OLD_METADATA cruft | Anton Khirnov | 2011-04-19 | 1 | -21/+0 |
* | lavf: remove FF_API_MAX_STREAMS cruft | Anton Khirnov | 2011-04-19 | 1 | -8/+0 |
* | lavf/utils.c: Order packets with identical PTS by stream index. | Vitor Sessak | 2011-04-12 | 1 | -1/+4 |
* | avio: undeprecate av_url_read_fseek/fpause under nicer names | Anton Khirnov | 2011-04-12 | 1 | -2/+2 |