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
*
mpegvideo: move mpegvideo formats-related defines to mpegutils.h
Vittorio Giovara
2014-03-16
1
-0
/
+1
*
mpeg12dec: do not add stereo3D side data to a non-existing frame
Janne Grunau
2014-02-13
1
-9
/
+17
*
mpeg: K&R formatting cosmetics
Vittorio Giovara
2014-02-04
1
-345
/
+456
*
mpeg12: check scantable indices in all decode_block functions
Janne Grunau
2014-01-25
1
-23
/
+31
*
mpeg12dec: parse frame packing arrangement user_data and save relevant stereo...
Vittorio Giovara
2013-12-09
1
-0
/
+32
*
mpeg12dec: move first_slice from MpegEncContext to Mpeg1Context
Anton Khirnov
2013-12-05
1
-3
/
+4
*
mpeg12dec: Extract CC user data into frame side data
John Stebbins
2013-11-26
1
-0
/
+67
*
mpeg12dec: Remove outdated UV swapping code for VCR2
Diego Biurrun
2013-11-14
1
-18
/
+0
*
mpeg12dec: Remove unused swap_uv member from Mpeg1Context
Diego Biurrun
2013-11-14
1
-1
/
+0
*
Deprecate obsolete XvMC hardware decoding support
Diego Biurrun
2013-11-13
1
-15
/
+50
*
hwaccel: Simplify ff_find_hwaccel
Luca Barbato
2013-11-10
1
-2
/
+2
*
mpeg12dec: stop using deprecated avcodec_set_dimensions
Anton Khirnov
2013-10-31
1
-1
/
+5
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-3
/
+3
*
mpeg12decdata.h: Move all tables to the only place they are used
Diego Biurrun
2013-08-15
1
-1
/
+33
*
vdpau: remove old-style decoders
Rémi Denis-Courmont
2013-08-05
1
-52
/
+3
*
mpeg12: Ignore slice threading if hwaccel is active
Rémi Denis-Courmont
2013-07-25
1
-3
/
+6
*
mpeg12: skip frames consistently
Janne Grunau
2013-05-28
1
-5
/
+13
*
Remove commented-out debug #define cruft
Diego Biurrun
2013-05-16
1
-4
/
+0
*
avcodec: Add av_cold attributes to end functions missing them
Diego Biurrun
2013-05-05
1
-1
/
+2
*
mpeg12: Move Mpeg1Context declaration to the only place it is used
Diego Biurrun
2013-03-27
1
-0
/
+15
*
Split MPEG-1/2 decoder code off from MPEG-1/2 common code
Diego Biurrun
2013-03-27
1
-0
/
+2461