| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: dealloc private options in av_write_trailer | Luca Barbato | 2011-12-13 | 1 | -1/+1 |
* | lavf: add avformat_close_input(). | Anton Khirnov | 2011-12-12 | 1 | -0/+9 |
* | lavf: deprecate av_close_input_stream(). | Anton Khirnov | 2011-12-12 | 1 | -1/+6 |
* | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -2/+2 |
* | avformat/utils: Drop unused goto label. | Diego Biurrun | 2011-12-07 | 1 | -1/+0 |
* | avformat: use avcodec_decode_audio4() in avformat_find_stream_info() | Justin Ruggles | 2011-12-04 | 1 | -15/+16 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+9 |
* | lavf: estimate frame duration from r_frame_rate. | Anton Khirnov | 2011-11-30 | 1 | -1/+4 |
* | pthread: do not touch has_b_frames | Janne Grunau | 2011-11-22 | 1 | -5/+0 |
* | avformat: Accept the ISO8601 separate format as input, too | Martin Storsjö | 2011-11-16 | 1 | -3/+8 |
* | avformat: Interpret times in ff_iso8601_to_unix_time as UTC | Martin Storsjö | 2011-11-16 | 1 | -1/+2 |
* | lavf: fix multiplication overflow in avformat_find_stream_info() | Mans Rullgard | 2011-11-15 | 1 | -1/+1 |
* | lavf: pass options from AVFormatContext to avio. | Anton Khirnov | 2011-11-13 | 1 | -3/+3 |
* | avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwards | Martin Storsjö | 2011-11-13 | 1 | -1/+2 |
* | avformat: Use ff_check_interrupt | Martin Storsjö | 2011-11-13 | 1 | -1/+1 |
* | lavf: don't leak corrupted packets | Andrey Utkin | 2011-11-09 | 1 | -0/+1 |
* | avformat: Avoid a warning about mixed declarations and code | Martin Storsjö | 2011-11-08 | 1 | -1/+1 |
* | avformat: Warn about using network functions without calling avformat_network... | Martin Storsjö | 2011-11-07 | 1 | -0/+1 |
* | lavf: don't return from void av_update_cur_dts() | Anton Khirnov | 2011-11-06 | 1 | -1/+1 |
* | Replace all usage of strcasecmp/strncasecmp | Reimar Döffinger | 2011-11-06 | 1 | -4/+3 |
* | avformat: Add functions for doing global network initialization | Martin Storsjö | 2011-11-05 | 1 | -0/+20 |
* | lavf: use number of output pictures for delay checks. | Ronald S. Bultje | 2011-10-28 | 1 | -1/+3 |
* | probe: Restore identification of files with very large id3 tags and no extens... | Alex Converse | 2011-10-28 | 1 | -0/+8 |
* | probe: Remove id3 tag presence as a criteria to do file extension checking. | Alex Converse | 2011-10-28 | 1 | -1/+1 |
* | lavf: make some seeking functions private | Anton Khirnov | 2011-10-28 | 1 | -7/+38 |
* | lavf: simplify by using FFMAX/FFMIN. | Anton Khirnov | 2011-10-25 | 1 | -12/+6 |
* | lavc: use avpriv_ prefix for ff_toupper4. | Anton Khirnov | 2011-10-20 | 1 | -2/+2 |
* | lavf: use avpriv_ prefix for ff_new_chapter(). | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | avformat: do not require frame_size for Speex. | Justin Ruggles | 2011-10-20 | 1 | -1/+0 |
* | lavf: add avformat_new_stream as a replacement for av_new_stream. | Anton Khirnov | 2011-10-19 | 1 | -2/+11 |
* | lavf: deprecate AVFormatContext.file_size | Anton Khirnov | 2011-10-17 | 1 | -8/+6 |
* | avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK. | Justin Ruggles | 2011-10-13 | 1 | -0/+2 |
* | avformat: don't unconditionally call ff_read_frame_flush() when trying to seek. | Justin Ruggles | 2011-10-13 | 1 | -10/+14 |
* | 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 |