summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* avformat/utils: Drop unused goto label.Diego Biurrun2011-12-07
* avformat: use avcodec_decode_audio4() in avformat_find_stream_info()Justin Ruggles2011-12-04
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavf: estimate frame duration from r_frame_rate.Anton Khirnov2011-11-30
* pthread: do not touch has_b_framesJanne Grunau2011-11-22
* avformat: Accept the ISO8601 separate format as input, tooMartin Storsjö2011-11-16
* avformat: Interpret times in ff_iso8601_to_unix_time as UTCMartin Storsjö2011-11-16
* lavf: fix multiplication overflow in avformat_find_stream_info()Mans Rullgard2011-11-15
* lavf: pass options from AVFormatContext to avio.Anton Khirnov2011-11-13
* avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwardsMartin Storsjö2011-11-13
* avformat: Use ff_check_interruptMartin Storsjö2011-11-13
* lavf: don't leak corrupted packetsAndrey Utkin2011-11-09
* avformat: Avoid a warning about mixed declarations and codeMartin Storsjö2011-11-08
* avformat: Warn about using network functions without calling avformat_network...Martin Storsjö2011-11-07
* lavf: don't return from void av_update_cur_dts()Anton Khirnov2011-11-06
* Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-06
* avformat: Add functions for doing global network initializationMartin Storsjö2011-11-05
* lavf: use number of output pictures for delay checks.Ronald S. Bultje2011-10-28
* probe: Restore identification of files with very large id3 tags and no extens...Alex Converse2011-10-28
* probe: Remove id3 tag presence as a criteria to do file extension checking.Alex Converse2011-10-28
* lavf: make some seeking functions privateAnton Khirnov2011-10-28
* lavf: simplify by using FFMAX/FFMIN.Anton Khirnov2011-10-25
* lavc: use avpriv_ prefix for ff_toupper4.Anton Khirnov2011-10-20
* lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov2011-10-20
* avformat: do not require frame_size for Speex.Justin Ruggles2011-10-20
* lavf: add avformat_new_stream as a replacement for av_new_stream.Anton Khirnov2011-10-19
* lavf: deprecate AVFormatContext.file_sizeAnton Khirnov2011-10-17
* avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.Justin Ruggles2011-10-13
* avformat: don't unconditionally call ff_read_frame_flush() when trying to seek.Justin Ruggles2011-10-13
* lavf: fix signed overflow in avformat_find_stream_info()Mans Rullgard2011-10-08
* lavf: Avoid using av_malloc(0) in av_dump_formatMartin Storsjö2011-09-30
* oggdec: add support for Xiph's CELT codecNicolas George2011-09-26
* lavf: do not set codec_tag for rawvideoMans Rullgard2011-09-25
* prores: mark prores as intra-only in libavformat/utils.c:is_intra_only()Diego Biurrun2011-09-23
* lavf: Fix context pointer in av_open_input_stream when avformat_open_input failsDavid Goldwich2011-09-19
* lavf utils: Remove write-only variableAlex Converse2011-09-14
* lavf utils: Rename shadowing variableAlex Converse2011-09-14
* lavf utils: Fix bad indentation.Alex Converse2011-08-23
* lavf: add avformat_query_codec().Anton Khirnov2011-08-16
* lavf: Add an option to discard corrupted framesZohar Kelrich2011-08-02
* probe: Fix insane flow control.Alex Converse2011-07-29
* lavf: rename enc variable in utils.c:has_codec_parameters()Stefano Sabatini2011-07-17
* lavf/utils: drop av_ prefixes from static functions.Anton Khirnov2011-07-15
* avformat_open_input(): Add braces to shut up gcc warning.Diego Biurrun2011-07-14
* lavf: fix invalid reads in avformat_find_stream_info()Anton Khirnov2011-07-14
* lavf: fix segfault in av_open_input_stream()Anton Khirnov2011-07-13
* lavf: Cleanup try_decode_frame() logic.Alex Converse2011-07-13
* Add a check for strptime().Anton Khirnov2011-07-13
* lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov2011-07-13