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/img2dec: add and document pattern_type option
Stefano Sabatini
2012-08-08
2
-3
/
+35
*
lavf/movenc: use two explicit bytes instead of a short.
Clément Bœsch
2012-08-08
1
-3
/
+3
*
lavf: block special characters in dump metadata
Michael Niedermayer
2012-08-08
1
-1
/
+1
*
matroskadec: fix lace vs block duration.
Michael Niedermayer
2012-08-08
1
-7
/
+12
*
lavf/movenc: add frame rate heuristic for timecode frame rate.
Clément Bœsch
2012-08-08
1
-1
/
+9
*
lavf/mxfenc: better error handling with invalid frame rate.
Clément Bœsch
2012-08-08
1
-2
/
+3
*
lavf/mxfenc: simplify frame rate checks.
Clément Bœsch
2012-08-08
1
-10
/
+12
*
rename missed CodecID to AVCodecID
Michael Niedermayer
2012-08-07
6
-8
/
+8
*
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
244
-2545
/
+2545
|
\
|
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
218
-2283
/
+2283
*
|
Merge commit 'f5d2c597e99af218b0d4d1cf9737c7e68ee934e4'
Michael Niedermayer
2012-08-07
1
-4
/
+3
|
\
\
|
|
/
|
*
mpc8: set packet duration and stream start time instead of tracking frames
Justin Ruggles
2012-08-06
1
-4
/
+3
*
|
avidec: fix AVStream.info memleak with dv.
Michael Niedermayer
2012-08-07
1
-0
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-06
1
-1
/
+1
|
\
\
|
|
/
|
*
lavf: Declare an AVRational struct without a struct literal
Martin Storsjö
2012-08-06
1
-1
/
+1
*
|
avidec: parse INFO tags at the end
Michael Niedermayer
2012-08-06
1
-5
/
+12
*
|
udp: do not call pthread_{mutex,cond}_destroy when not initialized.
anonymous
2012-08-06
1
-3
/
+2
*
|
mpc8: fix pts
Michael Niedermayer
2012-08-06
1
-1
/
+1
*
|
mov: dont clip timestamps at 0
Michael Niedermayer
2012-08-06
1
-2
/
+0
*
|
movenv: fix remuxing of qdm2
Piotr Bandurski
2012-08-06
1
-2
/
+7
*
|
aiffenc: fix remuxing of qdm2
Piotr Bandurski
2012-08-06
1
-0
/
+6
*
|
Replace various inlined inverse AVRational with av_inv_q().
Clément Bœsch
2012-08-06
5
-7
/
+6
*
|
movenc: fix remuxing of svq3
Piotr Bandurski
2012-08-05
2
-42
/
+8
*
|
oggdec: Initialize stream index to -1 in ogg_packet.
Reimar Döffinger
2012-08-05
1
-3
/
+11
*
|
oggdec: simplify start time calculation code.
Reimar Döffinger
2012-08-05
1
-6
/
+4
*
|
matroskaenc: Implement support for ALAC
Moritz Bunkus
2012-08-05
1
-0
/
+2
*
|
matroskadec: prevent potential integer overflow
Michael Niedermayer
2012-08-05
1
-1
/
+1
*
|
matroskadec: Implement support for ALAC
Moritz Bunkus
2012-08-05
2
-0
/
+13
*
|
movenc: Fix unfreed memory found by valgrind.
Philip Langdale
2012-08-05
1
-1
/
+2
*
|
lavf/img2dec: add start_number_range option
Stefano Sabatini
2012-08-05
2
-8
/
+8
*
|
oggdec: check stream index before using it in ogg_get_length()
Michael Niedermayer
2012-08-05
1
-0
/
+3
*
|
lavf/img2doc: document options
Stefano Sabatini
2012-08-05
1
-5
/
+5
*
|
lavf/img2dec: improve error logging in case of find_image_range() failure
Stefano Sabatini
2012-08-05
1
-1
/
+5
*
|
lavf/img2dec: sort options by name
Stefano Sabatini
2012-08-05
1
-2
/
+2
*
|
lavf/img2dec: introduce and use FIRST_INDEX_SEARCH_RANGE macro in find_image_...
Stefano Sabatini
2012-08-05
1
-2
/
+4
*
|
lavf/img2dec: fix out-of-range check in find_image_range()
Stefano Sabatini
2012-08-05
1
-1
/
+1
*
|
lavf/img2dec: doxygen find_image_range() function
Stefano Sabatini
2012-08-05
1
-1
/
+9
*
|
lavf/img2dec: rename find_image_range() "max_start" parameter to "start_index"
Stefano Sabatini
2012-08-05
1
-2
/
+2
*
|
lavf/img2dec: fix weird start_number count logic
Stefano Sabatini
2012-08-05
1
-2
/
+2
*
|
avformat/srtdec: Write duration into packet from srt demuxer.
Philip Langdale
2012-08-04
1
-6
/
+13
*
|
movenc: Handle need for extra packets to express subtitle duration.
Philip Langdale
2012-08-04
2
-6
/
+84
*
|
mpegdemux: support MLP/AOB
Michael Niedermayer
2012-08-04
1
-4
/
+15
*
|
mpegdemux: move private stream 1 handling out of mpegps_read_pes_header
Michael Niedermayer
2012-08-04
1
-12
/
+16
*
|
mpegdemux: remove redundant dvd audio code
Michael Niedermayer
2012-08-04
1
-23
/
+2
*
|
compute_pkt_fields: do not attempt to calculate dts when the delay hasnt been...
Michael Niedermayer
2012-08-04
1
-1
/
+1
*
|
lavf: move nb_decoded_frames out of info.
Michael Niedermayer
2012-08-04
2
-5
/
+10
*
|
has_decode_delay_been_guessed: adjust value for has_b_frames=0
Michael Niedermayer
2012-08-04
1
-1
/
+1
*
|
lavf: move has_decode_delay_been_guessed() up to make it accessible to earlie...
Michael Niedermayer
2012-08-04
1
-16
/
+16
*
|
matroskadec: check element size against stream limit in ebml_parse_elem()
Michael Niedermayer
2012-08-04
1
-1
/
+4
*
|
paf: fix audio packet duration
Paul B Mahol
2012-08-03
1
-1
/
+1
[next]