]> git.sesse.net Git - ffmpeg/history - libavformat/internal.h
avpacket: Replace av_free_packet with av_packet_unref
[ffmpeg] / libavformat / internal.h
2015-10-26 Luca Barbatoavpacket: Replace av_free_packet with av_packet_unref
2015-02-10 wm4lavf: move internal fields from public to internal...
2015-01-27 Anton Khirnovlavf: add a convenience function for adding side data...
2014-11-27 Martin StorsjöRevert "lavf: Don't try to update files atomically...
2014-11-24 Martin Storsjölavf: Use wchar functions for filenames on windows...
2014-11-24 Martin Storsjölavf: Don't try to update files atomically with renames...
2014-10-24 Luca Barbatolavf: replace rename() with ff_rename()
2014-10-15 Anton Khirnovlavf: switch to AVCodecContext.framerate for demuxing
2014-08-13 Anton Khirnovlavf: eliminate ff_get_audio_frame_size()
2014-07-17 Nidhi Makhijaniavpacket: Check for and return errors in ff_interleave_...
2014-02-04 Anton Khirnovlavf: ignore attachment streams for interleaving purposes
2013-11-14 Reimar Döffingerlavf: improve support for AVC-Intra files.
2013-06-16 Luca Barbatoavf: move url utility functions in a separate file
2013-06-16 Luca Barbatoavf: move ff_http_match_no_proxy to network
2013-02-27 Martin Storsjölavf: Handle the environment variable no_proxy more...
2012-12-17 Derek Buitenhuisdoxy: Clarify what avpriv_set_pts_info does
2012-11-28 Justin Ruggleslavf: add a common function for selecting a pcm codec...
2012-11-28 Justin Ruggleslavf: move ff_codec_get_tag() and ff_codec_get_id(...
2012-11-14 Luca Barbatortp: set the payload type as stream id
2012-10-01 Luca Barbatoavformat: split muxing functions from util.c
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-03-20 Anton Khirnovlavf: make av_interleave_packet_per_dts() private.
2012-03-20 Anton Khirnovlavf: deprecate av_read_packet().
2012-02-29 Anton Khirnovlavf: move CodecMime from matroska.h to internal.h
2012-02-15 Martin Storsjölibavformat: Add an ff_ prefix to some lavf internal...
2012-02-03 Anton Khirnovframe{crc/md5}: set the stream timebase from codec...
2011-12-21 Martin Storsjölibavformat: Add a utility function for adding paramete...
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-10-28 Anton Khirnovlavf: make some seeking functions private
2011-10-20 Anton Khirnovlavf: use avpriv_ prefix for ff_new_chapter().
2011-07-13 Anton Khirnovlavf: factor out conversion of ISO8601 string to unix...
2011-07-03 Diego Biurrundoxygen: Escape '\' in Doxygen documentation.
2011-06-23 Martin StorsjöUse av_printf_format to check the usage of printf style...
2011-06-10 Martin Storsjösdp: Allow passing an AVFormatContext to the SDP generation
2011-06-03 Diego Biurrunmpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combina...
2011-04-19 Anton Khirnovlavf: remove FF_API_URL_SPLIT cruft
2011-04-08 Anton Khirnovlavf: make av_guess_image2_codec internal
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Martin Storsjölavf: Make make_absolute_url a lavf internal function
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-16 Stefano SabatiniDeprecate parse_date() in favor of av_parse_time().
2011-02-08 Anssi Hannulalavf: rename ff_probe_input_buffer to make it public
2011-02-08 Anssi Hannulalavf: simplify pb parameter of ff_probe_input_buffer
2011-02-08 Anssi Hannulalavf: update ff_probe_input_buffer documentation
2011-02-06 Anton Khirnovlavf: move internal functions from avformat.h to internal.h
2011-02-04 Peter Rossadd ff_index_search_timestamp and ff_add_index_entry
2010-12-26 Peter Rossadd ff_find_stream_index
2010-10-15 Aurelien Jacobsadd FF_API_URL_SPLIT define to disable the deprecated...
2010-08-25 Martin StorsjöProperly handle IPv6 addresses in the SDP generation
2010-08-19 Martin StorsjöMove the definition of the maximum url size for static...
2010-08-19 Martin StorsjöMake parse_key_value from httpauth a common lavf intern...
2010-08-09 Martin StorsjöMake hex_to_data a lavf internal function
2010-07-21 Aurelien Jacobsdocument ff_get_line()
2010-07-21 Aurelien Jacobsimprove ff_get_line to return line length
2010-07-21 Aurelien Jacobsmove ff_get_line to aviobuf.c
2010-07-16 Martin StorsjöMove SPACE_CHARS back to libavformat/internal.h
2010-07-09 Michael Chinenmove ff_get_v_length and ff_put_v from nutenc.c to...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-28 Josh Allmannrtpdec: Move space_chars from avformat/internal to...
2010-06-27 Måns RullgårdMake ff_url_split() public
2010-06-25 Josh AllmannRTSP: Remove skip_spaces in favor of strspn
2010-06-19 Martin Storsjöff_url_join: Don't add any at-char if the auth is an...
2010-05-22 Francesco LavraMove AVCodecTag from riff.h into internal.h.
2010-05-21 Martin StorsjöAdd a libavformat internal function ff_write_chained
2010-05-18 Martin StorsjöMake ff_sdp_write_media a lavf-internal function
2010-04-11 Stefano SabatiniMove the internal function declarations in avformat...
2010-03-25 Martin StorsjöAdd a lowercase parameter to ff_data_to_hex
2010-03-15 Aurelien Jacobsrename av_read_frame_flush to ff_read_frame_flush
2010-03-15 Aurelien Jacobsrename av_program_add_stream_index to ff_program_add_st...
2010-03-15 Martin StorsjöMove the NTP offset definitions to internal.h
2010-03-14 Aurelien Jacobsmove ff_url_split() and ff_url_join() declarations...
2010-03-14 Micah F. GaliziaMove the probe loop from av_open_input_file() into...
2010-03-10 Martin StorsjöMake the ntp_time function available to other parts...
2010-03-08 Måns RullgårdRevert "Move the probe loop from av_open_input_file...
2010-03-07 Micah F. GaliziaMove the probe loop from av_open_input_file() into...
2010-03-06 Måns RullgårdMove av_read_frame_flush() prototype to lavf/internal.h
2009-02-10 Aurelien Jacobsremove now useless av_set_program_name() function
2009-02-09 Baptiste Coudurierremove no more needed comment, declaration is in intern...
2009-02-08 Baptiste CoudurierMove declaration of ff_interleave_add_packet to internal.h.
2008-12-03 Diego BiurrunMove declaration of av_set_program_name and av_program_...
2008-10-04 Diego BiurrunFix 'make checkheaders', based on a patch by Diego...
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-27 Ronald S. BultjeExport data_to_hex() as private API in lavf, rename...