summaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* url: Handle relative urls starting with two slashesDuncan Salerno2012-10-091-4/+10
* url: Handle relative urls being just a new query stringDuncan Salerno2012-10-091-0/+6
* url: Don't treat slashes in query parameters as directory separatorsDuncan Salerno2012-10-091-1/+7
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* avformat: split muxing functions from util.cLuca Barbato2012-10-011-517/+6
* avformat: const correctness for av_hex_dump / av_hex_dump_logDiego Biurrun2012-10-011-3/+4
* avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-3/+9
* lavf: use a malloced AVFrame in try_decode_frame().Anton Khirnov2012-09-241-8/+17
* lavf: zero data/size of the packet passed to read_packet().Anton Khirnov2012-09-211-0/+2
* lavf probe: prevent codec probe with no data at all seenJanne Grunau2012-09-201-0/+5
* avformat: fix typo in avformat_close_inputLuca Barbato2012-09-151-1/+1
* lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-151-0/+4
* lavf: cosmetics, reformat av_write_trailer().Anton Khirnov2012-09-151-8/+8
* avformat: refactor avformat_close_inputLuca Barbato2012-09-141-4/+13
* avformat: simplify avformat_close_inputLuca Barbato2012-09-141-2/+2
* libavformat: add const to AVCodec pointersMans Rullgard2012-08-181-2/+2
* lavf: Detect discontinuities in timestamps for framerate/analyzeduration calc...Martin Storsjö2012-08-121-0/+13
* lavf: Initialize the stream info timestamps in avformat_new_streamMartin Storsjö2012-08-121-0/+6
* lavf: simplify is_intra_only() by using codec descriptors.Anton Khirnov2012-08-111-25/+9
* dict: add av_dict_count()Mans Rullgard2012-08-101-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-54/+54
* lavf: Declare an AVRational struct without a struct literalMartin Storsjö2012-08-061-1/+1
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-291-5/+13
* lavf: round estimated average fps to a "standard" fps.Anton Khirnov2012-07-291-0/+18
* lavf: use dts difference instead of AVPacket.duration in find_stream_info()Anton Khirnov2012-07-291-6/+32
* avf: introduce nobuffer optionLuca Barbato2012-07-291-3/+8
* lavf: remove commented out cruft in avformat_find_stream_info()Anton Khirnov2012-07-281-7/+1
* Add missing libavutil/time.h includes.Anton Khirnov2012-07-281-0/+1
* Move av_gettime() to libavutilMans Rullgard2012-06-201-6/+4
* lavf: don't segfault when a NULL filename is passed to avformat_open_input()Anton Khirnov2012-06-161-1/+1
* avformat: Probe codecs at score 0 on buffer exhaustion conditions.Alex Converse2012-06-051-12/+24
* avformat: Factorize codec probing.Alex Converse2012-06-051-20/+25
* avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern2012-05-201-1/+3
* lavf: make output format matching case insensitiveMans Rullgard2012-05-191-1/+1
* lavf: add mdec to is_intra_only() listMans Rullgard2012-05-151-0/+1
* cosmetics: indentationJustin Ruggles2012-05-031-9/+10
* avformat: only fill-in interpolated timestamps if duration is non-zeroJustin Ruggles2012-05-031-0/+3
* avformat: remove a workaround for broken timestampsJustin Ruggles2012-05-031-9/+0
* avf: fix faulty check in has_durationLuca Barbato2012-04-251-1/+1
* avf: has_duration does not check the global oneLuca Barbato2012-04-131-0/+2
* libavformat: Only require first packet to be known for audio/video streamsJoakim Plate2012-04-061-1/+3
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-2/+1
* make av_interleaved_write_frame() flush packets when pkt is NULLJindrich Makovicka2012-03-271-12/+18
* lavf: make av_interleave_packet_per_dts() private.Anton Khirnov2012-03-201-2/+12
* lavf: deprecate av_read_packet().Anton Khirnov2012-03-201-4/+12
* lavf: use AVStream.discard to disable queueing attached pictures.Anton Khirnov2012-03-201-1/+2
* lavf: requeue attached pictures after seeking.Anton Khirnov2012-03-201-10/+31
* libavformat: Use AVFormatContext.probesize in init_inputMartin Storsjö2012-03-191-2/+2
* lavf: remove some disabled code.Anton Khirnov2012-03-171-36/+0
* lavf: only set average frame rate for video.Anton Khirnov2012-03-171-4/+4
OpenPOWER on IntegriCloud