summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
Commit message (Expand)AuthorAge
* movenc: Use packets in interleaving queues for the duration at the end of fra...Martin Storsjö2016-05-18
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavf: allow custom IO for all filesAnton Khirnov2016-01-24
* avformat: expose av_stream_new_side_data helperJohn Stebbins2015-11-18
* lavf: deprecate compute_pkt_fields2Anton Khirnov2015-11-09
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* lavf: move internal fields from public to internal contextwm42015-02-10
* lavf: add a convenience function for adding side data to a streamAnton Khirnov2015-01-27
* Revert "lavf: Don't try to update files atomically with renames on windows"Martin Storsjö2014-11-27
* lavf: Use wchar functions for filenames on windows for mkdir/rmdir/rename/unlinkMartin Storsjö2014-11-24
* lavf: Don't try to update files atomically with renames on windowsMartin Storsjö2014-11-24
* lavf: replace rename() with ff_rename()Luca Barbato2014-10-24
* lavf: switch to AVCodecContext.framerate for demuxingAnton Khirnov2014-10-15
* lavf: eliminate ff_get_audio_frame_size()Anton Khirnov2014-08-13
* avpacket: Check for and return errors in ff_interleave_add_packet()Nidhi Makhijani2014-07-17
* lavf: ignore attachment streams for interleaving purposesAnton Khirnov2014-02-04
* lavf: improve support for AVC-Intra files.Reimar Döffinger2013-11-14
* avf: move url utility functions in a separate fileLuca Barbato2013-06-16
* avf: move ff_http_match_no_proxy to networkLuca Barbato2013-06-16
* lavf: Handle the environment variable no_proxy more properlyMartin Storsjö2013-02-27
* doxy: Clarify what avpriv_set_pts_info doesDerek Buitenhuis2012-12-17
* lavf: add a common function for selecting a pcm codec from parametersJustin Ruggles2012-11-28
* lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles2012-11-28
* rtp: set the payload type as stream idLuca Barbato2012-11-14
* avformat: split muxing functions from util.cLuca Barbato2012-10-01
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* lavf: make av_interleave_packet_per_dts() private.Anton Khirnov2012-03-20
* lavf: deprecate av_read_packet().Anton Khirnov2012-03-20
* lavf: move CodecMime from matroska.h to internal.hAnton Khirnov2012-02-29
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-15
* frame{crc/md5}: set the stream timebase from codec timebase.Anton Khirnov2012-02-03
* libavformat: Add a utility function for adding parameter change side dataMartin Storsjö2011-12-21
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavf: make some seeking functions privateAnton Khirnov2011-10-28
* lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov2011-10-20
* lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov2011-07-13
* doxygen: Escape '\' in Doxygen documentation.Diego Biurrun2011-07-03
* Use av_printf_format to check the usage of printf style functionsMartin Storsjö2011-06-23
* sdp: Allow passing an AVFormatContext to the SDP generationMartin Storsjö2011-06-10
* mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro.Diego Biurrun2011-06-03
* lavf: remove FF_API_URL_SPLIT cruftAnton Khirnov2011-04-19
* lavf: make av_guess_image2_codec internalAnton Khirnov2011-04-08
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: Make make_absolute_url a lavf internal functionMartin Storsjö2011-03-17
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-16
* lavf: rename ff_probe_input_buffer to make it publicAnssi Hannula2011-02-08
* lavf: simplify pb parameter of ff_probe_input_bufferAnssi Hannula2011-02-08
* lavf: update ff_probe_input_buffer documentationAnssi Hannula2011-02-08