summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* lavf: add functions for accessing the fourcc<->CodecID mapping tables.Anton Khirnov2012-01-31
* lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov2012-01-31
* lavc: add avcodec_is_open().Anton Khirnov2012-01-31
* avformat_write_header(): detail error messageRafaël Carré2012-01-30
* lavf: remove disabled FF_API_SET_PTS_INFO cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_SEEK_PUBLIC cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_NEW_STREAM cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_PKT_DUMP cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_FIND_INFO_TAG cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_PARSE_DATE cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_DUMP_FORMAT cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_FORMAT_PARAMETERS cruftAnton Khirnov2012-01-27
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavf: prevent infinite loops while flushing in avformat_find_stream_infoJanne Grunau2012-01-26
* libavformat: Add a flag for muxers that support write_packet(NULL) for flushingMartin Storsjö2012-01-25
* lavf: force single-threaded decoding in avformat_find_stream_infoJanne Grunau2012-01-20
* lavf: free packets for muxers implementing interleave_packet().Anton Khirnov2012-01-18
* utils: Check for extradata size overflows.Alex Converse2012-01-12
* lavf: cosmetics, reformat av_read_frame().Anton Khirnov2012-01-05
* lavf: refactor av_read_frame() to make it easier to understand.Anton Khirnov2012-01-05
* lavf: flush decoders in avformat_find_stream_info().Anton Khirnov2012-01-03
* threads: default to automatic thread count detectionJanne Grunau2011-12-31
* libavformat: Add a utility function for adding parameter change side dataMartin Storsjö2011-12-21
* lavf: force threads to 1 in avformat_find_stream_info()Anton Khirnov2011-12-18
* lavf: dealloc private options in av_write_trailerLuca Barbato2011-12-13
* lavf: add avformat_close_input().Anton Khirnov2011-12-12
* lavf: deprecate av_close_input_stream().Anton Khirnov2011-12-12
* 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