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
/
mpegvideo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove 2 unused variables from MPV_decode_mb_internal() found by CSA.
Michael Niedermayer
2009-04-17
1
-4
/
+0
*
fix indentation
Baptiste Coudurier
2009-04-13
1
-1
/
+1
*
Fix mb_height for interlaced mpeg2.
Michael Niedermayer
2009-04-08
1
-0
/
+3
*
Add VA API pixfmt (only VLD is available ATM).
Gwenole Beauchesne
2009-04-02
1
-0
/
+1
*
Rename hwaccel_data_private to hwaccel_picture_private.
Gwenole Beauchesne
2009-03-20
1
-5
/
+5
*
Use av_mallocz() to initialize hwaccel_data_private.
Gwenole Beauchesne
2009-03-11
1
-1
/
+1
*
Add private HW accel data infrastructure.
Gwenole Beauchesne
2009-03-09
1
-0
/
+13
*
Add frame buffer allocators. aka simplify calls to
Gwenole Beauchesne
2009-03-04
1
-24
/
+45
*
Merge three conditions in a single 'if' instead of two.
Benoit Fouet
2009-03-02
1
-2
/
+1
*
Make ff_print_debug_info() a no-op when using HW acceleration.
Gwenole Beauchesne
2009-02-27
1
-0
/
+1
*
Add ff_hwaccel_pixfmt_list_420[] definition.
Gwenole Beauchesne
2009-02-27
1
-0
/
+5
*
Add and use ff_pixfmt_list_420.
Michael Niedermayer
2009-02-24
1
-0
/
+4
*
Approved hunks for VAAPI / our new shiny hwaccel API
Michael Niedermayer
2009-02-23
1
-1
/
+2
*
Add missing av_cold in static init/close functions.
Daniel Verkamp
2009-02-22
1
-2
/
+2
*
Change the type of pblocks from pointers to short array into
Ivan Kalvachev
2009-02-22
1
-2
/
+2
*
Exit with error if MPV_common_init() is called with PIX_FMT_NONE.
Ivan Kalvachev
2009-02-19
1
-0
/
+5
*
whitespace cosmetics: Reindent a few lines after the last commit.
Diego Biurrun
2009-02-16
1
-3
/
+2
*
Get rid of some '#if CONFIG_MPEG_XVMC_DECODER' preprocessor checks around if
Diego Biurrun
2009-02-16
1
-9
/
+4
*
Add xvmc_internal.h that contains all internal xvmc function declarations.
Diego Biurrun
2009-02-14
1
-4
/
+1
*
Rename some forward declarations that were missed, fixes the warnings:
Diego Biurrun
2009-02-14
1
-2
/
+2
*
Fix compilation: XVMC_ --> ff_xvmc prefix for xvmc functions.
Diego Biurrun
2009-02-14
1
-2
/
+2
*
use ff_xvmc for function names instead of XVMC_
Ivan Kalvachev
2009-02-14
1
-2
/
+2
*
Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.
Diego Biurrun
2009-02-14
1
-3
/
+3
*
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
*
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
Aurelien Jacobs
2009-01-14
1
-8
/
+8
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-11
/
+11
*
Add VDPAU hardware accelerated decoding for H264 which can be used by
NVIDIA Corporation
2009-01-04
1
-1
/
+5
*
ARM: replace "armv4l" with "arm"
Måns Rullgård
2008-12-17
1
-2
/
+2
*
Switch xvmc over to a CONFIG_ option.
Diego Biurrun
2008-12-15
1
-3
/
+3
*
Delete unnecessary 'extern' keywords.
Diego Biurrun
2008-12-03
1
-3
/
+3
*
Fix regression test failure with pthreads on multiprocessor systems.
Michael Niedermayer
2008-12-02
1
-0
/
+3
*
Rename copy_picture to ff_copy_picture.
Carl Eugen Hoyos
2008-10-02
1
-4
/
+4
*
Do not use the generic "alloc missing references" code for h.264 as it does
Michael Niedermayer
2008-09-25
1
-1
/
+1
*
Rename error_resilience to error_recognition.
Michael Niedermayer
2008-09-08
1
-1
/
+1
*
fix mpeg 4:2:2 vis_qp and vis_mb_type debug, fix issue #471
Baptiste Coudurier
2008-07-31
1
-9
/
+10
*
cosmetics: Fix two common typos: wont --> will not, lets --> let us.
Diego Biurrun
2008-07-24
1
-1
/
+1
*
Change init_vlc_rl() so it does not use *alloc_static() anymore.
Michael Niedermayer
2008-05-30
1
-14
/
+1
*
Fix MB skipping with droppable frames.
Michael Niedermayer
2008-05-25
1
-1
/
+1
*
Unroll codepath
Keiji Costantini
2008-04-21
1
-6
/
+12
*
cosmetics: Break an overly long line.
Keiji Costantini
2008-04-10
1
-1
/
+3
*
Classify mlib as a configurable option, not as a hardware feature.
Diego Biurrun
2008-03-25
1
-1
/
+1
*
typo fixes
Diego Biurrun
2008-03-15
1
-1
/
+1
*
add FF_ prefix to all (frame)_TYPE usage
Aurelien Jacobs
2008-03-09
1
-20
/
+20
*
move ff_mpeg1_dc_scale_table to mpegvideo.c
Aurelien Jacobs
2008-03-05
1
-0
/
+8
*
move ff_emulated_edge_mc() to dsputil
Aurelien Jacobs
2008-03-04
1
-71
/
+0
*
move ff_init_scantable() into dsputil
Aurelien Jacobs
2008-03-04
1
-23
/
+0
*
move draw_edges() into dsputil
Aurelien Jacobs
2008-03-04
1
-35
/
+3
*
Fix ;;
Michael Niedermayer
2008-02-19
1
-3
/
+3
*
Remove pointless code.
Michael Niedermayer
2008-02-09
1
-2
/
+0
[next]