summaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* libavformat: Add a utility function for adding parameter change side dataMartin Storsjö2011-12-211-0/+43
* lavf: force threads to 1 in avformat_find_stream_info()Anton Khirnov2011-12-181-0/+5
* lavf: dealloc private options in av_write_trailerLuca Barbato2011-12-131-1/+1
* lavf: add avformat_close_input().Anton Khirnov2011-12-121-0/+9
* lavf: deprecate av_close_input_stream().Anton Khirnov2011-12-121-1/+6
* Fix a bunch of common typos.Diego Biurrun2011-12-111-2/+2
* avformat/utils: Drop unused goto label.Diego Biurrun2011-12-071-1/+0
* avformat: use avcodec_decode_audio4() in avformat_find_stream_info()Justin Ruggles2011-12-041-15/+16
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+9
* lavf: estimate frame duration from r_frame_rate.Anton Khirnov2011-11-301-1/+4
* pthread: do not touch has_b_framesJanne Grunau2011-11-221-5/+0
* avformat: Accept the ISO8601 separate format as input, tooMartin Storsjö2011-11-161-3/+8
* avformat: Interpret times in ff_iso8601_to_unix_time as UTCMartin Storsjö2011-11-161-1/+2
* lavf: fix multiplication overflow in avformat_find_stream_info()Mans Rullgard2011-11-151-1/+1
* lavf: pass options from AVFormatContext to avio.Anton Khirnov2011-11-131-3/+3
* avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwardsMartin Storsjö2011-11-131-1/+2
* avformat: Use ff_check_interruptMartin Storsjö2011-11-131-1/+1
* lavf: don't leak corrupted packetsAndrey Utkin2011-11-091-0/+1
* avformat: Avoid a warning about mixed declarations and codeMartin Storsjö2011-11-081-1/+1
* avformat: Warn about using network functions without calling avformat_network...Martin Storsjö2011-11-071-0/+1
* lavf: don't return from void av_update_cur_dts()Anton Khirnov2011-11-061-1/+1
* Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-061-4/+3
* avformat: Add functions for doing global network initializationMartin Storsjö2011-11-051-0/+20
* lavf: use number of output pictures for delay checks.Ronald S. Bultje2011-10-281-1/+3
* probe: Restore identification of files with very large id3 tags and no extens...Alex Converse2011-10-281-0/+8
* probe: Remove id3 tag presence as a criteria to do file extension checking.Alex Converse2011-10-281-1/+1
* lavf: make some seeking functions privateAnton Khirnov2011-10-281-7/+38
* lavf: simplify by using FFMAX/FFMIN.Anton Khirnov2011-10-251-12/+6
* lavc: use avpriv_ prefix for ff_toupper4.Anton Khirnov2011-10-201-2/+2
* lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov2011-10-201-1/+1
* avformat: do not require frame_size for Speex.Justin Ruggles2011-10-201-1/+0
* lavf: add avformat_new_stream as a replacement for av_new_stream.Anton Khirnov2011-10-191-2/+11
* lavf: deprecate AVFormatContext.file_sizeAnton Khirnov2011-10-171-8/+6
* avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.Justin Ruggles2011-10-131-0/+2
* avformat: don't unconditionally call ff_read_frame_flush() when trying to seek.Justin Ruggles2011-10-131-10/+14
* lavf: fix signed overflow in avformat_find_stream_info()Mans Rullgard2011-10-081-2/+2
* lavf: Avoid using av_malloc(0) in av_dump_formatMartin Storsjö2011-09-301-1/+1
* oggdec: add support for Xiph's CELT codecNicolas George2011-09-261-1/+2
* lavf: do not set codec_tag for rawvideoMans Rullgard2011-09-251-3/+0
* prores: mark prores as intra-only in libavformat/utils.c:is_intra_only()Diego Biurrun2011-09-231-0/+1
* lavf: Fix context pointer in av_open_input_stream when avformat_open_input failsDavid Goldwich2011-09-191-1/+1
* lavf utils: Remove write-only variableAlex Converse2011-09-141-2/+1
* lavf utils: Rename shadowing variableAlex Converse2011-09-141-4/+4
* lavf utils: Fix bad indentation.Alex Converse2011-08-231-33/+34
* lavf: add avformat_query_codec().Anton Khirnov2011-08-161-0/+14
* lavf: Add an option to discard corrupted framesZohar Kelrich2011-08-021-0/+9
* probe: Fix insane flow control.Alex Converse2011-07-291-2/+2
* lavf: rename enc variable in utils.c:has_codec_parameters()Stefano Sabatini2011-07-171-12/+12
* lavf/utils: drop av_ prefixes from static functions.Anton Khirnov2011-07-151-30/+30
* avformat_open_input(): Add braces to shut up gcc warning.Diego Biurrun2011-07-141-1/+1
OpenPOWER on IntegriCloud