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
...
*
dvbsub_parser: Add missing mem.h #include
Diego Biurrun
2016-06-08
1
-0
/
+1
*
gsm: Move requant_tab table to the gsm tables file
Diego Biurrun
2016-06-07
3
-8
/
+9
*
mpc: Drop unused GetBitContext context member
Diego Biurrun
2016-06-07
1
-2
/
+1
*
svq1enc: Drop unused GetBitContext context member
Diego Biurrun
2016-06-07
1
-2
/
+1
*
vorbis: Kill some pointless debug code
Diego Biurrun
2016-06-07
1
-24
/
+2
*
mss2: Drop a silly assert
Diego Biurrun
2016-06-07
1
-3
/
+0
*
get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes
Diego Biurrun
2016-06-07
33
-70
/
+88
*
indeo2: Drop disabled big-endian ir2_codes table
Diego Biurrun
2016-06-07
1
-39
/
+0
*
Remove unnecessary get_bits.h #includes
Diego Biurrun
2016-06-07
18
-21
/
+27
*
sgirledec: simplify, no need to use reget buffer
Paul B Mahol
2016-06-06
1
-25
/
+7
*
aic: add frame threading support
Paul B Mahol
2016-06-06
1
-2
/
+5
*
fate: Move Canopus decoder tests to a separate file
Vittorio Giovara
2016-06-06
4
-33
/
+35
*
avconv: Do not copy extradata if source buffer is empty
Vittorio Giovara
2016-06-06
1
-5
/
+8
*
vp9: Return the correct size when decoding a superframe
Denis Charmet
2016-06-05
1
-1
/
+1
*
build: Only enable symbol reduction if the compiler does proper DCE
Diego Biurrun
2016-05-30
1
-5
/
+13
*
build: Simplify postprocessing of linker version script files
Diego Biurrun
2016-05-29
4
-12
/
+13
*
build: Change structure of the linker version script templates
Diego Biurrun
2016-05-29
8
-24
/
+38
*
build: Print a message when generating version scripts
Diego Biurrun
2016-05-29
1
-2
/
+2
*
asm: FF_-prefix internal macros used in inline assembly
Diego Biurrun
2016-05-28
15
-677
/
+677
*
Drop unnecessary libavutil/x86/asm.h #includes
Diego Biurrun
2016-05-28
14
-14
/
+0
*
ac3: Check the array bound before dereferencing
Luca Barbato
2016-05-27
1
-1
/
+1
*
vaapi_h264: Add trivial support for low-power encoding
Mark Thompson
2016-05-27
1
-2
/
+16
*
vaapi_h264: Fix frame_num after non-reference frames
Mark Thompson
2016-05-27
1
-7
/
+11
*
vaapi_encode: Check config attributes before creating config
Mark Thompson
2016-05-27
1
-2
/
+130
*
build: Ignore generated mapfile and remove it on distclean
Diego Biurrun
2016-05-27
2
-1
/
+2
*
FATE: drop the audio stream from the dxtory test
Anton Khirnov
2016-05-26
2
-2
/
+1
*
avconv: fix parsing bitstream filters
Anton Khirnov
2016-05-26
1
-7
/
+11
*
avconv: fix a check for av_bsf_get_by_name() return value
Anton Khirnov
2016-05-26
1
-1
/
+1
*
avconv_vaapi: use the hwcontext device creation API
Anton Khirnov
2016-05-26
1
-92
/
+4
*
avconv_dxva2: use the hwcontext device creation API
Anton Khirnov
2016-05-26
1
-129
/
+11
*
avconv_vdpau: use the hwcontext device creation API
Anton Khirnov
2016-05-26
1
-88
/
+7
*
hwcontext_vaapi: implement device creation
Anton Khirnov
2016-05-26
1
-0
/
+123
*
hwcontext_dxva2: implement device creation
Anton Khirnov
2016-05-26
1
-0
/
+133
*
hwcontext_cuda: implement device creation
Anton Khirnov
2016-05-26
1
-0
/
+44
*
hwcontext_vdpau: implement device creation
Anton Khirnov
2016-05-26
2
-2
/
+82
*
hwcontext: add a function for opening devices
Anton Khirnov
2016-05-26
5
-1
/
+71
*
lavc: handle hw_frames_ctx where necessary
Andrey Turkin
2016-05-26
1
-0
/
+9
*
golomb: Give svq3_get_se_golomb()/svq3_get_ue_golomb() better names
Diego Biurrun
2016-05-25
6
-49
/
+49
*
fate: More fine-grained dependencies for demuxer tests
Diego Biurrun
2016-05-25
1
-6
/
+6
*
fate: More fine-grained dependencies for voice codec tests
Diego Biurrun
2016-05-25
1
-12
/
+12
*
rtsp: Use avcodec_descriptor_get instead of avcodec_find_decoder
Martin Storsjö
2016-05-25
1
-4
/
+4
*
avcodec: Bump micro version after changing public JPEG 2000 defines
Diego Biurrun
2016-05-24
2
-1
/
+4
*
jpeg2000: Fix profile define values
Francois Cartegnie
2016-05-24
1
-3
/
+3
*
avfiltergraph: check the query_formats() return value
Anton Khirnov
2016-05-23
1
-2
/
+8
*
lavc: document that avcodec_close() should not be used
Anton Khirnov
2016-05-23
1
-0
/
+5
*
lavc: deprecate avcodec_get_context_defaults3()
Anton Khirnov
2016-05-23
3
-16
/
+21
*
lavc: deprecate avcodec_copy_context()
Anton Khirnov
2016-05-23
3
-0
/
+14
*
lavf: update muxing doxy
Anton Khirnov
2016-05-23
1
-3
/
+3
*
mp3: Make the extrasize explicit
Luca Barbato
2016-05-22
1
-14
/
+15
*
get_bits: Drop some TRACE-level debug code
Diego Biurrun
2016-05-22
3
-74
/
+0
[prev]
[next]