index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
mpeg12.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mpeg12: check for available bits to avoid an infinite loop
Jindřich Makovička
2012-01-19
1
-1
/
+1
*
cosmetics: drop some pointless parentheses
Diego Biurrun
2012-01-07
1
-1
/
+1
*
mpegenc: use avctx->slices as number of slices
Janne Grunau
2012-01-02
1
-1
/
+3
*
error_resilience: use the ER_ namespace
Luca Barbato
2011-12-13
1
-4
/
+4
*
doxygen: misc consistency, spelling and wording fixes
Diego Biurrun
2011-12-12
1
-3
/
+4
*
lavc: remove "legacy" mpegvideo decoder.
Anton Khirnov
2011-10-27
1
-15
/
+0
*
mpeg12: fix mpeg_decode_slice context parameter type
Janne Grunau
2011-10-24
1
-4
/
+3
*
Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context"
Janne Grunau
2011-10-24
1
-8
/
+7
*
mpeg12: move closed_gop from MpegEncContext to Mpeg1Context
Anton Khirnov
2011-10-23
1
-3
/
+4
*
mpeg12: move full_pel from MpegEncContext to Mpeg1Context
Anton Khirnov
2011-10-23
1
-7
/
+8
*
mpeg12: move Mpeg1Context from mpeg12.c to mpeg12.h
Anton Khirnov
2011-10-23
1
-13
/
+0
*
lavc: replace references to deprecated AVCodecContext.error_recognition to us...
Dustin Brody
2011-10-22
1
-13
/
+13
*
lavc: use avpriv_ prefix for ff_frame_rate_tab.
Anton Khirnov
2011-10-20
1
-4
/
+4
*
lavc: rename ff_find_start_code to avpriv_mpv_find_start_code
Anton Khirnov
2011-10-20
1
-4
/
+4
*
w32threads: support for frame multithreading
Steven Walters
2011-10-16
1
-1
/
+1
*
mpeg124: use sign_extend() function
Mans Rullgard
2011-10-09
1
-4
/
+2
*
lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_*
Anton Khirnov
2011-09-21
1
-1
/
+1
*
mpeg12: reorder functions to avoid ugly forward declarations
Diego Biurrun
2011-09-13
1
-532
/
+521
*
mpeg12: cosmetics: reformat as K&R
Diego Biurrun
2011-09-06
1
-768
/
+751
*
mpeg12: propagate more real return values through chunk decode error return a...
Dustin Brody
2011-09-05
1
-21
/
+19
*
mpeg12: propagate chunk decode errors and fix conditional indentation
Dustin Brody
2011-08-25
1
-4
/
+24
*
mpeg12: remove repeat-field code disabled since May 2002
Dustin Brody
2011-08-15
1
-12
/
+0
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-54
/
+48
*
mpeg1video: add CODEC_CAP_SLICE_THREADS.
Ronald S. Bultje
2011-07-13
1
-1
/
+1
*
Eliminate FF_COMMON_FRAME macro.
Diego Biurrun
2011-07-11
1
-25
/
+25
*
Remove return statements following infinite loops without break
Mans Rullgard
2011-07-03
1
-2
/
+0
*
mpeg12: more advanced ffmpeg mpeg2 aspect guessing code.
Michael Niedermayer
2011-06-10
1
-2
/
+16
*
Remove unused variables
Mans Rullgard
2011-06-02
1
-2
/
+1
*
H264/MPEG frame-level multi-threading.
Alexander Strange
2011-06-02
1
-4
/
+32
*
mpeg12: add slice-threading checks to slice-threading initializers.
Ronald S. Bultje
2011-05-18
1
-3
/
+3
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
1
-23
/
+23
*
mpeg12: terminate mpeg2_video_profiles arrays
Stefano Sabatini
2011-04-28
1
-0
/
+1
*
lavc: remove FF_API_HURRY_UP cruft
Anton Khirnov
2011-04-26
1
-8
/
+0
*
Introduce slice threads flag.
Ronald S. Bultje
2011-04-21
1
-2
/
+2
*
Use consistent condition for whether to run slice-threading execute function.
Reimar Döffinger
2011-04-09
1
-1
/
+1
*
lavc: mark hurry_up for removal on next major bump
Anton Khirnov
2011-04-02
1
-0
/
+4
*
mpeg12.c: fix slice threading for mpeg2 field picture mode.
Ronald S. Bultje
2011-03-24
1
-1
/
+13
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Export profiles from the mpeg2 video decoder
Benjamin Larsson
2011-03-10
1
-0
/
+13
*
Replace dprintf with av_dlog
Luca Barbato
2011-01-29
1
-20
/
+20
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-6
/
+6
*
Remove redundant checks against MIN_CACHE_BITS
Mans Rullgard
2011-01-23
1
-32
/
+0
*
Make dc_lum_vlc and dc_chroma_vlc non-static symbols,
Vitor Sessak
2011-01-05
1
-2
/
+5
*
Fix doxy that refers to the wrong variable.
Michael Niedermayer
2010-07-27
1
-1
/
+1
*
Add new decoder property max_lowres and do not init decoder if requested valu...
Carl Eugen Hoyos
2010-07-07
1
-0
/
+3
*
Do not skip one of three bits zero padding.
Daniel Kristjansson
2010-06-30
1
-1
/
+1
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-2
/
+2
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-6
/
+6
*
Change ref_index structure so it matches how its organized in h264.
Michael Niedermayer
2010-03-23
1
-2
/
+4
[next]