projects
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cosmetics: drop some pointless parentheses
[ffmpeg.git]
/
libavcodec
/
mpegvideo.c
2012-01-07
Diego Biurrun
cosmetics: drop some pointless parentheses
blob
|
commitdiff
2012-01-02
Janne Grunau
mpegenc: use avctx->slices as number of slices
blob
|
commitdiff
|
diff to current
2011-12-25
Konstantin Todorov
mpegvideo.c: K&R formatting and cosmetics.
blob
|
commitdiff
|
diff to current
2011-12-18
Mans Rullgard
avcodec: deprecate AVFrame.age
blob
|
commitdiff
|
diff to current
2011-12-14
Andrey Utkin
mpegvideo: remove abort() in ff_find_unused_picture()
blob
|
commitdiff
|
diff to current
2011-12-12
Diego Biurrun
doxygen: misc consistency, spelling and wording fixes
blob
|
commitdiff
|
diff to current
2011-12-12
Dustin Brody
lavc: convert error_recognition to err_recognition.
blob
|
commitdiff
|
diff to current
2011-12-07
Diego Biurrun
cosmetics: drop some completely pointless parentheses
blob
|
commitdiff
|
diff to current
2011-12-06
Konstantin Todorov
Code cleanup - mpegvideo.c - 500-1000line
blob
|
commitdiff
|
diff to current
2011-12-03
Konstantin Todorov
mpegvideo.c: code cleanup - first 500 lines.
blob
|
commitdiff
|
diff to current
2011-12-02
Justin Ruggles
avcodec: change number of plane pointers from 4 to...
blob
|
commitdiff
|
diff to current
2011-11-19
Justin Ruggles
avcodec: move some AVCodecContext fields to an internal...
blob
|
commitdiff
|
diff to current
2011-11-14
Sebastien Zwickert
hwaccel: OS X Video Decoder Acceleration (VDA) support.
blob
|
commitdiff
|
diff to current
2011-10-23
Anton Khirnov
mpeg12: move closed_gop from MpegEncContext to Mpeg1Context
blob
|
commitdiff
|
diff to current
2011-10-20
Anton Khirnov
lavc: use avpriv_ prefix for ff_toupper4.
blob
|
commitdiff
|
diff to current
2011-10-20
Anton Khirnov
lavc: rename ff_find_start_code to avpriv_mpv_find_star...
blob
|
commitdiff
|
diff to current
2011-10-16
Steven Walters
w32threads: support for frame multithreading
blob
|
commitdiff
|
diff to current
2011-10-05
Ronald S. Bultje
mpegvideo: set correct offset for edge emulation buffer.
blob
|
commitdiff
|
diff to current
2011-10-05
Ronald S. Bultje
mpegvideo: fix position of bottom edge.
blob
|
commitdiff
|
diff to current
2011-09-21
Anton Khirnov
lavc: replace some deprecated FF_*_TYPE with AV_PICTURE...
blob
|
commitdiff
|
diff to current
2011-09-21
Diego Biurrun
Fix assert() calls that need updates after FF_COMMON_FR...
blob
|
commitdiff
|
diff to current
2011-08-23
Alberto Delmás
Windows Media Image decoder (WMVP/WVP2)
blob
|
commitdiff
|
diff to current
2011-07-27
Mans Rullgard
mpegvideo: initialise DSPContext in ff_dct_common_init()
blob
|
commitdiff
|
diff to current
2011-07-20
Ronald S. Bultje
mpegvideo: fix invalid picture unreferencing.
blob
|
commitdiff
|
diff to current
2011-07-10
Diego Biurrun
Eliminate FF_COMMON_FRAME macro.
blob
|
commitdiff
|
diff to current
2011-07-09
Frank Barchard
mpeg1video: don't abort if thread_count is too high.
blob
|
commitdiff
|
diff to current
2011-07-04
Jason Garrett-Glaser
H.264: fix overreads of qscale_table
blob
|
commitdiff
|
diff to current
2011-06-14
Jason Garrett-Glaser
4:4:4 H.264 decoding support
blob
|
commitdiff
|
diff to current
2011-06-13
Jason Garrett-Glaser
Roll back 4:4:4 H.264 for now
blob
|
commitdiff
|
diff to current
2011-06-13
Jason Garrett-Glaser
4:4:4 H.264 decoding support
blob
|
commitdiff
|
diff to current
2011-06-03
Ronald S. Bultje
mpegvideoenc: fix multislice fate tests with threading...
blob
|
commitdiff
|
diff to current
2011-06-02
Alexander Strange
H264/MPEG frame-level multi-threading.
blob
|
commitdiff
|
diff to current
2011-05-25
Alex Converse
Remove h263_msmpeg4 from MpegEncContext.
blob
|
commitdiff
|
diff to current
2011-05-12
Michael Niedermayer
mpegvideo: make FF_DEBUG_DCT_COEFF output coeffs via...
blob
|
commitdiff
|
diff to current
2011-05-11
Anatoly Nenashev
Fix crash of interlaced MPEG2 decoding
blob
|
commitdiff
|
diff to current
2011-05-04
Ronald S. Bultje
mpegvideo: reindent.
blob
|
commitdiff
|
diff to current
2011-05-04
Ronald S. Bultje
mpegvideo: don't av_malloc(0).
blob
|
commitdiff
|
diff to current
2011-05-02
Stefano Sabatini
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
blob
|
commitdiff
|
diff to current
2011-04-26
Anton Khirnov
lavc: remove FF_API_HURRY_UP cruft
blob
|
commitdiff
|
diff to current
2011-04-02
Anton Khirnov
lavc: mark hurry_up for removal on next major bump
blob
|
commitdiff
|
diff to current
2011-03-26
Alexander Strange
dsputil: allow to skip drawing of top/bottom edges.
blob
|
commitdiff
|
diff to current
2011-03-19
Mans Rullgard
Replace FFmpeg with Libav in licence headers
blob
|
commitdiff
|
diff to current
2011-02-15
Reinhard Tartler
Merge libavcore into libavutil
blob
|
commitdiff
|
diff to current
2011-01-29
Ronald S. Bultje
Move ff_emulated_edge_mc() into DSPContext.
blob
|
commitdiff
|
diff to current
2010-12-25
Michael Niedermayer
Simplify tff setting code in MPV_frame_start().
blob
|
commitdiff
|
diff to current
2010-11-03
Reimar Döffinger
H.264 decode: support cropping up to 28 pixels in inter...
blob
|
commitdiff
|
diff to current
2010-09-21
Ivan Kalvachev
The debug text output of macroblocks can indicate MB_TY...
blob
|
commitdiff
|
diff to current
2010-09-07
Stefano Sabatini
Use new imgutils.h API names, fix deprecation warnings.
blob
|
commitdiff
|
diff to current
2010-08-20
Laurent Aimar
Fixed mpeg12 top field first flag value with field...
blob
|
commitdiff
|
diff to current
2010-08-06
Stefano Sabatini
Remove use of the deprecated function avcodec_check_dim...
blob
|
commitdiff
|
diff to current
2010-07-02
Måns Rullgård
Fix memory leak introduced in r23933
blob
|
commitdiff
|
diff to current
2010-07-02
Diego Biurrun
Fix misspelled parameter names in Doxygen documentation.
blob
|
commitdiff
|
diff to current
2010-07-01
Måns Rullgård
Maybe fix threaded mpeg*video encoding
blob
|
commitdiff
|
diff to current
2010-06-30
Måns Rullgård
Fix grammar errors in documentation
blob
|
commitdiff
|
diff to current
2010-05-18
Francesco Lavra
Factorize some code into the new function ff_toupper4().
blob
|
commitdiff
|
diff to current
2010-04-20
Diego Biurrun
Remove explicit filename from Doxygen @file commands.
blob
|
commitdiff
|
diff to current
2010-03-23
Michael Niedermayer
Change ref_index structure so it matches how its organi...
blob
|
commitdiff
|
diff to current
2010-03-15
Michael Niedermayer
Add ff_ prefix for mpeg2_dc_scale_table.
blob
|
commitdiff
|
diff to current
2010-03-15
Michael Niedermayer
Support intra_dc_precision>8 in jpeg
blob
|
commitdiff
|
diff to current
2010-03-08
Måns Rullgård
Move ff_sqrt() to libavutil/intmath.h
blob
|
commitdiff
|
diff to current
2010-02-25
Michael Niedermayer
Get rid of mb2b8_xy and b8_stride, change arrays organi...
blob
|
commitdiff
|
diff to current
2010-01-20
Laurent Aimar
H264 DXVA2 implementation
blob
|
commitdiff
|
diff to current
2010-01-16
Anatoly Nenashev
Support lowres 3 when decoding MPEG video.
blob
|
commitdiff
|
diff to current
2009-12-30
Diego Biurrun
Get rid of pointless CONFIG_WMV2 definition.
blob
|
commitdiff
|
diff to current
2009-11-30
Michael Niedermayer
Move dummy picture allocation code from mpeg1/2 to...
blob
|
commitdiff
|
diff to current
2009-11-30
Michael Niedermayer
Set mb_y in mpeg2 field pictures like h264 does.
blob
|
commitdiff
|
diff to current
2009-09-06
Ramiro Polla
Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and...
blob
|
commitdiff
|
diff to current
2009-06-09
Luca Abeni
Properly initialize AVFrames to default values in the...
blob
|
commitdiff
|
diff to current
2009-05-27
Baptiste Coudurier
Rename alloc_picture to ff_alloc_picture and move its...
blob
|
commitdiff
|
diff to current
2009-05-15
Baptiste Coudurier
decode mpeg-2 closed gop first b frames, fix issue...
blob
|
commitdiff
|
diff to current
2009-05-15
Baptiste Coudurier
change pic type to Picture* and remove casts
blob
|
commitdiff
|
diff to current
2009-04-17
Michael Niedermayer
Remove 2 unused variables from MPV_decode_mb_internal...
blob
|
commitdiff
|
diff to current
2009-04-13
Baptiste Coudurier
fix indentation
blob
|
commitdiff
|
diff to current
2009-04-08
Michael Niedermayer
Fix mb_height for interlaced mpeg2.
blob
|
commitdiff
|
diff to current
2009-04-02
Gwenole Beauchesne
Add VA API pixfmt (only VLD is available ATM).
blob
|
commitdiff
|
diff to current
2009-03-20
Gwenole Beauchesne
Rename hwaccel_data_private to hwaccel_picture_private.
blob
|
commitdiff
|
diff to current
2009-03-11
Gwenole Beauchesne
Use av_mallocz() to initialize hwaccel_data_private.
blob
|
commitdiff
|
diff to current
2009-03-09
Gwenole Beauchesne
Add private HW accel data infrastructure.
blob
|
commitdiff
|
diff to current
2009-03-04
Gwenole Beauchesne
Add frame buffer allocators. aka simplify calls to
blob
|
commitdiff
|
diff to current
2009-03-02
Benoit Fouet
Merge three conditions in a single 'if' instead of...
blob
|
commitdiff
|
diff to current
2009-02-27
Gwenole Beauchesne
Make ff_print_debug_info() a no-op when using HW accele...
blob
|
commitdiff
|
diff to current
2009-02-27
Gwenole Beauchesne
Add ff_hwaccel_pixfmt_list_420[] definition.
blob
|
commitdiff
|
diff to current
2009-02-24
Michael Niedermayer
Add and use ff_pixfmt_list_420.
blob
|
commitdiff
|
diff to current
2009-02-23
Michael Niedermayer
Approved hunks for VAAPI / our new shiny hwaccel API
blob
|
commitdiff
|
diff to current
2009-02-22
Daniel Verkamp
Add missing av_cold in static init/close functions.
blob
|
commitdiff
|
diff to current
2009-02-22
Ivan Kalvachev
Change the type of pblocks from pointers to short array...
blob
|
commitdiff
|
diff to current
2009-02-19
Ivan Kalvachev
Exit with error if MPV_common_init() is called with...
blob
|
commitdiff
|
diff to current
2009-02-16
Diego Biurrun
whitespace cosmetics: Reindent a few lines after the...
blob
|
commitdiff
|
diff to current
2009-02-16
Diego Biurrun
Get rid of some '#if CONFIG_MPEG_XVMC_DECODER' preproce...
blob
|
commitdiff
|
diff to current
2009-02-14
Diego Biurrun
Add xvmc_internal.h that contains all internal xvmc...
blob
|
commitdiff
|
diff to current
2009-02-14
Diego Biurrun
Rename some forward declarations that were missed,...
blob
|
commitdiff
|
diff to current
2009-02-14
Diego Biurrun
Fix compilation: XVMC_ --> ff_xvmc prefix for xvmc...
blob
|
commitdiff
|
diff to current
2009-02-14
Ivan Kalvachev
use ff_xvmc for function names instead of XVMC_
blob
|
commitdiff
|
diff to current
2009-02-14
Diego Biurrun
Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_D...
blob
|
commitdiff
|
diff to current
2009-02-01
Diego Biurrun
Use full internal pathname in doxygen @file directives.
blob
|
commitdiff
|
diff to current
2009-01-19
Diego Biurrun
cosmetics: Remove pointless period after copyright...
blob
|
commitdiff
|
diff to current
2009-01-14
Aurelien Jacobs
replace all occurrence of ENABLE_ by the corresponding...
blob
|
commitdiff
|
diff to current
2009-01-13
Aurelien Jacobs
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
blob
|
commitdiff
|
diff to current
2009-01-04
NVIDIA Corporation
Add VDPAU hardware accelerated decoding for H264 which...
blob
|
commitdiff
|
diff to current
2008-12-17
Måns Rullgård
ARM: replace "armv4l" with "arm"
blob
|
commitdiff
|
diff to current
next