summaryrefslogtreecommitdiffstats
path: root/libavformat/internal.h
Commit message (Expand)AuthorAgeFilesLines
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-0/+16
* lavf: allow custom IO for all filesAnton Khirnov2016-01-241-0/+6
* avformat: expose av_stream_new_side_data helperJohn Stebbins2015-11-181-7/+0
* lavf: deprecate compute_pkt_fields2Anton Khirnov2015-11-091-0/+12
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-1/+1
* lavf: move internal fields from public to internal contextwm42015-02-101-0/+41
* lavf: add a convenience function for adding side data to a streamAnton Khirnov2015-01-271-0/+7
* Revert "lavf: Don't try to update files atomically with renames on windows"Martin Storsjö2014-11-271-6/+0
* lavf: Use wchar functions for filenames on windows for mkdir/rmdir/rename/unlinkMartin Storsjö2014-11-241-0/+1
* lavf: Don't try to update files atomically with renames on windowsMartin Storsjö2014-11-241-0/+6
* lavf: replace rename() with ff_rename()Luca Barbato2014-10-241-0/+14
* lavf: switch to AVCodecContext.framerate for demuxingAnton Khirnov2014-10-151-1/+1
* lavf: eliminate ff_get_audio_frame_size()Anton Khirnov2014-08-131-2/+0
* avpacket: Check for and return errors in ff_interleave_add_packet()Nidhi Makhijani2014-07-171-2/+2
* lavf: ignore attachment streams for interleaving purposesAnton Khirnov2014-02-041-0/+8
* lavf: improve support for AVC-Intra files.Reimar Döffinger2013-11-141-0/+6
* avf: move url utility functions in a separate fileLuca Barbato2013-06-161-36/+0
* avf: move ff_http_match_no_proxy to networkLuca Barbato2013-06-161-2/+0
* lavf: Handle the environment variable no_proxy more properlyMartin Storsjö2013-02-271-0/+2
* doxy: Clarify what avpriv_set_pts_info doesDerek Buitenhuis2012-12-171-5/+7
* lavf: add a common function for selecting a pcm codec from parametersJustin Ruggles2012-11-281-0/+15
* lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles2012-11-281-0/+3
* rtp: set the payload type as stream idLuca Barbato2012-11-141-2/+3
* 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
OpenPOWER on IntegriCloud