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
*
Prepare for 10_beta1 Release
Reinhard Tartler
2014-02-15
1
-1
/
+1
*
ac3dec: set AV_FRAME_DATA_DOWNMIX_INFO side data.
Tim Walker
2014-02-15
3
-2
/
+39
*
lavu: add AV_FRAME_DATA_DOWNMIX_INFO side data type.
Tim Walker
2014-02-15
6
-1
/
+164
*
ac3: update AC3PreferredStereoDownmixMode.
Tim Walker
2014-02-15
1
-1
/
+1
*
h264_parser: use enum values in h264_find_frame_end()
Vittorio Giovara
2014-02-15
1
-3
/
+5
*
lavfi doxy: add buffer{src,sink}.h to the main lavfi doxy group
Anton Khirnov
2014-02-14
2
-0
/
+22
*
buffersink: document special error codes returned from av_buffersink_get_frame
Anton Khirnov
2014-02-14
1
-2
/
+9
*
ppc: reduce overreads when loading 8 pixels in altivec dsp functions
Janne Grunau
2014-02-14
1
-10
/
+10
*
utvideoenc: Enable support for multiple slices and use them
Jan Ekström
2014-02-14
2
-4
/
+34
*
libx265: Remove redundant default param call
Derek Buitenhuis
2014-02-14
1
-1
/
+0
*
libx265: Fix use of uninitialized input picture
Derek Buitenhuis
2014-02-14
1
-0
/
+2
*
doc/examples: misc Doxygen markup improvements
Diego Biurrun
2014-02-14
2
-3
/
+6
*
build: doxy: Include code examples in Doxygen documentation
Diego Biurrun
2014-02-14
2
-1
/
+2
*
doxygen: Set EXAMPLE_PATH from within doxy-wrapper.sh
Diego Biurrun
2014-02-14
2
-2
/
+2
*
build: Do not pass HTML snippets and stylesheet as input to Doxygen
Diego Biurrun
2014-02-14
1
-2
/
+3
*
Doxyfile: Only set HTML_{HEADER|FOOTER|STYLESHEET} from doxy_wrapper.sh
Diego Biurrun
2014-02-14
1
-3
/
+3
*
h264_sei: reorder headers
Vittorio Giovara
2014-02-14
1
-4
/
+2
*
h264_sei: name buffering period type consistently
Vittorio Giovara
2014-02-14
2
-2
/
+2
*
h264: drop outdated comments
Vittorio Giovara
2014-02-14
2
-6
/
+2
*
h264: store current_sps_id inside the current sps
Vittorio Giovara
2014-02-14
3
-5
/
+4
*
h264: print values in case of error
Vittorio Giovara
2014-02-14
3
-21
/
+23
*
h264: Refactor ff_h264_decode_ref_pic_list_reordering
Luca Barbato
2014-02-13
1
-64
/
+72
*
mpeg12dec: do not add stereo3D side data to a non-existing frame
Janne Grunau
2014-02-13
1
-9
/
+17
*
configure: do not link libraries against program-specific dependencies
Janne Grunau
2014-02-13
1
-2
/
+10
*
configure: avserver does not need $ldl
Janne Grunau
2014-02-13
1
-1
/
+0
*
jv: detect partial packets in the demuxer
Janne Grunau
2014-02-12
1
-4
/
+10
*
h264: make context_count unsigned
Janne Grunau
2014-02-12
1
-2
/
+2
*
vp9: add a new segmentation sample.
Ronald S. Bultje
2014-02-12
4
-52
/
+54
*
vp9: add fate sample for parallelmode.
Ronald S. Bultje
2014-02-12
2
-0
/
+27
*
Add libx265 encoder
Derek Buitenhuis
2014-02-12
8
-4
/
+313
*
asfdec: fix seeking with fragmented packets
Janne Grunau
2014-02-12
1
-0
/
+10
*
asfdec: short-circuit seeking to the start of stream
Andrew Kelley
2014-02-12
1
-0
/
+7
*
asfdec: check ff_get_guid() return values during seeking
Janne Grunau
2014-02-12
1
-10
/
+16
*
aacdec: set AVFrame sample_rate
John Stebbins
2014-02-12
1
-4
/
+7
*
buffersrc: Have function parameter names match between .c and .h file
Diego Biurrun
2014-02-12
1
-5
/
+6
*
log: Have function parameter names match between .c and .h file
Diego Biurrun
2014-02-12
2
-6
/
+7
*
lavc: set AVFrame pkt_pts and reordered_opaque in reget_buffer
John Stebbins
2014-02-11
1
-1
/
+4
*
g2meet: make JPEG tile decoder operate on 8x8 block mask
Kostya Shishkov
2014-02-11
1
-7
/
+16
*
g2meet: factor out seeking to the chunk end
Maxim Poliakovski
2014-02-11
1
-13
/
+8
*
rpza: limit the number of blocks to the total remaining blocks in the frame
Anton Khirnov
2014-02-10
1
-0
/
+2
*
rpza: move some variables to the blocks where they are used
Anton Khirnov
2014-02-10
1
-7
/
+4
*
rpza: use fixed-width int types
Anton Khirnov
2014-02-10
1
-6
/
+7
*
rpza: switch to bytestream2
Anton Khirnov
2014-02-10
1
-36
/
+22
*
lavf: always unref the packet passed to av_interleaved_write_frame() on error
Anton Khirnov
2014-02-10
2
-8
/
+20
*
build: fix examples compilation when EXESUF is not empty
Christophe Gisquet
2014-02-10
1
-1
/
+1
*
lavf: extend / improve the AVFormatContext doxy
Anton Khirnov
2014-02-10
1
-32
/
+69
*
lavf: add some basic documentation of the muxing process
Anton Khirnov
2014-02-10
1
-0
/
+52
*
lavf: rewrite the av_write_frame() doxy
Anton Khirnov
2014-02-10
1
-9
/
+25
*
lavf: rewrite the av_interleaved_write_frame() doxy
Anton Khirnov
2014-02-10
1
-18
/
+26
*
avplay: add support for seeking to chapter marks
Anton Khirnov
2014-02-10
2
-0
/
+36
[next]