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
*
lavf: fix the comparison in an overflow check
Anton Khirnov
2013-09-07
1
-1
/
+1
*
dv: Add a guard to not overread the ppcm array
Luca Barbato
2013-09-07
1
-2
/
+2
*
avisynth: K&R formatting cosmetics
Diego Biurrun
2013-09-06
1
-145
/
+150
*
avisynth: Add missing #include for NULL_IF_CONFIG_SMALL
Diego Biurrun
2013-09-06
1
-0
/
+1
*
matroskaenc: Allow chapters to be written in trailer
John Stebbins
2013-09-04
2
-1
/
+20
*
4xm: Check that the read track value is non-negative
Martin Storsjö
2013-09-03
1
-0
/
+2
*
matroskadec: Check that .lang was allocated and set before reading it
Martin Storsjö
2013-09-03
1
-1
/
+2
*
movenc: Don't flush after each written packet
Martin Storsjö
2013-09-03
1
-2
/
+0
*
cosmetics: Fix ATRAC codec name spelling
Diego Biurrun
2013-09-02
3
-5
/
+5
*
ape demuxer: check for EOF in potentially long loops
Anton Khirnov
2013-09-02
1
-2
/
+2
*
4xm: check that bits per sample is strictly positive
Anton Khirnov
2013-09-02
1
-1
/
+1
*
lavf: avoid integer overflow when estimating bitrate
Anton Khirnov
2013-09-02
1
-2
/
+7
*
lavf: move a variable declaration to the block where it's used
Anton Khirnov
2013-09-02
1
-2
/
+2
*
pcm_dvd: consolidate pieces from pcm.c and mpeg.c
Christian Schmidt
2013-08-31
1
-27
/
+1
*
rtmpproto: Fix limelight authentication with abbreviated app names
Martin Storsjö
2013-08-28
1
-0
/
+2
*
smoothstreamingenc: Write to a temp file while updating the manifest
Martin Storsjö
2013-08-27
1
-3
/
+5
*
flv: Fix the help string
Luca Barbato
2013-08-27
1
-1
/
+1
*
matroskaenc: Fix writing TRACKDEFAULTFLAG
John Stebbins
2013-08-27
1
-1
/
+3
*
movenc: Check for errors from mov_create_chapter_track
Martin Storsjö
2013-08-27
1
-2
/
+5
*
movenc: Properly free allocated data on failures in mov_write_header
Martin Storsjö
2013-08-27
1
-15
/
+26
*
movenc: Check that tracks->enc exists before trying to free extradata
Martin Storsjö
2013-08-27
1
-1
/
+2
*
movenc: Check for allocation failures in mov_create_chapter_track
Martin Storsjö
2013-08-27
1
-0
/
+4
*
mov: Write tmcd extradata
Luca Barbato
2013-08-25
1
-0
/
+17
*
mov: Parse tmcd extradata
Luca Barbato
2013-08-25
1
-4
/
+22
*
mov: Refactor multiple stsd skipping in mov_mov_skip_multiple_stsd
Luca Barbato
2013-08-24
1
-15
/
+26
*
mov: Refactor codec specific final steps in mov_finalize_stsd_codec
Luca Barbato
2013-08-24
1
-58
/
+65
*
mov: Refactor subtitle specific parsing in mov_parse_stsd_subtitle
Luca Barbato
2013-08-24
1
-8
/
+17
*
mov: Refactor audio specific parsing in mov_parse_stsd_audio
Luca Barbato
2013-08-24
1
-78
/
+87
*
mov: Refactor video specific parsing in mov_parse_stsd_video
Luca Barbato
2013-08-24
1
-107
/
+108
*
mov: Refactor codec id selection in mov_codec_id
Luca Barbato
2013-08-24
1
-20
/
+32
*
movenc: Make tkhd "enabled" flag QuickTime compatible
John Stebbins
2013-08-23
2
-1
/
+56
*
mov: use tkhd enabled flag to set the default track
John Stebbins
2013-08-23
2
-7
/
+8
*
movenc: fix detection of 64bit offset requirement
Clément Bœsch
2013-08-21
1
-3
/
+9
*
movenc: Make chapter track QuickTime compatible
John Stebbins
2013-08-21
1
-2
/
+13
*
movenc: add faststart option for web streaming
Clément Bœsch
2013-08-21
2
-4
/
+136
*
movenc: Allow chapters to be written in trailer
John Stebbins
2013-08-20
1
-2
/
+15
*
movenc: Allow chapter track in default MODE_MP4
John Stebbins
2013-08-20
1
-1
/
+1
*
avformat: Fix references to removed av_close_input_file in Doxygen
Diego Biurrun
2013-08-20
1
-3
/
+3
*
mov: Prevent segfaults on mov_write_hdlr_tag
Luca Barbato
2013-08-20
1
-5
/
+16
*
mov: Compute max duration among the tracks with a timescale
Luca Barbato
2013-08-20
1
-1
/
+1
*
mov: Set the timescale for data streams
Luca Barbato
2013-08-20
1
-0
/
+2
*
mkv: Allow flushing the current cluster in progress
Martin Storsjö
2013-08-19
2
-7
/
+31
*
mkv: Flush the old cluster before writing a new one
Luca Barbato
2013-08-19
1
-0
/
+1
*
mkv: Add options for specifying cluster limits
Luca Barbato
2013-08-19
1
-10
/
+22
*
mkv: Refactor mkv_write_packet
Luca Barbato
2013-08-19
1
-10
/
+32
*
ogg: Fix potential infinite discard loop
Reimar Döffinger
2013-08-19
1
-1
/
+5
*
movenc: Indicate that negative timestamps are supported
Martin Storsjö
2013-08-17
1
-7
/
+7
*
hlsenc: Don't reset the number variable when wrapping
Carl Eugen Hoyos
2013-08-15
1
-4
/
+2
*
hlsenc: Append the last incomplete segment when closing the output
Stefano Sabatini
2013-08-15
1
-3
/
+9
*
hlsenc: Add a proper dependency on the mpegts muxer
Martin Storsjö
2013-08-15
1
-1
/
+1
[next]