]> git.sesse.net Git - ffmpeg/history - libavformat/utils.c
dv: use AVStream.index instead of abusing AVStream.id
[ffmpeg] / libavformat / utils.c
2012-10-09 Duncan Salernourl: Handle relative urls starting with two slashes
2012-10-09 Duncan Salernourl: Handle relative urls being just a new query string
2012-10-09 Duncan Salernourl: Don't treat slashes in query parameters as directo...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-01 Luca Barbatoavformat: split muxing functions from util.c
2012-10-01 Diego Biurrunavformat: const correctness for av_hex_dump / av_hex_du...
2012-10-01 Diego Biurrunavformat: Convert some commented-out printf/av_log...
2012-09-24 Anton Khirnovlavf: use a malloced AVFrame in try_decode_frame().
2012-09-21 Anton Khirnovlavf: zero data/size of the packet passed to read_packet().
2012-09-20 Janne Grunaulavf probe: prevent codec probe with no data at all...
2012-09-15 Luca Barbatoavformat: fix typo in avformat_close_input
2012-09-15 Anton Khirnovlavf: flush the output AVIOContext in av_write_trailer().
2012-09-15 Anton Khirnovlavf: cosmetics, reformat av_write_trailer().
2012-09-14 Luca Barbatoavformat: refactor avformat_close_input
2012-09-14 Luca Barbatoavformat: simplify avformat_close_input
2012-08-18 Mans Rullgardlibavformat: add const to AVCodec pointers
2012-08-12 Martin Storsjölavf: Detect discontinuities in timestamps for framerat...
2012-08-12 Martin Storsjölavf: Initialize the stream info timestamps in avformat...
2012-08-11 Anton Khirnovlavf: simplify is_intra_only() by using codec descriptors.
2012-08-10 Mans Rullgarddict: add av_dict_count()
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-08-05 Martin Storsjölavf: Declare an AVRational struct without a struct...
2012-07-29 Anton Khirnovlavf: deprecate r_frame_rate.
2012-07-29 Anton Khirnovlavf: round estimated average fps to a "standard" fps.
2012-07-29 Anton Khirnovlavf: use dts difference instead of AVPacket.duration...
2012-07-29 Luca Barbatoavf: introduce nobuffer option
2012-07-28 Anton Khirnovlavf: remove commented out cruft in avformat_find_strea...
2012-07-28 Anton KhirnovAdd missing libavutil/time.h includes.
2012-06-20 Mans RullgardMove av_gettime() to libavutil
2012-06-16 Anton Khirnovlavf: don't segfault when a NULL filename is passed...
2012-06-05 Alex Converseavformat: Probe codecs at score 0 on buffer exhaustion...
2012-06-05 Alex Converseavformat: Factorize codec probing.
2012-05-20 James Zernavformat: Add a flag to mark muxers that allow (non...
2012-05-19 Mans Rullgardlavf: make output format matching case insensitive
2012-05-15 Mans Rullgardlavf: add mdec to is_intra_only() list
2012-05-03 Justin Rugglescosmetics: indentation
2012-05-03 Justin Rugglesavformat: only fill-in interpolated timestamps if durat...
2012-05-03 Justin Rugglesavformat: remove a workaround for broken timestamps
2012-04-25 Luca Barbatoavf: fix faulty check in has_duration
2012-04-13 Luca Barbatoavf: has_duration does not check the global one
2012-04-06 Joakim Platelibavformat: Only require first packet to be known...
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2012-03-27 Jindrich Makovickamake av_interleaved_write_frame() flush packets when...
2012-03-20 Anton Khirnovlavf: make av_interleave_packet_per_dts() private.
2012-03-20 Anton Khirnovlavf: deprecate av_read_packet().
2012-03-20 Anton Khirnovlavf: use AVStream.discard to disable queueing attached...
2012-03-20 Anton Khirnovlavf: requeue attached pictures after seeking.
2012-03-19 Martin Storsjölibavformat: Use AVFormatContext.probesize in init_input
2012-03-17 Anton Khirnovlavf: remove some disabled code.
2012-03-17 Anton Khirnovlavf: only set average frame rate for video.
2012-03-17 Anton Khirnovlavf: remove a pointless check.
2012-03-15 Anton Khirnovlavf: don't select an attached picture as default strea...
2012-03-05 Justin Rugglescosmetics: reindent
2012-03-05 Justin Rugglesavformat: do not require a pixel/sample format if there...
2012-03-05 Justin Rugglesavformat: do not fill-in audio packet duration in compu...
2012-03-05 Justin Ruggleslavf: Use av_get_audio_frame_duration() in get_audio_fr...
2012-03-05 Justin Rugglesavformat: do not require frame_size in avformat_find_st...
2012-03-05 Justin Rugglesavformat: do not require frame_size in avformat_find_st...
2012-03-05 Justin Rugglesavformat: do not require frame_size in avformat_find_st...
2012-03-05 Anton Khirnovlavf: deobfuscate read_frame_internal().
2012-03-05 Anton Khirnovlavf: make read_from_packet_buffer() more flexible.
2012-03-05 Anton Khirnovlavf: factorize freeing a packet buffer.
2012-03-03 Justin Rugglesavcodec: add a Vorbis parser to get packet duration
2012-02-29 Anton Khirnovid3v2: remove unused ff_id3v2_read().
2012-02-29 Anton Khirnovlavf: export id3v2 attached pictures as streams.
2012-02-29 Anton Khirnovlavf: generic code for exporting attached pictures.
2012-02-26 Anton Khirnovlavf: don't guess r_frame_rate from either stream or...
2012-02-26 Anton Khirnovlavf: don't set codec timebase in avformat_find_stream_...
2012-02-24 Anton Khirnovlavf: move the packet keyframe setting code.
2012-02-22 Anton Khirnovlavf: don't set AVCodecContext.has_b_frames in compute_...
2012-02-20 Justin Rugglesavcodec: add duration field to AVCodecParserContext
2012-02-12 Andrey Utkinlavf: fix aspect ratio mismatch message.
2012-01-31 Anton Khirnovlavf: add functions for accessing the fourcc<->CodecID...
2012-01-31 Anton Khirnovlavc: set AVCodecContext.codec in avcodec_get_context_d...
2012-01-31 Anton Khirnovlavc: add avcodec_is_open().
2012-01-30 Rafaël Carréavformat_write_header(): detail error message
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_SET_PTS_INFO cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_SEEK_PUBLIC cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_NEW_STREAM cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_PKT_DUMP cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_FIND_INFO_TAG cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_PARSE_DATE cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_DUMP_FORMAT cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_FORMAT_PARAMETERS cruft
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2012-01-25 Janne Grunaulavf: prevent infinite loops while flushing in avformat...
2012-01-25 Martin Storsjölibavformat: Add a flag for muxers that support write_p...
2012-01-20 Janne Grunaulavf: force single-threaded decoding in avformat_find_s...
2012-01-18 Anton Khirnovlavf: free packets for muxers implementing interleave_p...
2012-01-12 Alex Converseutils: Check for extradata size overflows.
2012-01-05 Anton Khirnovlavf: cosmetics, reformat av_read_frame().
2012-01-05 Anton Khirnovlavf: refactor av_read_frame() to make it easier to...
2012-01-03 Anton Khirnovlavf: flush decoders in avformat_find_stream_info().
2011-12-31 Janne Grunauthreads: default to automatic thread count detection
2011-12-21 Martin Storsjölibavformat: Add a utility function for adding paramete...
2011-12-18 Anton Khirnovlavf: force threads to 1 in avformat_find_stream_info()
2011-12-13 Luca Barbatolavf: dealloc private options in av_write_trailer
2011-12-12 Anton Khirnovlavf: add avformat_close_input().
2011-12-12 Anton Khirnovlavf: deprecate av_close_input_stream().
2011-12-10 Diego BiurrunFix a bunch of common typos.
next