summaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: add functions for accessing the fourcc<->CodecID mapping tables.Anton Khirnov2012-01-311-0/+9
* lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov2012-01-311-3/+5
* lavc: add avcodec_is_open().Anton Khirnov2012-01-311-3/+2
* avformat_write_header(): detail error messageRafaël Carré2012-01-301-1/+5
* lavf: remove disabled FF_API_SET_PTS_INFO cruftAnton Khirnov2012-01-271-8/+0
* lavf: remove disabled FF_API_SEEK_PUBLIC cruftAnton Khirnov2012-01-271-25/+0
* lavf: remove disabled FF_API_NEW_STREAM cruftAnton Khirnov2012-01-271-10/+0
* lavf: remove disabled FF_API_PKT_DUMP cruftAnton Khirnov2012-01-271-16/+0
* lavf: remove disabled FF_API_FIND_INFO_TAG cruftAnton Khirnov2012-01-271-9/+0
* lavf: remove disabled FF_API_PARSE_DATE cruftAnton Khirnov2012-01-271-11/+0
* lavf: remove disabled FF_API_DUMP_FORMAT cruftAnton Khirnov2012-01-271-10/+0
* lavf: remove disabled FF_API_FORMAT_PARAMETERS cruftAnton Khirnov2012-01-271-155/+0
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
* lavf: prevent infinite loops while flushing in avformat_find_stream_infoJanne Grunau2012-01-261-8/+14
* libavformat: Add a flag for muxers that support write_packet(NULL) for flushingMartin Storsjö2012-01-251-1/+9
* lavf: force single-threaded decoding in avformat_find_stream_infoJanne Grunau2012-01-201-3/+20
* lavf: free packets for muxers implementing interleave_packet().Anton Khirnov2012-01-181-3/+6
* utils: Check for extradata size overflows.Alex Converse2012-01-121-1/+3
* lavf: cosmetics, reformat av_read_frame().Anton Khirnov2012-01-051-12/+11
* lavf: refactor av_read_frame() to make it easier to understand.Anton Khirnov2012-01-051-25/+33
* lavf: flush decoders in avformat_find_stream_info().Anton Khirnov2012-01-031-19/+19
* threads: default to automatic thread count detectionJanne Grunau2011-12-311-4/+15
* 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
OpenPOWER on IntegriCloud