]> git.sesse.net Git - ffmpeg/history - libavformat/utils.c
cosmetics: indentation
[ffmpeg] / libavformat / utils.c
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.
2011-12-07 Diego Biurrunavformat/utils: Drop unused goto label.
2011-12-04 Justin Rugglesavformat: use avcodec_decode_audio4() in avformat_find_...
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-30 Anton Khirnovlavf: estimate frame duration from r_frame_rate.
2011-11-22 Janne Grunaupthread: do not touch has_b_frames
2011-11-16 Martin Storsjöavformat: Accept the ISO8601 separate format as input...
2011-11-16 Martin Storsjöavformat: Interpret times in ff_iso8601_to_unix_time...
2011-11-15 Mans Rullgardlavf: fix multiplication overflow in avformat_find_stre...
2011-11-13 Anton Khirnovlavf: pass options from AVFormatContext to avio.
2011-11-13 Martin Storsjöavformat: Use avio_open2, pass the AVFormatContext...
2011-11-13 Martin Storsjöavformat: Use ff_check_interrupt
2011-11-09 Andrey Utkinlavf: don't leak corrupted packets
2011-11-07 Martin Storsjöavformat: Avoid a warning about mixed declarations...
2011-11-07 Martin Storsjöavformat: Warn about using network functions without...
2011-11-06 Anton Khirnovlavf: don't return from void av_update_cur_dts()
2011-11-06 Reimar DöffingerReplace all usage of strcasecmp/strncasecmp
2011-11-05 Martin Storsjöavformat: Add functions for doing global network initia...
2011-10-29 Ronald S. Bultjelavf: use number of output pictures for delay checks.
2011-10-28 Alex Converseprobe: Restore identification of files with very large...
2011-10-28 Alex Converseprobe: Remove id3 tag presence as a criteria to do...
2011-10-28 Anton Khirnovlavf: make some seeking functions private
2011-10-25 Anton Khirnovlavf: simplify by using FFMAX/FFMIN.
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_toupper4.
2011-10-20 Anton Khirnovlavf: use avpriv_ prefix for ff_new_chapter().
2011-10-20 Justin Rugglesavformat: do not require frame_size for Speex.
2011-10-19 Anton Khirnovlavf: add avformat_new_stream as a replacement for...
2011-10-17 Anton Khirnovlavf: deprecate AVFormatContext.file_size
2011-10-13 Justin Rugglesavformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.
2011-10-13 Justin Rugglesavformat: don't unconditionally call ff_read_frame_flus...
2011-10-08 Mans Rullgardlavf: fix signed overflow in avformat_find_stream_info()
2011-09-30 Martin Storsjölavf: Avoid using av_malloc(0) in av_dump_format
2011-09-26 Nicolas Georgeoggdec: add support for Xiph's CELT codec
2011-09-25 Mans Rullgardlavf: do not set codec_tag for rawvideo
2011-09-22 Diego Biurrunprores: mark prores as intra-only in libavformat/utils...
2011-09-19 David Goldwichlavf: Fix context pointer in av_open_input_stream when...
next