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
/
mpeg12dec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix visual glitch with XvMC, caused by wrong idct permutation.
Ivan Kalvachev
2017-10-12
1
-1
/
+1
*
dxva: add support for new dxva2 and d3d11 hwaccel APIs
wm4
2017-06-27
1
-0
/
+1
*
avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mb
Michael Niedermayer
2017-06-19
1
-1
/
+1
*
avcodec/mpeg12dec: Fixes runtime error: division by zero
Michael Niedermayer
2017-05-11
1
-1
/
+2
*
avcodec/mpeg12dec: Fix runtime error: left shift of negative value -1
Michael Niedermayer
2017-03-13
1
-1
/
+1
*
avcodec/mpeg12dec: Fix runtime error: left shift of negative value -13
Michael Niedermayer
2017-03-04
1
-1
/
+1
*
avcodec/mpeg12dec: Fix runtime error: left shift of negative value -2
Michael Niedermayer
2017-02-26
1
-2
/
+2
*
avcodec/mpeg12dec: Fix runtime error: left shift of negative value
Michael Niedermayer
2017-02-19
1
-2
/
+2
*
avcodec/mpeg12dec: Provide debug level log on skiped P/B frames
Michael Niedermayer
2017-02-19
1
-0
/
+4
*
avcodec/mpeg12dec: Add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM
Michael Niedermayer
2016-12-10
1
-1
/
+5
*
mpeg12dec: unref discarded picture from extradata
Andreas Cadhalpun
2016-10-21
1
-0
/
+1
*
lavc: fix typos
Moritz Barsnick
2016-10-09
1
-1
/
+1
*
avcodec/mpeg12dec: add comments documenting the format of the DVD CC user-dat...
Jonathan Campbell
2016-09-13
1
-1
/
+25
*
lavc/get_bits: add a logging context to check_marker()
Clément Bœsch
2016-06-22
1
-3
/
+3
*
Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'
Clément Bœsch
2016-06-21
1
-5
/
+5
|
\
|
*
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-04
1
-5
/
+5
|
*
lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPI
Mark Thompson
2016-03-19
1
-1
/
+1
*
|
avcodec/mpeg12dec: Print position in end mismatch error
Michael Niedermayer
2016-05-01
1
-2
/
+2
*
|
avcodec/mpeg12dec: Do not choke on extra m704 alpha data
Michael Niedermayer
2016-05-01
1
-0
/
+4
*
|
avcodec/mpeg12dec: Fix missing slice handling without padding
Michael Niedermayer
2016-02-24
1
-3
/
+5
*
|
avcodec/mpeg12: Remove duplicate block_last_index setting code
Michael Niedermayer
2016-02-16
1
-1
/
+1
*
|
Merge commit '7c25ffe070c286874a8c3513f7504b90e1626b0c'
Derek Buitenhuis
2016-02-16
1
-102
/
+13
|
\
\
|
|
/
|
*
mpeg1: Make intra-block decoding independent of MpegEncContext
Vittorio Giovara
2016-02-09
1
-95
/
+13
*
|
Merge commit '249827f736db4c94dfcb24a3883aa4c04f9b119b'
Derek Buitenhuis
2016-02-16
1
-11
/
+18
|
\
\
|
|
/
|
*
mpeg12dec: Refactor mpeg1_decode_block_intra()
Diego Biurrun
2016-02-09
1
-11
/
+18
*
|
Merge commit 'cdbaa436042ba59c3b2bd7e9652e9a14136fd604'
Derek Buitenhuis
2016-02-16
1
-11
/
+44
|
\
\
|
|
/
|
*
mpeg12dec: Always close reader on error
Vittorio Giovara
2016-02-09
1
-15
/
+48
*
|
mpeg12dec: Export GOP timecodes as side data
Derek Buitenhuis
2016-02-01
1
-2
/
+20
*
|
Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6'
Hendrik Leppkes
2016-01-01
1
-13
/
+2
|
\
\
|
|
/
|
*
lavc: add profiles to AVCodecDescriptor
Anton Khirnov
2015-12-12
1
-13
/
+2
|
*
mpeg12: Unbreak building stale code
Luca Barbato
2015-10-16
1
-1
/
+1
|
*
lavc: AV-prefix a few left out capabilities
Vittorio Giovara
2015-10-15
1
-1
/
+1
*
|
avcodec/mpeg12dec: Do not call show_bits() with invalid bits
Michael Niedermayer
2015-11-06
1
-1
/
+1
*
|
avcodec: use HAVE_THREADS header guards to silence -Wunused-function
Ganesh Ajjanagadde
2015-10-04
1
-0
/
+2
*
|
avcodec/mpeg12dec: Initialize chroma_format to 1
Michael Niedermayer
2015-09-30
1
-0
/
+1
*
|
avcodec/mpeg12dec: Move non_linear_qscale to mpegvideodata
Michael Niedermayer
2015-09-18
1
-8
/
+1
*
|
avcodec/mpeg12dec: Fix integer overflow
Michael Niedermayer
2015-09-02
1
-2
/
+2
*
|
avcodec/mpegvideo: change bit_rate to 64bit
Michael Niedermayer
2015-09-02
1
-2
/
+2
*
|
avcodec/mpeg12dec: Set dimensions in mpeg1_decode_sequence() only in absence ...
Michael Niedermayer
2015-09-01
1
-2
/
+3
*
|
disable deprecation warnings in deprecated code
Andreas Cadhalpun
2015-08-22
1
-1
/
+4
*
|
vaapi: define a unique pixel format for VA-API (AV_PIX_FMT_VAAPI).
Gwenole Beauchesne
2015-08-19
1
-1
/
+1
*
|
lavc: move vdpau decoders under FF_API_VDPAU.
wm4
2015-08-18
1
-4
/
+4
*
|
lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU.
Ronald S. Bultje
2015-08-18
1
-3
/
+17
*
|
avcodec/mpeg12dec: Check chroma_format
Michael Niedermayer
2015-08-12
1
-0
/
+7
*
|
lavc: propagate hwaccel errors
wm4
2015-08-06
1
-2
/
+7
*
|
avcodec: add new Videotoolbox hwaccel.
Sebastien Zwickert
2015-08-03
1
-0
/
+3
*
|
avocdec/mpeg12dec: fix mpeg_xvmc hwaccel flag
James Almer
2015-07-27
1
-1
/
+1
*
|
Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'
Michael Niedermayer
2015-07-27
1
-13
/
+14
|
\
\
|
|
/
|
*
lavc: AV-prefix all codec capabilities
Vittorio Giovara
2015-07-27
1
-8
/
+9
*
|
Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'
Michael Niedermayer
2015-07-27
1
-8
/
+8
|
\
\
|
|
/
[next]