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
*
build: Only clean the architecture subdirectory we build for.
Diego Biurrun
2012-03-26
6
-13
/
+3
*
build: drop some unnecessary dependencies from the H.264 parser
Diego Biurrun
2012-03-26
1
-1
/
+1
*
build: prettyprinting cosmetics
Diego Biurrun
2012-03-26
9
-79
/
+76
*
libavutil: Remove pointless rational test program.
Diego Biurrun
2012-03-26
2
-26
/
+1
*
libavutil: Remove broken and pointless lzo test program.
Diego Biurrun
2012-03-26
3
-49
/
+0
*
lavf doxy: expand AVStream.codec doxy.
Anton Khirnov
2012-03-26
1
-1
/
+12
*
lavf doxy: improve AVStream.time_base doxy.
Anton Khirnov
2012-03-26
1
-3
/
+5
*
lavf doxy: add some basic documentation about reading from the demuxer.
Anton Khirnov
2012-03-26
1
-0
/
+16
*
lavf doxy: document passing options to demuxers.
Anton Khirnov
2012-03-26
1
-0
/
+41
*
lavf doxy: clarify that an AVPacket contains encoded data.
Anton Khirnov
2012-03-26
1
-2
/
+2
*
mpegtsenc: allow user triggered PES packet flushing
Jindrich Makovicka
2012-03-26
1
-9
/
+31
*
APIchanges: mark the place where 0.7 was cut.
Anton Khirnov
2012-03-26
1
-0
/
+7
*
APIchanges: mark the place where 0.8 was cut.
Anton Khirnov
2012-03-26
1
-0
/
+8
*
APIchanges: fill in missing dates and hashes.
Anton Khirnov
2012-03-26
1
-7
/
+7
*
smacker: convert palette and header reading to bytestream2.
Ronald S. Bultje
2012-03-25
1
-10
/
+10
*
alac: convert extradata reading to bytestream2.
Ronald S. Bultje
2012-03-25
1
-19
/
+20
*
x86: dsputil: prettyprint gcc inline asm
Diego Biurrun
2012-03-25
1
-1295
/
+1310
*
x86: K&R prettyprinting cosmetics for dsputil_mmx.c
Diego Biurrun
2012-03-25
1
-773
/
+1049
*
x86: conditionally compile H.264 QPEL optimizations
Diego Biurrun
2012-03-25
3
-13
/
+22
*
dsputil_mmx: Surround QPEL macros by "do { } while (0);" blocks.
Diego Biurrun
2012-03-25
1
-4
/
+12
*
Ignore generated files below doc/.
Diego Biurrun
2012-03-25
1
-0
/
+3
*
dpcm: convert to bytestream2.
Ronald S. Bultje
2012-03-24
1
-27
/
+31
*
interplayvideo: convert to bytestream2.
Ronald S. Bultje
2012-03-24
1
-199
/
+124
*
movenc: Merge if statements
Martin Storsjö
2012-03-25
1
-5
/
+2
*
h264: fix memleak in error path.
Alexander Strange
2012-03-24
1
-1
/
+1
*
pthread: Immediately release all frames in ff_thread_flush()
Alexander Strange
2012-03-24
1
-3
/
+7
*
h264: Add check for invalid chroma_format_idc
Alexander Strange
2012-03-24
1
-1
/
+5
*
utvideo: port header reading to bytestream2.
Ronald S. Bultje
2012-03-24
1
-16
/
+12
*
avc: Add a function for converting mp4 style extradata to annex b
Martin Storsjö
2012-03-24
3
-24
/
+42
*
pthread: free progress if buffer allocation failed.
Ronald S. Bultje
2012-03-24
1
-0
/
+4
*
lavc/avconv: support changing frame sizes in codecs with frame mt.
Ronald S. Bultje
2012-03-24
3
-13
/
+11
*
libavformat: Document who sets the AVStream.id field
Martin Storsjö
2012-03-24
1
-1
/
+6
*
utvideo: mark output picture as keyframe.
Kostya Shishkov
2012-03-24
1
-0
/
+2
*
sunrast: Add support for negative linesize.
Aneesh Dogra
2012-03-24
1
-4
/
+7
*
vp8: fix update_lf_deltas in libavcodec/vp8.c
Janne Salonen
2012-03-24
1
-4
/
+16
*
ralf: read Huffman code lengths without GetBitContext
Kostya Shishkov
2012-03-24
1
-4
/
+4
*
rv34: error out on size changes with frame threading
Janne Grunau
2012-03-23
1
-0
/
+7
*
aacsbr: Add a debug check to sbr_mapping.
Alex Converse
2012-03-23
1
-7
/
+17
*
aac: Reset some state variables when turning SBR off
Alex Converse
2012-03-23
2
-7
/
+27
*
aac: Reset PS parameters on header decode failure.
Alex Converse
2012-03-23
1
-0
/
+4
*
fate: add wmalossless test.
Ronald S. Bultje
2012-03-23
2
-0
/
+4
*
aacsbr: handle m_max values smaller than 4.
Ronald S. Bultje
2012-03-23
1
-0
/
+1
*
rv34: Handle only complete frames in frame-mt.
Janne Grunau
2012-03-23
1
-79
/
+112
*
MPV: set reference frame pointers to NULL when allocation of dummy pictures f...
Janne Grunau
2012-03-23
1
-2
/
+6
*
configure: die if x11grab dependencies are unavailable
Josh Allmann
2012-03-23
1
-8
/
+4
*
zerocodec: factorize loop
Michael Niedermayer
2012-03-23
1
-32
/
+13
*
avconv: fix the resampling safety factors for output audio buffer allocation
Justin Ruggles
2012-03-23
1
-1
/
+1
*
avconv: move audio output buffer allocation to a separate function
Justin Ruggles
2012-03-23
1
-20
/
+32
*
avconv: make the async buffer global and free it in exit_program()
Justin Ruggles
2012-03-23
1
-5
/
+13
*
xwma: Validate channels and bits_per_coded_sample.
Alex Converse
2012-03-22
1
-0
/
+11
[next]