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
*
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
*
mov: free the dv demux context with avformat_free_context()
Anton Khirnov
2014-07-09
1
-6
/
+2
*
mtv: do not set sample_rate for video
Anton Khirnov
2014-07-09
1
-1
/
+0
*
oggparsecelt: do not set AVCodecContext.frame_size
Anton Khirnov
2014-07-09
1
-3
/
+1
*
adxdec: get rid of an avpriv function
Anton Khirnov
2014-07-09
1
-7
/
+5
*
lavc: export DV profile API used by muxer/demuxer as public
Anton Khirnov
2014-07-09
2
-10
/
+11
*
avformat: update muxing doxy
Anton Khirnov
2014-07-09
1
-3
/
+3
*
cdg: set the keyframe flag on the first packet
Anton Khirnov
2014-07-09
1
-0
/
+11
*
mov: Remove a variable that is set but never used
Martin Storsjö
2014-07-08
1
-2
/
+1
*
nut: Use nut->version in the version range check
Luca Barbato
2014-07-08
1
-3
/
+4
*
avformat_new_stream: make the AVCodec parameter const
Roman Savchenko
2014-07-08
2
-2
/
+2
*
smoothstreamingenc: Fix a memory leak on errors
Michael Niedermayer
2014-07-07
1
-1
/
+2
*
vc1test: Check malloc call
Nidhi Makhijani
2014-07-06
1
-0
/
+2
*
vc1test: Return proper error codes
Nidhi Makhijani
2014-07-06
1
-3
/
+3
*
librtmp: Don't free the temp url at the end of rtmp_open
Martin Storsjö
2014-07-06
1
-4
/
+5
*
id3v2enc: use a case-insensitive comparison for APIC picture type
Anton Khirnov
2014-07-03
1
-1
/
+2
*
daud: split muxer and demuxer
Nidhi Makhijani
2014-07-03
3
-38
/
+56
*
lavf: document av_dump_format()
Vittorio Giovara
2014-07-02
1
-0
/
+10
*
matroskadec: Fix a double negation typo
Michael Niedermayer
2014-07-02
1
-1
/
+1
*
matroska: Factor out mkv_write_stereo_mode
Luca Barbato
2014-07-01
1
-17
/
+22
*
matroska: Factor out write_track from mkv_write_tracks
Luca Barbato
2014-07-01
1
-169
/
+193
*
matroska: K&R formatting cosmetics
Luca Barbato
2014-07-01
1
-168
/
+212
*
mov: Support default-base-is-moof.
Yusuke Nakamura
2014-07-01
2
-3
/
+6
*
rtpenc_jpeg: check for color_range too
Vittorio Giovara
2014-06-28
1
-4
/
+8
*
dump_stream: print the timebase as is, do not reduce it
Anton Khirnov
2014-06-26
1
-2
/
+1
*
Check mp3 header before calling avpriv_mpegaudio_decode_header().
Justin Ruggles
2014-06-22
1
-7
/
+10
*
Replace av_malloc() and memset(0) by av_mallocz()
Diego Biurrun
2014-06-22
3
-9
/
+4
*
build: Add missing object files for webm muxer
Diego Biurrun
2014-06-22
1
-2
/
+3
*
build: Add missing object files for Matroska demuxer
Diego Biurrun
2014-06-22
1
-1
/
+2
*
build: Add missing replaygain object file for CAF demuxer
Diego Biurrun
2014-06-22
1
-1
/
+1
*
rtsp: Support misordered fmtp rtpmap
Joshua Kordani
2014-06-18
1
-3
/
+16
*
rtsp: Factor out fmtp parsing
Luca Barbato
2014-06-18
1
-9
/
+18
*
lavf: switch to AVStream.time_base as the hint for the muxer timebase
Anton Khirnov
2014-06-18
16
-42
/
+84
*
riffenc: take an AVStream instead of an AVCodecContext
Anton Khirnov
2014-06-18
4
-18
/
+19
*
lavf: add the notimestamps flag to the muxers missing it
Anton Khirnov
2014-06-18
9
-0
/
+9
*
rtpenc: base max_frames_per_packet on avg_frame_rate, not codec timebase
Anton Khirnov
2014-06-18
1
-1
/
+6
[next]