index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
movenc: Apply offsets on timestamps when peeking into interleaving queues
Martin Storsjö
2016-06-28
1
-5
/
+6
*
movenc: Use packets in interleaving queues for the duration at the end of fra...
Martin Storsjö
2016-05-18
1
-0
/
+10
*
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-04
1
-1
/
+1
*
lavf: replace AVStream.codec with AVStream.codecpar
Anton Khirnov
2016-02-23
1
-0
/
+16
*
lavf: allow custom IO for all files
Anton Khirnov
2016-01-24
1
-0
/
+6
*
avformat: expose av_stream_new_side_data helper
John Stebbins
2015-11-18
1
-7
/
+0
*
lavf: deprecate compute_pkt_fields2
Anton Khirnov
2015-11-09
1
-0
/
+12
*
avpacket: Replace av_free_packet with av_packet_unref
Luca Barbato
2015-10-26
1
-1
/
+1
*
lavf: move internal fields from public to internal context
wm4
2015-02-10
1
-0
/
+41
*
lavf: add a convenience function for adding side data to a stream
Anton Khirnov
2015-01-27
1
-0
/
+7
*
Revert "lavf: Don't try to update files atomically with renames on windows"
Martin Storsjö
2014-11-27
1
-6
/
+0
*
lavf: Use wchar functions for filenames on windows for mkdir/rmdir/rename/unlink
Martin Storsjö
2014-11-24
1
-0
/
+1
*
lavf: Don't try to update files atomically with renames on windows
Martin Storsjö
2014-11-24
1
-0
/
+6
*
lavf: replace rename() with ff_rename()
Luca Barbato
2014-10-24
1
-0
/
+14
*
lavf: switch to AVCodecContext.framerate for demuxing
Anton Khirnov
2014-10-15
1
-1
/
+1
*
lavf: eliminate ff_get_audio_frame_size()
Anton Khirnov
2014-08-13
1
-2
/
+0
*
avpacket: Check for and return errors in ff_interleave_add_packet()
Nidhi Makhijani
2014-07-17
1
-2
/
+2
*
lavf: ignore attachment streams for interleaving purposes
Anton Khirnov
2014-02-04
1
-0
/
+8
*
lavf: improve support for AVC-Intra files.
Reimar Döffinger
2013-11-14
1
-0
/
+6
*
avf: move url utility functions in a separate file
Luca Barbato
2013-06-16
1
-36
/
+0
*
avf: move ff_http_match_no_proxy to network
Luca Barbato
2013-06-16
1
-2
/
+0
*
lavf: Handle the environment variable no_proxy more properly
Martin Storsjö
2013-02-27
1
-0
/
+2
*
doxy: Clarify what avpriv_set_pts_info does
Derek Buitenhuis
2012-12-17
1
-5
/
+7
*
lavf: add a common function for selecting a pcm codec from parameters
Justin Ruggles
2012-11-28
1
-0
/
+15
*
lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h
Justin Ruggles
2012-11-28
1
-0
/
+3
*
rtp: set the payload type as stream id
Luca Barbato
2012-11-14
1
-2
/
+3
*
avformat: split muxing functions from util.c
Luca Barbato
2012-10-01
1
-0
/
+9
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-3
/
+3
*
lavf: make av_interleave_packet_per_dts() private.
Anton Khirnov
2012-03-20
1
-0
/
+18
*
lavf: deprecate av_read_packet().
Anton Khirnov
2012-03-20
1
-0
/
+9
*
lavf: move CodecMime from matroska.h to internal.h
Anton Khirnov
2012-02-29
1
-0
/
+5
*
libavformat: Add an ff_ prefix to some lavf internal symbols
Martin Storsjö
2012-02-15
1
-1
/
+1
*
frame{crc/md5}: set the stream timebase from codec timebase.
Anton Khirnov
2012-02-03
1
-0
/
+6
*
libavformat: Add a utility function for adding parameter change side data
Martin Storsjö
2011-12-21
1
-0
/
+8
*
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-30
1
-0
/
+13
*
lavf: make some seeking functions private
Anton Khirnov
2011-10-28
1
-0
/
+33
*
lavf: use avpriv_ prefix for ff_new_chapter().
Anton Khirnov
2011-10-20
1
-2
/
+2
*
lavf: factor out conversion of ISO8601 string to unix time
Anton Khirnov
2011-07-13
1
-0
/
+5
*
doxygen: Escape '\' in Doxygen documentation.
Diego Biurrun
2011-07-03
1
-2
/
+2
*
Use av_printf_format to check the usage of printf style functions
Martin Storsjö
2011-06-23
1
-1
/
+1
*
sdp: Allow passing an AVFormatContext to the SDP generation
Martin Storsjö
2011-06-10
1
-1
/
+3
*
mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro.
Diego Biurrun
2011-06-03
1
-0
/
+6
*
lavf: remove FF_API_URL_SPLIT cruft
Anton Khirnov
2011-04-19
1
-12
/
+0
*
lavf: make av_guess_image2_codec internal
Anton Khirnov
2011-04-08
1
-0
/
+2
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
lavf: Make make_absolute_url a lavf internal function
Martin Storsjö
2011-03-17
1
-0
/
+11
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-4
/
+4
*
Deprecate parse_date() in favor of av_parse_time().
Stefano Sabatini
2011-02-16
1
-3
/
+0
*
lavf: rename ff_probe_input_buffer to make it public
Anssi Hannula
2011-02-08
1
-19
/
+0
*
lavf: simplify pb parameter of ff_probe_input_buffer
Anssi Hannula
2011-02-08
1
-1
/
+1
[next]