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
...
*
Cosmetics
Ivan Kalvachev
2009-02-14
1
-3
/
+3
*
Merge preprocessor if CONFIG_MPEG_XVMC_DECODER and code if( &&)
Ivan Kalvachev
2009-02-14
1
-15
/
+6
*
Check ff_xvmc_field_start() result in all cases.
Ivan Kalvachev
2009-02-14
1
-1
/
+2
*
Add xvmc_internal.h that contains all internal xvmc function declarations.
Diego Biurrun
2009-02-14
1
-5
/
+1
*
use ff_xvmc for function names instead of XVMC_
Ivan Kalvachev
2009-02-14
1
-9
/
+9
*
Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.
Diego Biurrun
2009-02-14
1
-6
/
+6
*
don't assume quant_matrix[0]==8 in ff_mpeg1_decode_block_intra(). this is req...
Peter Ross
2009-02-05
1
-1
/
+1
*
convert mpeg1_decode_block_intra() to inline global
Peter Ross
2009-02-05
1
-5
/
+2
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
remove ff_get_fourcc() and use AV_RL32() instead
Aurelien Jacobs
2009-01-17
1
-1
/
+1
*
Add mpeg1_vdpau decoder.
Carl Eugen Hoyos
2009-01-16
1
-0
/
+16
*
12l: Fix compilation with --disable-vdpau.
Carl Eugen Hoyos
2009-01-16
1
-1
/
+1
*
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can
NVIDIA Corporation
2009-01-16
1
-3
/
+37
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-6
/
+6
*
Avoid using sub_id in mpeg1/2video.
Michael Niedermayer
2009-01-13
1
-1
/
+2
*
Rename mpeg_set_pixelformat() as mpeg_get_pixelformat().
Carl Eugen Hoyos
2009-01-06
1
-3
/
+3
*
Factorise setting of avctx->pix_fmt.
Carl Eugen Hoyos
2009-01-06
1
-18
/
+18
*
Switch xvmc over to a CONFIG_ option.
Diego Biurrun
2008-12-15
1
-6
/
+6
*
Delete unnecessary 'extern' keywords.
Diego Biurrun
2008-12-03
1
-4
/
+4
*
Making it easier to send arbitrary structures as work orders to MT workers
Roman Shaposhnik
2008-11-12
1
-2
/
+2
*
Guess picture type from picture coding extension when the main header is dama...
Michael Niedermayer
2008-09-28
1
-4
/
+26
*
Rename error_resilience to error_recognition.
Michael Niedermayer
2008-09-08
1
-4
/
+4
*
Ignore the spec, and calculate aspect ratio on width/height.
Michael Niedermayer
2008-09-03
1
-1
/
+3
*
simplify mpeg12 avctx->pix_fmt set
Baptiste Coudurier
2008-08-26
1
-7
/
+4
*
Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs.
Diego Biurrun
2008-08-20
1
-2
/
+2
*
cosmetics: comment spelling/grammar fixes
Diego Biurrun
2008-08-20
1
-57
/
+56
*
Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately.
Diego Biurrun
2008-08-19
1
-32
/
+2
*
Mark init_vlcs function as av_cold.
Diego Biurrun
2008-08-19
1
-1
/
+1
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-4
/
+4
*
print correct mpeg-2 broken_link value, and print closed_gop
Baptiste Coudurier
2008-06-02
1
-3
/
+4
*
Change init_2d_vlc_rl() to not use *alloc_static().
Michael Niedermayer
2008-05-30
1
-8
/
+14
*
Remove constant argument.
Michael Niedermayer
2008-05-30
1
-7
/
+4
*
Switch to INIT_VLC_USE_NEW_STATIC.
Michael Niedermayer
2008-05-30
1
-14
/
+14
*
Do not reject odd width/height.
Michael Niedermayer
2008-05-25
1
-2
/
+1
*
Replace some occurrences of -1 with PIX_FMT_NONE.
Carl Eugen Hoyos
2008-05-11
1
-4
/
+4
*
Add some long names to AVCodec declarations.
Stefano Sabatini
2008-04-29
1
-0
/
+4
*
Decode stuff from extradata as well.
Michael Niedermayer
2008-04-03
1
-0
/
+3
*
Factorize code a little.
Michael Niedermayer
2008-04-03
1
-8
/
+18
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-2
/
+2
*
Use correct t printf modifier for pointer differences.
Diego Biurrun
2008-03-14
1
-1
/
+1
*
log aspect ratio forbidden value, and fail if error resilience is high
Baptiste Coudurier
2008-03-14
1
-0
/
+5
*
do not fail badly if aspect ratio is 0/forbidden, fix issue 369
Baptiste Coudurier
2008-03-13
1
-2
/
+0
*
add FF_ prefix to all (frame)_TYPE usage
Aurelien Jacobs
2008-03-09
1
-19
/
+19
*
Make find_frame_end() merge 2 mpeg2 field pictures. This should make mpeg2
Michael Niedermayer
2008-02-20
1
-16
/
+30
*
Reduce the number of senselessly scanned bytes.
Michael Niedermayer
2008-02-19
1
-1
/
+1
*
const
Michael Niedermayer
2008-02-01
1
-1
/
+1
*
Drop non key frames before the first key frame.
Michael Niedermayer
2008-01-05
1
-1
/
+3
*
Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870
Stefan Lucke
2007-10-13
1
-1
/
+1
*
Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader.
Michael Niedermayer
2007-08-04
1
-1
/
+32
[prev]
[next]