index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
mpegvideo.c
Age
Commit message (
Expand
)
Author
2008-10-02
Rename copy_picture to ff_copy_picture.
Carl Eugen Hoyos
2008-09-25
Do not use the generic "alloc missing references" code for h.264 as it does
Michael Niedermayer
2008-09-08
Rename error_resilience to error_recognition.
Michael Niedermayer
2008-07-31
fix mpeg 4:2:2 vis_qp and vis_mb_type debug, fix issue #471
Baptiste Coudurier
2008-07-24
cosmetics: Fix two common typos: wont --> will not, lets --> let us.
Diego Biurrun
2008-05-30
Change init_vlc_rl() so it does not use *alloc_static() anymore.
Michael Niedermayer
2008-05-25
Fix MB skipping with droppable frames.
Michael Niedermayer
2008-04-21
Unroll codepath
Keiji Costantini
2008-04-10
cosmetics: Break an overly long line.
Keiji Costantini
2008-03-25
Classify mlib as a configurable option, not as a hardware feature.
Diego Biurrun
2008-03-15
typo fixes
Diego Biurrun
2008-03-09
add FF_ prefix to all (frame)_TYPE usage
Aurelien Jacobs
2008-03-05
move ff_mpeg1_dc_scale_table to mpegvideo.c
Aurelien Jacobs
2008-03-04
move ff_emulated_edge_mc() to dsputil
Aurelien Jacobs
2008-03-04
move ff_init_scantable() into dsputil
Aurelien Jacobs
2008-03-04
move draw_edges() into dsputil
Aurelien Jacobs
2008-02-19
Fix ;;
Michael Niedermayer
2008-02-09
Remove pointless code.
Michael Niedermayer
2008-01-28
Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocated
Jeff Downs
2007-11-29
fix segfault with interlaced h.264
Michael Niedermayer
2007-10-22
Clarify comment block and rewrite in better English.
Diego Biurrun
2007-10-18
replace (disabled by default) assert(0) by abort() if the picture buffer
Michael Niedermayer
2007-10-08
Manage Picture buffers for fields as well as frames. Pair complementary field...
Jeff Downs
2007-10-08
export DCT_common_init and add ff_prefix
Baptiste Coudurier
2007-10-03
Rename MPV_common_init_ppc to MPV_common_init_altivec, the function is
Diego Biurrun
2007-10-03
Fix compilation with AltiVec disabled, MPV_common_init_ppc is part of a file
Diego Biurrun
2007-09-26
h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held fo...
Jeff Downs
2007-09-25
Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not an
Diego Biurrun
2007-09-05
Add slice-based parallel H.264 decoding
Andreas Öman
2007-08-31
renaming ARCH_BFIN to HAVE_BFIN
Marc Hoffman
2007-08-01
make grayscale only decoding checks in inner loops compiletime killable
Michael Niedermayer
2007-07-31
fix mem leak
Daniel Kristjansson
2007-07-30
replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32
Roman Shaposhnik
2007-07-11
move ff_h263_round_chroma() to mpegvideo.h as static inline
Måns Rullgård
2007-07-10
move init_vlc_rl from h263.c to mpegvideo.c
Aurelien Jacobs
2007-07-09
move ff_set_qscale from h263.c to mpegvideo.c
Aurelien Jacobs
2007-07-05
Group all copyright and author notices together.
Diego Biurrun
2007-07-05
make DCT_common_init() static
Aurelien Jacobs
2007-07-05
move mpeg encoder specific initialization in the encoder specific file
Aurelien Jacobs
2007-07-03
Description: split mpegvideo.c
Benoit Fouet
2007-06-20
move dct_quantize and denoise_dct function pointers initialization to C
Benoit Fouet
2007-06-20
remove unused constant definition
Benoit Fouet
2007-06-19
aanscales is used only with CONFIG_ENCODERS
Benoit Fouet
2007-06-14
Simplify init preprocessor statements.
Albert Lee
2007-06-12
integrating MPV_common_init_bfin into the build system and mpegvideo.c
Marc Hoffman
2007-06-12
misc typo fixes
Diego Biurrun
2007-06-12
misc spelling fixes
Diego Biurrun
2007-05-28
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
Diego Biurrun
2007-05-20
use AV_LOG_ERROR instead of INFO for errors
Michael Niedermayer
2007-05-20
sanity checks for bitrate tolerance and buffer size (= fail if a single frame...
Michael Niedermayer
[next]