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
*
hwcontext: add a QSV implementation
Anton Khirnov
2016-06-21
8
-1
/
+857
*
qsvdec: move reading the user-provided session to qsv_decode_init()
Anton Khirnov
2016-06-21
1
-13
/
+11
*
lavc: allow using AVCodecContext.hw_frames_ctx for decoding
Anton Khirnov
2016-06-21
4
-9
/
+37
*
truemotion2rt: Use ff_set_dimensions
Vittorio Giovara
2016-06-21
1
-3
/
+8
*
pixdesc: Add new SMPTE 431, 432, and 2085 color properties
Vittorio Giovara
2016-06-21
5
-2
/
+11
*
pixfmt: Add ARIB STD-B76 color transfer characteristic
Neil Birkbeck
2016-06-21
5
-2
/
+5
*
avconv: factor out initializing stream parameters for streamcopy
Anton Khirnov
2016-06-21
1
-99
/
+110
*
avconv: initialize output framerate earlier
Anton Khirnov
2016-06-21
2
-34
/
+42
*
avconv: do not set encoder options when streamcopy is used
Anton Khirnov
2016-06-21
1
-4
/
+0
*
avconv: refactor selecting an encoder
Anton Khirnov
2016-06-21
2
-25
/
+37
*
avconv: fix handling attachments in init_output_stream
Anton Khirnov
2016-06-21
1
-1
/
+1
*
avconv: create simple filtergraphs earlier
Anton Khirnov
2016-06-21
4
-10
/
+21
*
avconv: add a function for determining whether a filtergraph is simple
Anton Khirnov
2016-06-21
3
-3
/
+8
*
h264: handle frame recovery in h264_field_start()
Anton Khirnov
2016-06-21
2
-18
/
+18
*
h264: discard slices of redundant pictures right after parsing the slice header
Anton Khirnov
2016-06-21
2
-2
/
+8
*
h264: always set redundant_pic_count during slice header parsing
Anton Khirnov
2016-06-21
1
-0
/
+1
*
h264: call the hwaccel frame_start() from h264_field_start()
Anton Khirnov
2016-06-21
2
-4
/
+6
*
h264: fix the check for mixed IDR/non-IDR slices
Anton Khirnov
2016-06-21
3
-6
/
+12
*
h264: do not pass H264Context to h264_slice_header_parse()
Anton Khirnov
2016-06-21
3
-31
/
+31
*
h264: fix warnings in fill_filter_caches_inter()
Anton Khirnov
2016-06-21
1
-9
/
+9
*
h264: drop tests whether the codec id is AV_CODEC_ID_H264
Anton Khirnov
2016-06-21
2
-6
/
+3
*
h264_cabac: drop an always true condition
Anton Khirnov
2016-06-21
1
-1
/
+1
*
h264: add H264_ prefix to the NAL unit types
Anton Khirnov
2016-06-21
8
-65
/
+65
*
h264_sei: drop an unnecessary h264dec.h include
Anton Khirnov
2016-06-21
1
-1
/
+1
*
lavc: drop unnecessary h264dec.h includes
Anton Khirnov
2016-06-21
2
-2
/
+2
*
h264: tighten the valid range for ref_frame_count
Anton Khirnov
2016-06-21
1
-2
/
+1
*
h264: move the parameter set definitions to a new header file
Anton Khirnov
2016-06-21
15
-131
/
+176
*
svq3: stop using H264Picture
Anton Khirnov
2016-06-21
1
-10
/
+24
*
h264: create a new header for common h264 definitions
Anton Khirnov
2016-06-21
9
-20
/
+52
*
h264: rename h264.[ch] to h264dec.[ch]
Anton Khirnov
2016-06-21
32
-34
/
+34
*
h264: factor out setting frame properties / side data
Anton Khirnov
2016-06-21
2
-147
/
+166
*
h264: drop unused NAL_FF_IGNORE
Anton Khirnov
2016-06-21
2
-3
/
+0
*
h264: move a per-field block from decode_slice_header() to field_start()
Anton Khirnov
2016-06-21
1
-9
/
+7
*
h264: only allow ending a field/starting a new one before finish_setup()
Anton Khirnov
2016-06-21
1
-15
/
+19
*
h264: store {curr,max}_pic_num in the per-slice context
Anton Khirnov
2016-06-21
3
-23
/
+12
*
h264: decode the poc values from the slice header into the per-slice context
Anton Khirnov
2016-06-21
2
-25
/
+21
*
h264: set mb_aff_frame in frame_start()
Anton Khirnov
2016-06-21
1
-5
/
+3
*
h264: move the block starting a new field out of slice_header_parse()
Anton Khirnov
2016-06-21
1
-35
/
+33
*
h264: pass a H2645NAL to slice header decoding
Anton Khirnov
2016-06-21
3
-15
/
+19
*
fate: Add TrueMotion 2 RT tests
Vittorio Giovara
2016-06-20
4
-0
/
+18
*
fate: Move Duck Truemotion 1 and 2 tests to vpx.mak
Vittorio Giovara
2016-06-20
2
-12
/
+12
*
Add TrueMotion 2.0 Real Time decoder
Paul B Mahol
2016-06-20
9
-1
/
+240
*
fate: Add tests for MagicYUV
Vittorio Giovara
2016-06-20
8
-0
/
+33
*
Add MagicYUV decoder
Paul B Mahol
2016-06-20
11
-1
/
+503
*
ffv1: Error out on unsupported format
Jerome Martinez
2016-06-18
1
-0
/
+11
*
checkasm: Add tests for h264 idct
Martin Storsjö
2016-06-17
4
-0
/
+237
*
mov: Support prores with multiple stsd
Vittorio Giovara
2016-06-17
1
-0
/
+2
*
mov: Implement support for multiple sample description tables
Vittorio Giovara
2016-06-17
2
-6
/
+127
*
h264: Support AV_PKT_DATA_NEW_EXTRADATA
Vittorio Giovara
2016-06-17
1
-0
/
+13
*
lavc: Document AV_PKT_DATA_NEW_EXTRADATA
Vittorio Giovara
2016-06-17
1
-0
/
+8
[next]