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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set protocol-level metadata in AVFormatContext any time a packet is read.
Andrew Stone
2014-08-13
1
-0
/
+9
*
http: enable icy metadata by default.
Andrew Stone
2014-08-13
1
-1
/
+1
*
http: export icecast metadata as an option with name "metadata".
Andrew Stone
2014-08-13
1
-0
/
+31
*
lavf: add AVFormatContext/AVStream fields for signaling to the user when even...
Andrew Stone
2014-08-13
2
-1
/
+23
*
http: Stop reading after receiving the whole file for non-chunked transfers
Martin Storsjö
2014-08-13
1
-1
/
+2
*
mpegts: Return proper error code on invalid input data
Nidhi Makhijani
2014-08-10
1
-5
/
+5
*
mpeg: Suppress a compiler warning on callback type
Luca Barbato
2014-08-09
1
-1
/
+2
*
Remove obsolete FF_API_REFERENCE_DTS cruft.
Anton Khirnov
2014-08-09
2
-8
/
+0
*
Remove obsolete FF_API_PROBE_MIME cruft.
Anton Khirnov
2014-08-09
3
-12
/
+0
*
Bump major versions of all libraries.
Anton Khirnov
2014-08-09
1
-2
/
+2
*
Postpone API-incompatible changes until the next bump.
Anton Khirnov
2014-08-09
1
-1
/
+1
*
mpeg: K&R formatting cosmetics
Luca Barbato
2014-08-08
1
-312
/
+335
*
mpegts: Use av_free() to free memory allocated by av_strdup()
Diego Biurrun
2014-08-08
1
-3
/
+3
*
mpegts: Fix memory leaks and related crashes in mpegs_write_header()
Diego Biurrun
2014-08-07
1
-3
/
+18
*
mpegts: Avoid unnecessary variable shadowing
Diego Biurrun
2014-08-07
1
-1
/
+0
*
mpegts: Drop some unnecessary parentheses
Diego Biurrun
2014-08-07
1
-6
/
+6
*
mpegts: K&R formatting cosmetics
Diego Biurrun
2014-08-07
1
-196
/
+216
*
movenc: fix QT chapter track character encoding
John Stebbins
2014-08-06
1
-1
/
+6
*
movenc: add track title to tracks
John Stebbins
2014-08-06
2
-11
/
+65
*
movenc: remove pointless loop around BITEXACT test
John Stebbins
2014-08-06
1
-5
/
+3
*
movenc: Add option to disable nero chapters
John Stebbins
2014-08-05
2
-1
/
+3
*
mpegts: Add HEVC definitions
Femi Adeyemi-Ejeye
2014-08-05
2
-0
/
+4
*
mpegts: Define the section length with a constant
Luca Barbato
2014-08-04
1
-3
/
+7
*
Add Icecast protocol
Marvin Scholz
2014-08-04
4
-1
/
+231
*
http: Refactor http_open_cnx
Luca Barbato
2014-08-03
1
-12
/
+24
*
flv: Index the audio stream
Luca Barbato
2014-08-01
1
-2
/
+5
*
matroska: Register mime types
Luca Barbato
2014-07-29
1
-0
/
+1
*
aac: Register the mime type
Luca Barbato
2014-07-29
1
-0
/
+1
*
avformat: Use the mime type information in input probe
Luca Barbato
2014-07-29
3
-12
/
+37
*
avstring: Expose the simple name match function
Luca Barbato
2014-07-29
1
-19
/
+1
*
avformat: Move av_probe_input* to format.c
Luca Barbato
2014-07-29
2
-136
/
+138
*
caf: Use correct printf conversion specifiers for POSIX int types
Diego Biurrun
2014-07-28
1
-1
/
+1
*
dump: Use correct printf conversion specifiers for POSIX int types
Diego Biurrun
2014-07-28
1
-3
/
+3
*
mxf: Extract origin information from material and source track
Marc-Antoine Arnaud
2014-07-28
1
-0
/
+14
*
mxf: Detect Vanc/Vbi SMPTE-436M mxf track
Marc-Antoine Arnaud
2014-07-28
1
-0
/
+18
*
avformat: Mark AVOutputFormat argument in avformat_query_codec as const
Diego Biurrun
2014-07-26
2
-2
/
+3
*
avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as const
Diego Biurrun
2014-07-26
4
-6
/
+6
*
http: K&R formatting cosmetics
Diego Biurrun
2014-07-23
1
-104
/
+110
*
http: Use a constant for the supported header size
Luca Barbato
2014-07-22
2
-1
/
+3
*
http: Do move the class instantiation in the conditional block
Luca Barbato
2014-07-21
1
-10
/
+12
*
http: Provide an option to override the HTTP method
Luca Barbato
2014-07-21
1
-1
/
+7
*
mpegts: do not export empty language tags
Jan Gerber
2014-07-21
1
-1
/
+1
*
avpacket: Check for and return errors in ff_interleave_add_packet()
Nidhi Makhijani
2014-07-17
3
-10
/
+22
*
mov: Clarify tkhd flag settings
Luca Barbato
2014-07-11
1
-3
/
+6
*
mov: Do not group tracks if more than one is enabled per type
Luca Barbato
2014-07-11
2
-5
/
+18
*
cdg: Forward error from avio_size() in read_header() function
Nidhi Makhijani
2014-07-10
1
-2
/
+3
*
mpegts: pass MpegTSContext ptr explicitly
Alexander V. Lukyanov
2014-07-10
1
-5
/
+4
*
rtpdec: pass an AVFormatContext to ff_parse_fmtp()
Anton Khirnov
2014-07-09
8
-29
/
+39
*
yuv4mpegenc: do not access AVCodecContext.coded_frame
Anton Khirnov
2014-07-09
1
-3
/
+5
*
nsvdec: remove commented out cruft
Anton Khirnov
2014-07-09
1
-15
/
+0
[next]