summaryrefslogtreecommitdiffstats
path: root/libavformat/internal.h
Commit message (Expand)AuthorAgeFilesLines
* avformat: split muxing functions from util.cLuca Barbato2012-10-011-0/+9
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-3/+3
* lavf: make av_interleave_packet_per_dts() private.Anton Khirnov2012-03-201-0/+18
* lavf: deprecate av_read_packet().Anton Khirnov2012-03-201-0/+9
* lavf: move CodecMime from matroska.h to internal.hAnton Khirnov2012-02-291-0/+5
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-151-1/+1
* frame{crc/md5}: set the stream timebase from codec timebase.Anton Khirnov2012-02-031-0/+6
* libavformat: Add a utility function for adding parameter change side dataMartin Storsjö2011-12-211-0/+8
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-0/+13
* lavf: make some seeking functions privateAnton Khirnov2011-10-281-0/+33
* lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov2011-10-201-2/+2
* lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov2011-07-131-0/+5
* doxygen: Escape '\' in Doxygen documentation.Diego Biurrun2011-07-031-2/+2
* Use av_printf_format to check the usage of printf style functionsMartin Storsjö2011-06-231-1/+1
* sdp: Allow passing an AVFormatContext to the SDP generationMartin Storsjö2011-06-101-1/+3
* mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro.Diego Biurrun2011-06-031-0/+6
* lavf: remove FF_API_URL_SPLIT cruftAnton Khirnov2011-04-191-12/+0
* lavf: make av_guess_image2_codec internalAnton Khirnov2011-04-081-0/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* lavf: Make make_absolute_url a lavf internal functionMartin Storsjö2011-03-171-0/+11
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-4/+4
* Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-161-3/+0
* lavf: rename ff_probe_input_buffer to make it publicAnssi Hannula2011-02-081-19/+0
* lavf: simplify pb parameter of ff_probe_input_bufferAnssi Hannula2011-02-081-1/+1
* lavf: update ff_probe_input_buffer documentationAnssi Hannula2011-02-081-1/+1
* lavf: move internal functions from avformat.h to internal.hAnton Khirnov2011-02-061-0/+21
* add ff_index_search_timestamp and ff_add_index_entryPeter Ross2011-02-031-0/+14
* add ff_find_stream_indexPeter Ross2010-12-261-0/+6
* add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() functionAurelien Jacobs2010-10-151-1/+1
* Properly handle IPv6 addresses in the SDP generationMartin Storsjö2010-08-251-1/+3
* Move the definition of the maximum url size for static buffers to internal.hMartin Storsjö2010-08-191-0/+2
* Make parse_key_value from httpauth a common lavf internal functionMartin Storsjö2010-08-191-0/+24
* Make hex_to_data a lavf internal functionMartin Storsjö2010-08-091-0/+10
* document ff_get_line()Aurelien Jacobs2010-07-211-0/+11
* improve ff_get_line to return line lengthAurelien Jacobs2010-07-211-1/+1
* move ff_get_line to aviobuf.cAurelien Jacobs2010-07-211-0/+2
* Move SPACE_CHARS back to libavformat/internal.hMartin Storsjö2010-07-161-0/+2
* move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.cMichael Chinen2010-07-091-0/+10
* Fix grammar errors in documentationMåns Rullgård2010-06-301-4/+4
* rtpdec: Move space_chars from avformat/internal to rtpdecJosh Allmann2010-06-281-2/+0
* Make ff_url_split() publicMåns Rullgård2010-06-271-22/+5
* RTSP: Remove skip_spaces in favor of strspnJosh Allmann2010-06-251-0/+2
* ff_url_join: Don't add any at-char if the auth is an empty stringMartin Storsjö2010-06-191-1/+2
* Move AVCodecTag from riff.h into internal.h.Francesco Lavra2010-05-221-0/+5
* Add a libavformat internal function ff_write_chainedMartin Storsjö2010-05-211-0/+14
* Make ff_sdp_write_media a lavf-internal functionMartin Storsjö2010-05-181-0/+17
* Move the internal function declarations in avformat.h to internal.h.Stefano Sabatini2010-04-111-0/+22
* Add a lowercase parameter to ff_data_to_hexMartin Storsjö2010-03-251-1/+1
* rename av_read_frame_flush to ff_read_frame_flushAurelien Jacobs2010-03-151-1/+1
* rename av_program_add_stream_index to ff_program_add_stream_indexAurelien Jacobs2010-03-151-1/+1
OpenPOWER on IntegriCloud