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
path:
root
/
libavcodec
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
mlpenc: Working MLP/TrueHD encoder
Jai Luthra
2016-09-17
5
-2
/
+2481
*
|
avcodec/cuvid: Check for non 420 chroma formats - they aren't supported
Philip Langdale
2016-09-17
1
-0
/
+6
*
|
avcodec/cuvid: Fully re-initialize the parser after a flush.
Philip Langdale
2016-09-17
1
-0
/
+10
*
|
lavc/libvpxenc: Avoid vp8 transparency encoding with auto-alt-ref.
Carl Eugen Hoyos
2016-09-17
1
-0
/
+5
*
|
lavc: add hevc mediacodec decoder
Matthieu Bouron
2016-09-15
8
-34
/
+369
*
|
avcodec/adpcm: clip step for ADPCM MTAF decoder
Paul B Mahol
2016-09-15
1
-2
/
+2
*
|
libavcodec/qsvdec_h2645.c: drop executable permission
Moritz Barsnick
2016-09-15
1
-0
/
+0
*
|
avcodec/(e)ac3: Fix target_level for EAC3.
Nikolas Bowe
2016-09-15
4
-7
/
+22
*
|
avcodec/h264_parser: fix for possible overflow
Paul B Mahol
2016-09-14
1
-2
/
+2
*
|
avcodec/h264_parser: set missing pts for top/bottom field frames
Paul B Mahol
2016-09-14
1
-0
/
+22
*
|
lavc: Enable a53cc by default for x264 and qsv_h264.
Carl Eugen Hoyos
2016-09-14
2
-2
/
+2
*
|
avcodec/g726: Add missing ADDB output mask
Michael Niedermayer
2016-09-14
1
-1
/
+1
*
|
avcodec/mpeg12dec: add comments documenting the format of the DVD CC user-dat...
Jonathan Campbell
2016-09-13
1
-1
/
+25
*
|
avcodec/avpacket: clear side_data_elems
Michael Niedermayer
2016-09-12
1
-2
/
+5
*
|
ass_split: reindent
Rodger Combs
2016-09-12
1
-17
/
+17
*
|
ass_split: fix handling of streams with no [Events] or Format: line
Rodger Combs
2016-09-12
1
-9
/
+27
*
|
avcodec/h264_refs: Change default case to av_assert0() to suppress warning
Michael Niedermayer
2016-09-12
1
-1
/
+1
*
|
lavc/ffjni: do not error out if the last non-mandatory field/method cannot be...
Matthieu Bouron
2016-09-12
1
-0
/
+2
*
|
libavcodec/mmaldec.c: set AVFrame interlaced_frame and top_field_first, AVCod...
Jens Ziller
2016-09-12
1
-0
/
+20
*
|
avcodec/cuvid: Always check for internal errors during parsing
Philip Langdale
2016-09-10
1
-2
/
+7
*
|
lavc/Makefile: add missing ADPCM_THP_LE objs
Rodger Combs
2016-09-09
1
-0
/
+1
*
|
lavc/Makefile: g729dec: fix missing file
Rodger Combs
2016-09-09
1
-1
/
+1
*
|
avcodec/cuvid: check for and warn about invalid pkt_timebase
Timo Rothenpieler
2016-09-09
1
-2
/
+11
*
|
avcodec/cuvid: use pkt_timebase instead of time_base
Timo Rothenpieler
2016-09-09
1
-2
/
+2
*
|
lavc/alsdec: use get_bitsz() to simplify reading of the mantissa
Thilo Borgmann
2016-09-09
1
-1
/
+1
*
|
lavc/hevc: store VPS/SPS/PPS data
Matthieu Bouron
2016-09-09
2
-0
/
+45
*
|
avcodec/ccaption_dec: Use simple array instead of AVBuffer
Michael Niedermayer
2016-09-09
1
-16
/
+11
*
|
avcodec/alsdec: Fix reading 0 mantisse bits
Michael Niedermayer
2016-09-08
1
-1
/
+1
*
|
avcodec/svq3: Reintroduce slice_type
Michael Niedermayer
2016-09-08
1
-1
/
+7
*
|
avcodec/mlz: Check offset before writing
Michael Niedermayer
2016-09-08
1
-0
/
+4
*
|
avcodec/mlz: clear dict on allocation to ensure there are no uninitialized va...
Michael Niedermayer
2016-09-08
1
-1
/
+1
*
|
avcodec/alsdec: Fix raw_mantissa memleak
Michael Niedermayer
2016-09-08
1
-2
/
+8
*
|
avcodec/alsdec: Fix mlz memleak
Michael Niedermayer
2016-09-08
1
-2
/
+5
*
|
avcodec/nvenc: use frame size instead of surface size
Timo Rothenpieler
2016-09-08
1
-1
/
+1
*
|
lavc/mediacodecdec_h264: use h264_parse.h instead of h264dec.h
Matthieu Bouron
2016-09-07
1
-1
/
+1
*
|
lavc/mediacodecdec_h264: move bsf variable declaration at the top of the func...
Matthieu Bouron
2016-09-07
1
-1
/
+3
*
|
avcodec/nvenc: support RGB input
Sven C. Dack
2016-09-07
1
-0
/
+10
*
|
avcodec/nvenc: correctly set inputPitch
Timo Rothenpieler
2016-09-07
2
-0
/
+4
*
|
avcodec/nvenc: use av_image_copy for copying frame data
Timo Rothenpieler
2016-09-07
1
-73
/
+21
*
|
lavc/avcodec: Improve av_parser_parse() documentation, mention padding.
Carl Eugen Hoyos
2016-09-07
1
-1
/
+4
*
|
avcodec/gif: don't honor transparency if palette changed
Paul B Mahol
2016-09-07
1
-1
/
+1
*
|
lavc/mediacodecdec_h264: fix SODB escaping
Matthieu Bouron
2016-09-07
1
-3
/
+3
*
|
avcodec: Fix successfull typo
Michael Niedermayer
2016-09-07
1
-1
/
+1
*
|
cuvid: Implement flush to support seeking in media players
Philip Langdale
2016-09-06
2
-40
/
+92
*
|
cuvid: Add hwaccels and decoders for remaining supported formats
Philip Langdale
2016-09-06
3
-2
/
+57
*
|
lavc/avpacket: Fix undefined behaviour, do not pass a null pointer to memcpy().
Carl Eugen Hoyos
2016-09-05
1
-1
/
+2
*
|
avcodec/pnmdec: fix undefined behaviour
Paul B Mahol
2016-09-05
1
-3
/
+3
*
|
avccodec/utvideoenc: support encoding ULY4 and ULH4
Paul B Mahol
2016-09-04
2
-1
/
+21
*
|
avcodec/utvideodec: add support for ULY4 and ULH4
Paul B Mahol
2016-09-04
1
-0
/
+30
*
|
avcodec/utils: print only the padding values that are set
James Almer
2016-09-03
1
-4
/
+7
[prev]
[next]