|
|
|
@c99a3576
|
16 years |
Carl Eugen Hoyos |
Silence following warning if only zeros were not consumed:
AVC: …
|
|
|
@d1037c12
|
16 years |
stefano.sabatini-lala |
Do not export to the public the first_protocol symbol at the next …
|
|
|
@1c787b10
|
16 years |
lucabe72 |
Cast a u64 variable to uint64_t so that it can be printed without …
|
|
|
@9075d1e0
|
16 years |
stefano.sabatini-lala |
Document av_protocol_next().
Originally committed as revision 17324 …
|
|
|
@5d377501
|
16 years |
stefano.sabatini-lala |
Replace calls/references of the deprecated register_protocol() …
|
|
|
@65c40e4e
|
16 years |
stefano.sabatini-lala |
Rename register_protocol() to av_register_protocol() and deprecate …
|
|
|
@54b4ea57
|
16 years |
Aurélien Jacobs |
demux some more metadata tags in mov
Originally committed as revision …
|
|
|
@06aae123
|
16 years |
Reimar.Doeffinger |
Place spaces consistently in pointer types in vdpau.c
Originally …
|
|
|
@9e0a8a36
|
16 years |
ikalvachev |
Cosmetics. Vertical align.
Originally committed as revision 17319 to …
|
|
|
@d76c5ed5
|
16 years |
ikalvachev |
Almost cosmetics.
Move some assignments after the checks.
Originally …
|
|
|
@d2d600b7
|
16 years |
ikalvachev |
Check all critical xvmc struct fields in ff_xvmc_field_start()
and log …
|
|
|
@aeedac9
|
16 years |
stefano.sabatini-lala |
Document av_iformat_next() and av_oformat_next() functions.
…
|
|
|
@afb9342a
|
16 years |
ikalvachev |
Proper condition in xvmc decode mb.
The old one would try to use mv …
|
|
|
@095edd3e
|
16 years |
ikalvachev |
Rename xvmc_render_state to something with pixfmt in its name.
…
|
|
|
@3fff9d92
|
16 years |
ikalvachev |
A little better wording of doxygen comments.
Originally committed as …
|
|
|
@1a90cf3c
|
16 years |
ikalvachev |
Revert 17308.
The above commit makes ff_xvmc_decode_mb to output one …
|
|
|
@5f5e6af1
|
16 years |
pross |
Prevent heap corruption when resampling 8-bit audio.
Originally …
|
|
|
@a0723a4d
|
16 years |
ikalvachev |
Give a little better name to the magic(_id) field in xvmc struct
…
|
|
|
@49674dd0
|
16 years |
Aurélien Jacobs |
use new metadata API in mov demuxer
Originally committed as revision …
|
|
|
@1333d8fd
|
16 years |
diego |
Replace assert in ff_xvmc_field_end() by av_log call at level …
|
|
|
@eb3b2ef9
|
16 years |
ikalvachev |
Remove obsolete display_flags member from xvmc struct
and mark state …
|
|
|
@72d38a74
|
16 years |
ikalvachev |
Detailed description of the interesting fields in xvmc struct.
…
|
|
|
@f8519095
|
16 years |
ikalvachev |
Move the state field in the xvmc struct to the extensions section.
It …
|
|
|
@967d2ae6
|
16 years |
diego |
Remove redundant assert(render) in ff_xvmc_init_block(). The …
|
|
|
@e26f8d76
|
16 years |
diego |
Remove asserts that are immediately followed by a check and error …
|
|
|
@3af6c3dd
|
16 years |
diego |
Drop struct members display_flags and state with the next major …
|
|
|
@8f38ff00
|
16 years |
diego |
Doxygen comment/explanation for ff_xvmc_init_block().
Originally …
|
|
|
@4b722390
|
16 years |
diego |
Remove completely unsed structure fields mc_type and chroma_format. …
|
|
|
@05c363e9
|
16 years |
diego |
whitespace consistency cosmetics
Originally committed as revision …
|
|
|
@5d6c1110
|
16 years |
diego |
Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not …
|
|
|
@3bffe5fc
|
16 years |
ikalvachev |
Deprecate some unused xvmc structure fields.
Originally committed as …
|
|
|
@0b2eb2e8
|
16 years |
diego |
Add Doxygen comment similar to ff_xvmc_field_start() to …
|
|
|
@fe4be5db
|
16 years |
diego |
whitespace cosmetics: remove stray space
Originally committed as …
|
|
|
@4acfdcab
|
16 years |
ikalvachev |
Cosmetics
Originally committed as revision 17294 to …
|
|
|
@ce0e60a1
|
16 years |
ikalvachev |
Merge preprocessor if CONFIG_MPEG_XVMC_DECODER and code if( &&)
where …
|
|
|
@9107f7cd
|
16 years |
diego |
Doxygenize ff_xvmc_field_start() comment.
Originally committed as …
|
|
|
@a1bce011
|
16 years |
diego |
Clarify ff_xvmc_field_start() comment.
Originally committed as …
|
|
|
@9e494ab7
|
16 years |
ikalvachev |
Check ff_xvmc_field_start() result in all cases.
Originally committed …
|
|
|
@24b1583
|
16 years |
ikalvachev |
Another attempt to clarify draw_horiz_band() usage.
Originally …
|
|
|
@b71bd0ed
|
16 years |
diego |
Merge some declarations and initializations.
Originally committed as …
|
|
|
@013cebfb
|
16 years |
ikalvachev |
Return error instead of triggering assert.
Originally committed as …
|
|
|
@930efaf4
|
16 years |
diego |
cosmetics: comment wording/grammar
Originally committed as revision …
|
|
|
@6e4b41f8
|
16 years |
diego |
cosmetics: Change '8*8' to '64'.
Originally committed as revision …
|
|
|
@cb18fb6
|
16 years |
diego |
cosmetics: K&R style
Originally committed as revision 17284 to …
|
|
|
@9939841f
|
16 years |
ikalvachev |
Give nice message for failed assert.
Originally committed as revision …
|
|
|
@2d7b0560
|
16 years |
diego |
Attempt to clarify draw_horiz_band description and fix two random …
|
|
|
@dd4e297
|
16 years |
ikalvachev |
More clarification for draw_horiz_band() in hwaccell mode.
Originally …
|
|
|
@4440bd0d
|
16 years |
diego |
Add xvmc_internal.h that contains all internal xvmc function …
|
|
|
@6e280340
|
16 years |
ikalvachev |
Cosmetic 64 instead 8*8
Originally committed as revision 17279 to …
|
|
|
@ae4dde76
|
16 years |
ikalvachev |
Clarify some assert usage.
They are not to check application supplied …
|
|
|
@e14ff1e6
|
16 years |
stefano.sabatini-lala |
Use sws_printVec2() instead of the deprecated sws_printVec().
…
|
|
|
@26b40a65
|
16 years |
stefano.sabatini-lala |
Implement sws_printVec2() and deprecate sws_printVec().
Originally …
|
|
|
@2661ba4b
|
16 years |
ikalvachev |
Document that ff_draw_horiz_band() could be used as hwaccell callback. …
|
|
|
@99df0aa5
|
16 years |
diego |
another (last?) round of K&R whitespace cosmetics
Originally …
|
|
|
@ba585726
|
16 years |
diego |
whitespace cosmetics: Align some comments.
Originally committed as …
|
|
|
@81189e4f
|
16 years |
diego |
whitespace cosmetics: Put some spaces around operators for better …
|
|
|
@465ce23e
|
16 years |
diego |
Remove a comment that references a non-existing function.
Originally …
|
|
|
@0439c09d
|
16 years |
diego |
Make one comment slightly clearer and more readable.
Originally …
|
|
|
@63a21bc
|
16 years |
diego |
Remove one more commented-out line.
Originally committed as revision …
|
|
|
@7e2e870e
|
16 years |
diego |
some more K&R whitespace cosmetics
Originally committed as revision …
|
|
|
@a26b51cd
|
16 years |
stefano.sabatini-lala |
Document sws_normalizeVec().
Originally committed as revision 28565 …
|
|
|
@a1db3b93
|
16 years |
diego |
cosmetics: grammar/spelling/wording fixes in comments
Originally …
|
|
|
@052f3779
|
16 years |
diego |
Remove useless comment.
Originally committed as revision 17268 to …
|
|
|
@eba9cecc
|
16 years |
diego |
Restore one set of parentheses to avoid the warning: …
|
|
|
@1f7c1d14
|
16 years |
diego |
whitespace cosmetics: consistently format all comments
Originally …
|
|
|
@d15876d
|
16 years |
diego |
whitespace cosmetics: Correctly indent all comments.
Originally …
|
|
|
@788aa94a
|
16 years |
ikalvachev |
Clarify TODO comment
Originally committed as revision 17264 to …
|
|
|
@6c7b70fb
|
16 years |
diego |
Remove compatibility layer for old names of xvmc definitions.
The …
|
|
|
@36c5204d
|
16 years |
diego |
Drop two more sets of useless parentheses.
Originally committed as …
|
|
|
@90509ec
|
16 years |
ikalvachev |
get rid of the branch prediction
Originally committed as revision …
|
|
|
@4ec58e13
|
16 years |
diego |
cosmetics: Consistently format all if/else statements in K&R style
and …
|
|
|
@9f00a41c
|
16 years |
diego |
Remove some useless parentheses.
Originally committed as revision …
|
|
|
@ed92bedb
|
16 years |
diego |
Rename some forward declarations that were missed, fixes the warnings: …
|
|
|
@f0a902ad
|
16 years |
ikalvachev |
remove obsolete comment
Originally committed as revision 17257 to …
|
|
|
@a002da7
|
16 years |
diego |
Fix compilation: XVMC_ --> ff_xvmc prefix for xvmc functions.
…
|
|
|
@4742762f
|
16 years |
ikalvachev |
remove some useless ()
Originally committed as revision 17255 to …
|
|
|
@78f9a878
|
16 years |
ikalvachev |
use ff_xvmc for function names instead of XVMC_
Originally committed …
|
|
|
@c1a5aa29
|
16 years |
diego |
whitespace cosmetics: Restore vertical alignment.
Originally …
|
|
|
@aae667ba
|
16 years |
ikalvachev |
clarify xvmc struct fields usage distribution (internal communication) …
|
|
|
@6785e509
|
16 years |
ikalvachev |
doxygen style comments
Originally committed as revision 17251 to …
|
|
|
@c97dffbc
|
16 years |
diego |
Replace useless X11 #includes by the one that actually provides the …
|
|
|
@6b6ea1df
|
16 years |
diego |
whitespace cosmetics: vertical alignment
Originally committed as …
|
|
|
@e0dcbda2
|
16 years |
diego |
Fix non-Doxygen comment.
Originally committed as revision 17248 to …
|
|
|
@1369e003
|
16 years |
diego |
Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not …
|
|
|
@4f7e6f0
|
16 years |
ikalvachev |
vertically align xvmc struct member comments
Originally committed as …
|
|
|
@117f9234
|
16 years |
ikalvachev |
Rename xvmc flags to follow ffmpeg AV_ notion.
preserve MP_ ones until …
|
|
|
@ea375af8
|
16 years |
diego |
Give public #defines that are used by MPlayer an AV_ prefix.
…
|
|
|
@3ae01928
|
16 years |
diego |
Replace all (x == NULL) or (x != NULL) in assert and if conditions by …
|
|
|
@af28efa2
|
16 years |
diego |
Update multiple inclusion guards to match filename.
Originally …
|
|
|
@ef1b5ae2
|
16 years |
ikalvachev |
remove assertion that use external definitions
Originally committed …
|
|
|
@1aa7abb2
|
16 years |
diego |
Fix compilation: Restore mistakenly removed constant definitions.
…
|
|
|
@43cbf8ad
|
16 years |
kostya.shishkov |
Make hScale_altivec_real() trim its output like other implementations …
|
|
|
@12794f73
|
16 years |
kostya.shishkov |
Some AltiVec functions in SwScaler produce different output than their …
|
|
|
@24d54e9e
|
16 years |
ikalvachev |
explain chroma_format field in xvmc struct
Originally committed as …
|
|
|
@d54a08cf
|
16 years |
ikalvachev |
describe idct variable in xvmc struct
Originally committed as …
|
|
|
@ff921378
|
16 years |
ikalvachev |
Describe the purpose of magic in xvmc structure.
Originally committed …
|
|
|
@4ef690f
|
16 years |
diego |
whitespace cosmetics: vertical alignment
Originally committed as …
|
|
|
@2d7d8cc7
|
16 years |
diego |
whitespace cosmetics: another round of formatting consistency fixes
…
|
|
|
@148302e7
|
16 years |
diego |
whitespace cosmetics: consistent (more or less) K&R style
Originally …
|
|
|
@39dba5e8
|
16 years |
diego |
whitespace cosmetics: Fix indentation depth.
Originally committed as …
|
|
|