OSDN Git Service

ffv1: Fixed size given to init_get_bits() in decoder.
[coroid/libav_saccubus.git] / libavformat / internal.h
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...