2009-02-23 |
zuxy |
Remove CPUID availability check on AMD64 as it's architectural.
libavcodec
|
2009-02-23 |
reimar |
Check return value of ff_fill_pointer in avcodec_default_get_buffer,
libavcodec
|
2009-02-23 |
reimar |
100l, always declare variables at the top of a block, not inside a for ()
libavcodec
|
2009-02-23 |
michael |
More approved hunks for VAAPI & our new and cleaner hwaccel API.
libavcodec
|
2009-02-23 |
michael |
Approved hunks for VAAPI / our new shiny hwaccel API
libavcodec
|
2009-02-22 |
diego |
Fix xvmc object dependencies.
libavcodec
|
2009-02-22 |
michael |
Fix vc1 split().
libavcodec
|
2009-02-22 |
kostya |
Better parsing of i263 picture header
libavcodec
|
2009-02-22 |
stefano |
Add missing av_cold in static init/close functions.
libavcodec
|
2009-02-22 |
darkshikari |
Convert x264 asm files to proper unix line breaks
libavcodec
|
2009-02-22 |
darkshikari |
Remove (incorrect) filenames from x264 asm files, add descriptions.
libavcodec
|
2009-02-22 |
reimar |
Check return value of frame_start(), this avoids a crash if AVCodecContext::get_buffer failed.
libavcodec
|
2009-02-22 |
iive |
Change the type of pblocks from pointers to short array into
libavcodec
|
2009-02-22 |
pross |
Support 48-bit RGB PPM image.
libavcodec
|
2009-02-22 |
pross |
Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.
libavcodec
|
2009-02-21 |
cehoyos |
Use context variable repeat_pict for frame duration computation and
libavcodec
|
2009-02-21 |
cehoyos |
Set context variable picture_structure in H264 parser.
libavcodec
|
2009-02-21 |
cehoyos |
Set context variable key_frame in H264 parser.
libavcodec
|
2009-02-21 |
cehoyos |
Parse NAL units in H264 parser.
libavcodec
|
2009-02-21 |
cehoyos |
Make the following H264 functions available to the parser:
libavcodec
|
2009-02-21 |
michael |
indent
libavcodec
|
2009-02-21 |
mru |
Alpha: fix inline asm with DEC/Compaq/HP compiler
libavcodec
|
2009-02-21 |
michael |
Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org/fccbihgt.php.
libavcodec
|
2009-02-20 |
jbr |
Set the correct number of samples for E-AC-3 in the AC3 parser.
libavcodec
|
2009-02-20 |
cehoyos |
Use last decoded SPS as current SPS in order to parse picture timing SEI
libavcodec
|
2009-02-20 |
romansh |
Fixing a value returning issue
libavcodec
|
2009-02-19 |
cehoyos |
Add convergence_duration to AVCodecParserContext.
libavcodec
|
2009-02-19 |
alexc |
Reindent after last commit
libavcodec
|
2009-02-19 |
cehoyos |
Silence two warnings:
libavcodec
|
2009-02-19 |
alexc |
Some buffer checks for indeo3
libavcodec
|
2009-02-19 |
michael |
A try to fix the regressions.
libavcodec
|
2009-02-19 |
pross |
Add AVERROR_EOF.
libavcodec
|
2009-02-19 |
iive |
Add more paranoid checks of xvmc token.
libavcodec
|
2009-02-19 |
iive |
Exit with error if MPV_common_init() is called with PIX_FMT_NONE.
libavcodec
|
2009-02-19 |
diego |
Only enable SSE/3DNOW optimizations when they have been enabled at compilation.
libavcodec
|
2009-02-19 |
diego |
Directly #include required X11/XvMC header.
libavcodec
|
2009-02-19 |
romansh |
transitioning dv_guess_dct_mode to dsputil cmp function
libavcodec
|
2009-02-19 |
romansh |
Adding 2 intra 8x8 cmp functions: vsad, vsse
libavcodec
|
2009-02-19 |
jbr |
Allow AC-3 parser to modify codec_id.
libavcodec
|
2009-02-19 |
romansh |
Making the arrays accomodate an extra intra 8x8 cmp function
libavcodec
|
2009-02-19 |
aurel |
fix missing dependencies
libavcodec
|
2009-02-19 |
diego |
prettyprinting whitespace cosmetics
libavcodec
|
2009-02-18 |
cehoyos |
Add key_frame to AVCodecParserContext, used in libavformat.
libavcodec
|
2009-02-18 |
cehoyos |
Parse buffering period (H.264, D.1.1).
libavcodec
|
2009-02-18 |
diego |
The 3DNow! and SSE FFT optimizations depend on the yasm optimizations in
libavcodec
|
2009-02-18 |
cehoyos |
Store CPB count in the context.
libavcodec
|
2009-02-18 |
michael |
Clarify get_ue_golomb_31() behavior with >31.
libavcodec
|
2009-02-18 |
cehoyos |
Instead of crashing, return from ff_vdpau_mpeg_picture_complete()
libavcodec
|
2009-02-18 |
cehoyos |
Parse cbp_removal_delay in SEI picture structure.
libavcodec
|
2009-02-18 |
cehoyos |
Parse dpb_output_delay in SEI picture structure.
libavcodec
|
2009-02-18 |
cehoyos |
Parse initial_cpb_removal_delay_length.
libavcodec
|
2009-02-18 |
diego |
Handle conditional compilation of CPU-specific FFT code in the Makefile.
libavcodec
|
2009-02-17 |
diego |
mpegvideo_xvmc.o depends on mpegvideo.o.
libavcodec
|
2009-02-17 |
diego |
Replace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in memset and
libavcodec
|
2009-02-17 |
diego |
small Doxygen comment grammar fix
libavcodec
|
2009-02-17 |
diego |
Revert converting two asserts into if checks and error messages.
libavcodec
|
2009-02-17 |
cehoyos |
Fix MBAFF/PAFF samples.
libavcodec
|
2009-02-17 |
diego |
spelling/grammar/wording fixes for the Doxygen comments
libavcodec
|
2009-02-17 |
diego |
Add missing #includes to fix 'make checkheaders'.
libavcodec
|
2009-02-17 |
benoit |
Move initialization of {luma,chroma}_weight_flag[] up,
libavcodec
|
2009-02-17 |
diego |
cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings of the type
libavcodec
|
2009-02-17 |
diego |
cosmetics: 'const static' --> 'static const' to avoid warnings of the type
libavcodec
|
2009-02-16 |
iive |
Thoroughly check all fields set by the application in xvmc struct.
libavcodec
|
2009-02-16 |
jbr |
flacdec: Silence false positive warning about uninitialized variables in
libavcodec
|
2009-02-16 |
iive |
Minor clarification of xvmc field description.
libavcodec
|
2009-02-16 |
iive |
Improvements in xvmc structure fields descriptions.
libavcodec
|
2009-02-16 |
diego |
whitespace cosmetics: Reindent a few lines after the last commit.
libavcodec
|
2009-02-16 |
diego |
Get rid of some '#if CONFIG_MPEG_XVMC_DECODER' preprocessor checks around if
libavcodec
|
2009-02-16 |
diego |
whitespace cosmetics: Place spaces around += for better readability.
libavcodec
|
2009-02-16 |
diego |
Add missing object dependencies: eatqi.o depends on mpeg12.o.
libavcodec
|
2009-02-16 |
kostya |
Make BMP decoder try to decode files with incorrect filesize field value
libavcodec
|
2009-02-16 |
diego |
Replace two asserts by checks and error messages.
libavcodec
|
2009-02-16 |
diego |
Doxygen comment wording fix
libavcodec
|
2009-02-16 |
diego |
whitespace cosmetics
libavcodec
|
2009-02-16 |
diego |
Give struct members more sensible names:
libavcodec
|
2009-02-16 |
diego |
cosmetics: one more wording fix
libavcodec
|
2009-02-16 |
diego |
cosmetics: Keep lines below 80 characters where sensibly possible.
libavcodec
|
2009-02-15 |
diego |
Doxygen spelling/wording fixes
libavcodec
|
2009-02-15 |
diego |
spelling/wording fixes for the Doxygen comments
libavcodec
|
2009-02-15 |
diego |
draw_horiz_band() is really ff_draw_horiz_band().
libavcodec
|
2009-02-15 |
diego |
spelling/grammar/wording/whitespace for Doxygen comments
libavcodec
|
2009-02-15 |
diego |
Rename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID to reflect a similar
libavcodec
|
2009-02-15 |
stefano |
Improve grammar: "X next after Y" -> "next X after Y".
libavcodec
|
2009-02-15 |
diego |
cosmetics: typo fix
libavcodec
|
2009-02-15 |
iive |
Describe all fields in xvmc struct.
libavcodec
|
2009-02-15 |
diego |
spelling/grammar/wording fixes for Doxygen comments
libavcodec
|
2009-02-15 |
diego |
comment spelling/grammar/wording fixes
libavcodec
|
2009-02-15 |
diego |
Explain how AV_XVMC_RENDER_MAGIC got its seemingly arbitrary value.
libavcodec
|
2009-02-15 |
iive |
Rename unique_id to the way michaelni likes it. (xvmc_id)
libavcodec
|
2009-02-15 |
iive |
Document all functions in mpegvideo_xvmc.
libavcodec
|
2009-02-15 |
diego |
Rename xvmc_pixfmt_render structure to xvmc_pix_fmt.
libavcodec
|
2009-02-15 |
iive |
Kill the magic field in xvmc structure.
libavcodec
|
2009-02-15 |
diego |
K&R whitespace cosmetics
libavcodec
|
2009-02-15 |
diego |
10l: Remove duplicated hunk of code.
libavcodec
|
2009-02-15 |
stefano |
Document av_codec_next().
libavcodec
|
2009-02-15 |
cehoyos |
Silence following warning if only zeros were not consumed:
libavcodec
|
2009-02-15 |
reimar |
Place spaces consistently in pointer types in vdpau.c
libavcodec
|
2009-02-15 |
iive |
Cosmetics. Vertical align.
libavcodec
|
2009-02-15 |
iive |
Almost cosmetics.
libavcodec
|
2009-02-15 |
iive |
Check all critical xvmc struct fields in ff_xvmc_field_start()
libavcodec
|
2009-02-15 |
iive |
Proper condition in xvmc decode mb.
libavcodec
|
2009-02-15 |
iive |
Rename xvmc_render_state to something with pixfmt in its name.
libavcodec
|
2009-02-15 |
iive |
A little better wording of doxygen comments.
libavcodec
|
2009-02-15 |
iive |
Revert 17308.
libavcodec
|
2009-02-15 |
pross |
Prevent heap corruption when resampling 8-bit audio.
libavcodec
|
2009-02-15 |
iive |
Give a little better name to the magic(_id) field in xvmc struct
libavcodec
|
2009-02-15 |
diego |
Replace assert in ff_xvmc_field_end() by av_log call at level AV_LOG_ERROR.
libavcodec
|
2009-02-15 |
iive |
Remove obsolete display_flags member from xvmc struct
libavcodec
|
2009-02-15 |
iive |
Detailed description of the interesting fields in xvmc struct.
libavcodec
|
2009-02-15 |
iive |
Move the state field in the xvmc struct to the extensions section.
libavcodec
|
2009-02-15 |
diego |
Remove redundant assert(render) in ff_xvmc_init_block(). The immediately
libavcodec
|
2009-02-15 |
diego |
Remove asserts that are immediately followed by a check and error return.
libavcodec
|
2009-02-15 |
diego |
Drop struct members display_flags and state with the next major version bump.
libavcodec
|
2009-02-15 |
diego |
Doxygen comment/explanation for ff_xvmc_init_block().
libavcodec
|
2009-02-15 |
diego |
Remove completely unsed structure fields mc_type and chroma_format.
libavcodec
|
2009-02-14 |
diego |
whitespace consistency cosmetics
libavcodec
|
2009-02-14 |
diego |
Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined.
libavcodec
|
2009-02-14 |
iive |
Deprecate some unused xvmc structure fields.
libavcodec
|
2009-02-14 |
diego |
Add Doxygen comment similar to ff_xvmc_field_start() to ff_xvmc_field_end().
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: remove stray space
libavcodec
|
2009-02-14 |
iive |
Cosmetics
libavcodec
|
2009-02-14 |
iive |
Merge preprocessor if CONFIG_MPEG_XVMC_DECODER and code if( &&)
libavcodec
|
2009-02-14 |
diego |
Doxygenize ff_xvmc_field_start() comment.
libavcodec
|
2009-02-14 |
diego |
Clarify ff_xvmc_field_start() comment.
libavcodec
|
2009-02-14 |
iive |
Check ff_xvmc_field_start() result in all cases.
libavcodec
|
2009-02-14 |
iive |
Another attempt to clarify draw_horiz_band() usage.
libavcodec
|
2009-02-14 |
diego |
Merge some declarations and initializations.
libavcodec
|
2009-02-14 |
iive |
Return error instead of triggering assert.
libavcodec
|
2009-02-14 |
diego |
cosmetics: comment wording/grammar
libavcodec
|
2009-02-14 |
diego |
cosmetics: Change '8*8' to '64'.
libavcodec
|
2009-02-14 |
diego |
cosmetics: K&R style
libavcodec
|
2009-02-14 |
iive |
Give nice message for failed assert.
libavcodec
|
2009-02-14 |
diego |
Attempt to clarify draw_horiz_band description and fix two random typos.
libavcodec
|
2009-02-14 |
iive |
More clarification for draw_horiz_band() in hwaccell mode.
libavcodec
|
2009-02-14 |
diego |
Add xvmc_internal.h that contains all internal xvmc function declarations.
libavcodec
|
2009-02-14 |
iive |
Cosmetic 64 instead 8*8
libavcodec
|
2009-02-14 |
iive |
Clarify some assert usage.
libavcodec
|
2009-02-14 |
iive |
Document that ff_draw_horiz_band() could be used as hwaccell callback.
libavcodec
|
2009-02-14 |
diego |
another (last?) round of K&R whitespace cosmetics
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: Align some comments.
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: Put some spaces around operators for better readability.
libavcodec
|
2009-02-14 |
diego |
Remove a comment that references a non-existing function.
libavcodec
|
2009-02-14 |
diego |
Make one comment slightly clearer and more readable.
libavcodec
|
2009-02-14 |
diego |
Remove one more commented-out line.
libavcodec
|
2009-02-14 |
diego |
some more K&R whitespace cosmetics
libavcodec
|
2009-02-14 |
diego |
cosmetics: grammar/spelling/wording fixes in comments
libavcodec
|
2009-02-14 |
diego |
Remove useless comment.
libavcodec
|
2009-02-14 |
diego |
Restore one set of parentheses to avoid the warning:
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: consistently format all comments
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: Correctly indent all comments.
libavcodec
|
2009-02-14 |
iive |
Clarify TODO comment
libavcodec
|
2009-02-14 |
diego |
Remove compatibility layer for old names of xvmc definitions.
libavcodec
|
2009-02-14 |
diego |
Drop two more sets of useless parentheses.
libavcodec
|
2009-02-14 |
iive |
get rid of the branch prediction
libavcodec
|
2009-02-14 |
diego |
cosmetics: Consistently format all if/else statements in K&R style
libavcodec
|
2009-02-14 |
diego |
Remove some useless parentheses.
libavcodec
|
2009-02-14 |
diego |
Rename some forward declarations that were missed, fixes the warnings:
libavcodec
|
2009-02-14 |
iive |
remove obsolete comment
libavcodec
|
2009-02-14 |
diego |
Fix compilation: XVMC_ --> ff_xvmc prefix for xvmc functions.
libavcodec
|
2009-02-14 |
iive |
remove some useless ()
libavcodec
|
2009-02-14 |
iive |
use ff_xvmc for function names instead of XVMC_
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: Restore vertical alignment.
libavcodec
|
2009-02-14 |
iive |
clarify xvmc struct fields usage distribution (internal communication)
libavcodec
|
2009-02-14 |
iive |
doxygen style comments
libavcodec
|
2009-02-14 |
diego |
Replace useless X11 #includes by the one that actually provides the required
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: vertical alignment
libavcodec
|
2009-02-14 |
diego |
Fix non-Doxygen comment.
libavcodec
|
2009-02-14 |
diego |
Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined.
libavcodec
|
2009-02-14 |
iive |
vertically align xvmc struct member comments
libavcodec
|
2009-02-14 |
iive |
Rename xvmc flags to follow ffmpeg AV_ notion.
libavcodec
|
2009-02-14 |
diego |
Give public #defines that are used by MPlayer an AV_ prefix.
libavcodec
|
2009-02-14 |
diego |
Replace all (x == NULL) or (x != NULL) in assert and if conditions by !x and x.
libavcodec
|
2009-02-14 |
diego |
Update multiple inclusion guards to match filename.
libavcodec
|
2009-02-14 |
iive |
remove assertion that use external definitions
libavcodec
|
2009-02-14 |
diego |
Fix compilation: Restore mistakenly removed constant definitions.
libavcodec
|
2009-02-14 |
iive |
explain chroma_format field in xvmc struct
libavcodec
|
2009-02-14 |
iive |
describe idct variable in xvmc struct
libavcodec
|
2009-02-14 |
iive |
Describe the purpose of magic in xvmc structure.
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: vertical alignment
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: another round of formatting consistency fixes
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: consistent (more or less) K&R style
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: Fix indentation depth.
libavcodec
|
2009-02-14 |
diego |
Remove commented-out code.
libavcodec
|
2009-02-14 |
diego |
Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.
libavcodec
|
2009-02-14 |
diego |
Rename xvmc.c --> mpegvideo_xvmc.c as suggested by Ivan.
libavcodec
|
2009-02-14 |
diego |
Make xvmc.h an installed header, applications like MPlayer need it.
libavcodec
|
2009-02-14 |
diego |
Revert adding a _pixfmt to vdpau/xvmc header names.
libavcodec
|
2009-02-14 |
diego |
cosmetics: alphabetical order
libavcodec
|
2009-02-14 |
kostya |
Enable dropping frames for RV3/4
libavcodec
|
2009-02-13 |
jbr |
lpc: Remove false positive compilation warning about weight being
libavcodec
|
2009-02-13 |
jbr |
Assert that ff_lpc_calc_coefs() is called with a valid LPC method.
libavcodec
|
2009-02-13 |
jbr |
lpc: Document the use_lpc parameter to ff_lpc_calc_coefs().
libavcodec
|