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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
use AVFormatContext->probesize in av_find_stream_info and raise default to 5M
Baptiste Coudurier
2009-06-25
3
-7
/
+4
*
Only set CODEC_ID_PROBE when a packet from a stream having a PES header
Baptiste Coudurier
2009-06-25
1
-6
/
+11
*
limit raw packet buffer size used for codec probing
Baptiste Coudurier
2009-06-25
2
-3
/
+19
*
The AltiVec optimizations of libswscale are no longer under GPL.
Diego Biurrun
2009-06-25
1
-1
/
+1
*
PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set.
Diego Biurrun
2009-06-25
1
-2
/
+1
*
only set par if it does not indicates a rotation, ex iphone 3GS
Baptiste Coudurier
2009-06-25
1
-4
/
+7
*
Remove any reference to ASFContext.packet_size and replace it with
Ronald S. Bultje
2009-06-24
3
-19
/
+17
*
Split developer documentation off from general documentation.
Diego Biurrun
2009-06-24
3
-408
/
+419
*
Rewrite doxy for av_strtod().
Stefano Sabatini
2009-06-24
1
-3
/
+16
*
flvdec: Build a Speex header during FLV demuxing using required and
Justin Ruggles
2009-06-24
1
-0
/
+34
*
Improve wording: s/reseted/reset
Haruhiko Yamagata
2009-06-24
2
-6
/
+6
*
Reindent after last patch.
Reimar Döffinger
2009-06-24
1
-15
/
+15
*
mov demuxer: Track the current position also for streams that have AVDISCARD_...
Reimar Döffinger
2009-06-24
1
-2
/
+8
*
mov_read_packet: extract code that searches for the stream/sample to demux next
Reimar Döffinger
2009-06-24
1
-8
/
+16
*
mov_read_packet: if dv_get_packet fails, return exactly its error value
Reimar Döffinger
2009-06-24
1
-2
/
+3
*
In mov_read_packet remember the AVStream we want to demux next instead of the
Reimar Döffinger
2009-06-24
1
-6
/
+7
*
LSF (Line Spectral Frequencies) decoding routine.
Vladimir Voroshilov
2009-06-24
2
-0
/
+61
*
check stream existence before assignment, fix #1222
Baptiste Coudurier
2009-06-24
1
-29
/
+107
*
Fix H.264 picture reordering, 2nd try.
Haruhiko Yamagata
2009-06-23
2
-3
/
+6
*
Make documentation better match the code. Now AVCodecContext.sample_fmt
Brian Crowell
2009-06-23
1
-2
/
+2
*
Add support for "chunked" data blocks. Patch by Peter Holik (peter holik at).
Peter Holik
2009-06-23
1
-1
/
+31
*
Edge emulation should be used in B-frame MC in mspel mode with
Kostya Shishkov
2009-06-23
1
-2
/
+2
*
Add ff_ prefixes to exported symbols in libavformat/riff.h.
Daniel Verkamp
2009-06-22
28
-136
/
+136
*
Consistently rename variables denoting regression reference file(s)
Stefano Sabatini
2009-06-22
1
-18
/
+18
*
Export av_strtod() to eval.h.
Stefano Sabatini
2009-06-22
2
-5
/
+7
*
Document making AVFormatContext.packet_size unsigned API change.
Ronald S. Bultje
2009-06-22
1
-0
/
+3
*
Change packet_size from signed to unsigned, since it never has a negative
Ronald S. Bultje
2009-06-22
1
-2
/
+2
*
Cosmetics: rename 'name' av_strtod() param to 'numstr'. The new name
Stefano Sabatini
2009-06-21
1
-3
/
+3
*
oggenc: Change error log text. An error here does not necessarily mean
Justin Ruggles
2009-06-21
1
-1
/
+1
*
oggenc: return error value from ogg_build_flac_headers()
Justin Ruggles
2009-06-21
1
-2
/
+4
*
cosmetics: spacing and comments
Justin Ruggles
2009-06-21
1
-0
/
+6
*
oggenc: check for failed av_mallocz()
Justin Ruggles
2009-06-21
1
-0
/
+4
*
Fetch timestamp for the first frame of field only if frame_offset and
Baptiste Coudurier
2009-06-21
1
-1
/
+2
*
clarify encoder and decoder opening error messages
Baptiste Coudurier
2009-06-21
1
-5
/
+5
*
Revert unintended hunk of r19241.
Carl Eugen Hoyos
2009-06-20
1
-1
/
+1
*
Revert r19239: It broke four conformance tests.
Carl Eugen Hoyos
2009-06-20
2
-4
/
+4
*
Convertion of LSF values to coefficients of linear prediction filter
Vladimir Voroshilov
2009-06-20
2
-0
/
+25
*
Fix H.264 picture reordering.
Haruhiko Yamagata
2009-06-20
1
-3
/
+3
*
Fix indentation after last commit.
Carl Eugen Hoyos
2009-06-20
1
-6
/
+6
*
Fix yamaha adpcm stereo (issue 1117).
Yoshihisa Uchida
2009-06-20
3
-14
/
+11
*
Fix onMetaData property count in flv files (issue 1206).
Yoshihisa Uchida
2009-06-20
3
-3
/
+3
*
Make remaining run level decode comments doxygen comments
Sascha Sommer
2009-06-20
1
-4
/
+4
*
Simplify run level decoding:
Sascha Sommer
2009-06-20
1
-30
/
+21
*
Fix indentation after the previous commit
Sascha Sommer
2009-06-20
1
-4
/
+4
*
Add support for escape coded wmapro run level coefficients
Sascha Sommer
2009-06-20
2
-0
/
+41
*
Introduce WMACoef typedef for decoded coefficients
Sascha Sommer
2009-06-20
4
-9
/
+11
*
Print meaningful error messages when url_fopen fails.
Jai Menon
2009-06-20
1
-2
/
+6
*
add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot med do...
Wolfram Gloger
2009-06-20
1
-0
/
+1
*
fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian Brice, bb...
Brian Brice
2009-06-19
1
-3
/
+6
*
Disable network support if required headers cannot be found.
Michael Kostylev
2009-06-19
1
-0
/
+2
[prev]
[next]