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
*
mpeg12dec: Use more specific error codes
Michael Niedermayer
2014-12-03
1
-51
/
+51
*
mpeg12dec: Print error/warning messages on issues in mpeg1_decode_sequence()
Michael Niedermayer
2014-12-03
1
-2
/
+7
*
mpeg12dec: simplify context duplication
Vittorio Giovara
2014-11-06
1
-2
/
+5
*
lavc: deprecate the use of AVCodecContext.time_base for decoding
Anton Khirnov
2014-10-15
1
-4
/
+3
*
mpeg12: Always invoke the get_format() callback
Rémi Denis-Courmont
2014-09-26
1
-3
/
+16
*
cosmetics: Write NULL pointer inequality checks more compactly
Gabriel Dume
2014-08-15
1
-1
/
+1
*
cosmetics: Write NULL pointer equality checks more compactly
Gabriel Dume
2014-08-15
1
-2
/
+2
*
mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes
Diego Biurrun
2014-08-15
1
-11
/
+11
*
idct: remove call to ff_idctdsp_init from ff_MPV_common_init
John Stebbins
2014-08-14
1
-6
/
+6
*
avcodec: Suppress deprecation warnings from DTG code scheduled for removal
Diego Biurrun
2014-08-04
1
-0
/
+2
*
avcodec: Deprecate dtg_active_format field in favor of avframe side-data
Kieran Kunhya
2014-08-03
1
-1
/
+19
*
dsputil: Split off IDCT bits into their own context
Diego Biurrun
2014-06-30
1
-15
/
+15
*
mpeg: Split error resilience bits off into a separate file
Diego Biurrun
2014-06-22
1
-0
/
+1
*
Add av_image_check_sar() and use it to validate SAR
Justin Ruggles
2014-06-20
1
-0
/
+2
*
dsputil: Split clear_block*/fill_block* off into a separate context
Diego Biurrun
2014-06-18
1
-4
/
+4
*
lavc: set AVCodecContext.hwaccel in ff_get_format()
Anton Khirnov
2014-05-11
1
-2
/
+0
*
lavc: Add an internal wrapper around get_format()
Anton Khirnov
2014-05-11
1
-2
/
+2
*
mpegvideo: operate with pointers to AVFrames instead of whole structs
wm4
2014-04-09
1
-17
/
+17
*
avcodec: more correct printf specifiers
Diego Biurrun
2014-03-22
1
-2
/
+5
*
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