]> git.sesse.net Git - ffmpeg/history - libavformat/utils.c
avpacket: Replace av_free_packet with av_packet_unref
[ffmpeg] / libavformat / utils.c
2015-10-26 Luca Barbatoavpacket: Replace av_free_packet with av_packet_unref
2015-10-26 Luca Barbatoavformat: Always return ref-counted AVPacket
2015-09-29 wm4lavc: Make AVPacket.duration int64, and deprecate conve...
2015-08-28 Vittorio Giovaralavc: Drop deprecated destruct_packet related functions
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-04-20 Vittorio Giovaralavf: Fix variables constness in ff_iso8601_to_unix_time()
2015-04-19 Vittorio GiovaraReplace av_dlog with normal av_log at trace level
2015-04-07 Luca Barbatoparseutils: Make av_small_strptime public
2015-02-10 wm4lavf: move internal fields from public to internal...
2015-01-27 Anton Khirnovlavf: add a convenience function for adding side data...
2015-01-04 Martin Storsjölibavformat: Check for malloc failures in avformat_new_...
2014-10-17 Luca Barbatoavformat: Make avformat_free_context handle NULL
2014-10-15 Anton Khirnovlavf: switch to AVCodecContext.framerate for demuxing
2014-10-11 Michael Niedermayerlavf: Don't drop both pts and dts if timestamps are...
2014-09-29 Justin Ruggleslavf: fix memleaks in avformat_find_stream_info()
2014-08-25 Anton Khirnovlavf: add AVFormatContext.max_ts_probe
2014-08-13 Anton Khirnovlavf: eliminate ff_get_audio_frame_size()
2014-08-13 Andrew StoneSet protocol-level metadata in AVFormatContext any...
2014-07-29 Luca Barbatoavformat: Move av_probe_input* to format.c
2014-07-26 Diego Biurrunavformat: Mark AVOutputFormat argument in avformat_quer...
2014-07-08 Roman Savchenkoavformat_new_stream: make the AVCodec parameter const
2014-06-22 Diego BiurrunReplace av_malloc() and memset(0) by av_mallocz()
2014-06-18 Anton Khirnovlavf: switch to AVStream.time_base as the hint for...
2014-06-14 Vittorio Giovaralavf: group dump functions together
2014-05-19 Janne Grunaulavf: add av_stream_get_side_data
2014-05-03 Luca Barbatoprobe: Support AAC_LATM in set_codec_from_probe_data
2014-04-28 Anton Khirnovlavc: eliminate tb_unreliable()
2014-04-22 Anton Khirnovlavf: do not use the parser duration for video
2014-03-24 Anton Khirnovlavf: add an AVStream field for exporting stream-global...
2014-03-11 Luca Barbatoavformat: Report the duration analysis reached
2014-02-04 Anton Khirnovlavf: ignore attachment streams for interleaving purposes
2014-01-31 Janne Grunaulavf: include 60 fps in guessed standard frame rates
2014-01-29 Diego Biurrunavformat: utils: Refactor duplicated PRINT macro
2014-01-26 Diego Biurrunavformat: utils: K&R formatting cosmetics
2014-01-13 Anton Khirnovlavf: make av_probe_input_buffer more robust
2014-01-13 Anton Khirnovlavf: use a fixed width type
2014-01-13 Anton Khirnovlavf: simplify handling of offset in av_probe_input_buu...
2014-01-06 Anton Khirnovlavf: remove a pointless check
2013-12-11 Anton Khirnovlavf: remove an unneeded call to avcodec_get_frame_defa...
2013-12-11 Anton KhirnovReplace all uses of avcodec_free_frame with av_frame_fr...
2013-11-23 Diego BiurrunAdd missing #includes for *INT64_MAX and *INT64_C
2013-11-16 Anton KhirnovReplace all instances of avcodec_alloc_frame() with...
2013-11-14 Reimar Döffingerlavf: improve support for AVC-Intra files.
2013-11-01 Anton Khirnovlavf: do not use int to store an int64
2013-10-28 Anton Khirnovlavf: remove unreliable timestamp guessing heuristic
2013-09-22 Martin Storsjölavf: Avoid setting avg_frame_rate if delta_dts is...
2013-09-18 Alexandra Khirnovaavformat: Use av_reallocp() where suitable
2013-09-16 Alexandra Khirnovalavf: Make probe_codec return an error code
2013-09-10 Alexandra Khirnovaavformat: Use av_reallocp_array() where suitable
2013-09-07 Anton Khirnovlavf: fix the comparison in an overflow check
2013-09-02 Anton Khirnovlavf: avoid integer overflow when estimating bitrate
2013-09-02 Anton Khirnovlavf: move a variable declaration to the block where...
2013-08-02 Diego BiurrunDisable deprecation warnings for cases where a replacem...
2013-07-29 Michael Niedermayerlavf: Don't interpret just slightly broken timestamps...
2013-07-15 Martin Storsjölavf: Make sure avg_frame_rate can be calculated withou...
2013-06-16 Luca Barbatoavf: move url utility functions in a separate file
2013-06-16 Luca Barbatoavf: move ff_write_chained to mux.c
2013-06-16 Luca Barbatoavf: move riff tags accessors where they belong
2013-06-16 Luca Barbatoavf: move ff_http_match_no_proxy to network
2013-06-16 Luca Barbatoavf: split off format register and lookup function
2013-05-28 Anton Khirnovlavf: preserve side data when parsing packets.
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-05-04 Diego Biurrunavformat: Add AVPROBE_SCORE_EXTENSION define and use...
2013-05-03 Diego Biurrunsilly typo fixes
2013-04-04 Anton Khirnovlavf: make sure stream probe data gets freed.
2013-03-15 Anton Khirnovlavf: sanity check size in av_get/append_packet().
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_R_FRAME_RATE cruft
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_AV_GETTIME cruft
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_READ_PACKET cruft
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_CLOSE_INPUT_FILE cruft
2013-03-08 Anton Khirnovavpacket: use AVBuffer to allow refcounting the packets.
2013-03-07 Reimar DöffingerUse the avstring.h locale-independent character type...
2013-02-27 Martin Storsjölavf: Handle the environment variable no_proxy more...
2012-12-08 Mans Rullgardlavf: fix arithmetic overflows in avformat_seek_file()
2012-12-04 Anton KhirnovRemove pointless #undefs of previously forbidden functions.
2012-11-28 Justin Ruggleslavf: add a common function for selecting a pcm codec...
2012-11-26 Janne Grunaulavf: avoid integer overflow in ff_compute_frame_duration()
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...
next