source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @0439c09d   16 years diego Make one comment slightly clearer and more readable. Originally …
(edit) @63a21bc   16 years diego Remove one more commented-out line. Originally committed as revision …
(edit) @7e2e870e   16 years diego some more K&R whitespace cosmetics Originally committed as revision …
(edit) @a26b51cd   16 years stefano.sabatini-lala Document sws_normalizeVec(). Originally committed as revision 28565 …
(edit) @a1db3b93   16 years diego cosmetics: grammar/spelling/wording fixes in comments Originally …
(edit) @052f3779   16 years diego Remove useless comment. Originally committed as revision 17268 to …
(edit) @eba9cecc   16 years diego Restore one set of parentheses to avoid the warning: …
(edit) @1f7c1d14   16 years diego whitespace cosmetics: consistently format all comments Originally …
(edit) @d15876d   16 years diego whitespace cosmetics: Correctly indent all comments. Originally …
(edit) @788aa94a   16 years ikalvachev Clarify TODO comment Originally committed as revision 17264 to …
(edit) @6c7b70fb   16 years diego Remove compatibility layer for old names of xvmc definitions. The …
(edit) @36c5204d   16 years diego Drop two more sets of useless parentheses. Originally committed as …
(edit) @90509ec   16 years ikalvachev get rid of the branch prediction Originally committed as revision …
(edit) @4ec58e13   16 years diego cosmetics: Consistently format all if/else statements in K&R style and …
(edit) @9f00a41c   16 years diego Remove some useless parentheses. Originally committed as revision …
(edit) @ed92bedb   16 years diego Rename some forward declarations that were missed, fixes the warnings: …
(edit) @f0a902ad   16 years ikalvachev remove obsolete comment Originally committed as revision 17257 to …
(edit) @a002da7   16 years diego Fix compilation: XVMC_ --> ff_xvmc prefix for xvmc functions. …
(edit) @4742762f   16 years ikalvachev remove some useless () Originally committed as revision 17255 to …
(edit) @78f9a878   16 years ikalvachev use ff_xvmc for function names instead of XVMC_ Originally committed …
(edit) @c1a5aa29   16 years diego whitespace cosmetics: Restore vertical alignment. Originally …
(edit) @aae667ba   16 years ikalvachev clarify xvmc struct fields usage distribution (internal communication) …
(edit) @6785e509   16 years ikalvachev doxygen style comments Originally committed as revision 17251 to …
(edit) @c97dffbc   16 years diego Replace useless X11 #includes by the one that actually provides the …
(edit) @6b6ea1df   16 years diego whitespace cosmetics: vertical alignment Originally committed as …
(edit) @e0dcbda2   16 years diego Fix non-Doxygen comment. Originally committed as revision 17248 to …
(edit) @1369e003   16 years diego Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not …
(edit) @4f7e6f0   16 years ikalvachev vertically align xvmc struct member comments Originally committed as …
(edit) @117f9234   16 years ikalvachev Rename xvmc flags to follow ffmpeg AV_ notion. preserve MP_ ones until …
(edit) @ea375af8   16 years diego Give public #defines that are used by MPlayer an AV_ prefix. …
(edit) @3ae01928   16 years diego Replace all (x == NULL) or (x != NULL) in assert and if conditions by …
(edit) @af28efa2   16 years diego Update multiple inclusion guards to match filename. Originally …
(edit) @ef1b5ae2   16 years ikalvachev remove assertion that use external definitions Originally committed …
(edit) @1aa7abb2   16 years diego Fix compilation: Restore mistakenly removed constant definitions. …
(edit) @43cbf8ad   16 years kostya.shishkov Make hScale_altivec_real() trim its output like other implementations …
(edit) @12794f73   16 years kostya.shishkov Some AltiVec functions in SwScaler produce different output than their …
(edit) @24d54e9e   16 years ikalvachev explain chroma_format field in xvmc struct Originally committed as …
(edit) @d54a08cf   16 years ikalvachev describe idct variable in xvmc struct Originally committed as …
(edit) @ff921378   16 years ikalvachev Describe the purpose of magic in xvmc structure. Originally committed …
(edit) @4ef690f   16 years diego whitespace cosmetics: vertical alignment Originally committed as …
(edit) @2d7d8cc7   16 years diego whitespace cosmetics: another round of formatting consistency fixes …
(edit) @148302e7   16 years diego whitespace cosmetics: consistent (more or less) K&R style Originally …
(edit) @39dba5e8   16 years diego whitespace cosmetics: Fix indentation depth. Originally committed as …
(edit) @8e5cfb6e   16 years diego Remove commented-out code. Originally committed as revision 17232 to …
(edit) @8f6f050a   16 years diego 100l: Remove stray character that slipped into header name. …
(edit) @8ba31141   16 years michaelni Silence "assdec.c:146: warning: passing argument 4 of ‘qsort’ from …
(edit) @fc2dd7e3   16 years diego Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER …
(edit) @9e477960   16 years diego Rename xvmc.c --> mpegvideo_xvmc.c as suggested by Ivan. Originally …
(edit) @bad4a6bb   16 years pross Use consistent indent style in oggdec. Originally committed as …
(edit) @aea0b32c   16 years diego Make xvmc.h an installed header, applications like MPlayer need it. …
(edit) @fd949a63   16 years diego Revert adding a _pixfmt to vdpau/xvmc header names. Since vdpau.h was …
(edit) @db68113d   16 years diego cosmetics: alphabetical order Originally committed as revision 17224 …
(edit) @3fd2d1c4   16 years diego Add av_uninit to variable declarations to fix the false positive …
(edit) @fd51ff1   16 years stefano.sabatini-lala Fix avfilter_parse_graph() invalid graph description detection. See …
(edit) @7fa70598   16 years kostya.shishkov Enable dropping frames for RV3/4 Originally committed as revision …
(edit) @eca406e2   16 years robert.swain Add libavcodec/internal.h include to avoid warning: implicit …
(edit) @73d0869a   16 years baptiste.coudurier compute body offset and index entry offset correctly Originally …
(edit) @3cfe8819   16 years justin.ruggles lpc: Remove false positive compilation warning about weight being …
(edit) @eabe8c70   16 years justin.ruggles Assert that ff_lpc_calc_coefs() is called with a valid LPC method. …
(edit) @83f63ff   16 years justin.ruggles lpc: Document the use_lpc parameter to ff_lpc_calc_coefs(). Patch by …
(edit) @3c90870a   16 years justin.ruggles add myself as maintainer for lpc.[ch] Originally committed as …
(edit) @2ead1eb   16 years baptiste.coudurier use correct field number for video according to specs, patch by …
(edit) @032d8aec   16 years baptiste.coudurier cosmetics, rename nb_frames to nb_fields Originally committed as …
(edit) @ab91e84d   16 years baptiste.coudurier fix slice offset computation Originally committed as revision 17212 …
(edit) @03b12747   16 years alex.converse Re-indent after last commit. Originally committed as revision 17211 …
(edit) @f1ade11e   16 years alex.converse Make set coup.gain[c][0] aand only coup.gain[c][0] is set for a …
(edit) @fbd52050   16 years diego Add supported network protocols section. Originally committed as …
(edit) @67164b0c   16 years diego Remove pointless #if around the file, it is already conditionally …
(edit) @1c6bdfa9   16 years baptiste.coudurier set mime type for mxf Originally committed as revision 17207 to …
(edit) @844d9e41   16 years baptiste.coudurier simplify Originally committed as revision 17206 to …
(edit) @8d1a5af7   16 years baptiste.coudurier cosmetics, reindent, add/remove some empty lines, redundant comment …
(edit) @bd3f81f3   16 years baptiste.coudurier MXF D-10 muxer Originally committed as revision 17204 to …
(edit) @6249143d   16 years baptiste.coudurier store display height without vbi Originally committed as revision …
(edit) @db6db7e5   16 years baptiste.coudurier split mpegvideo descriptor into cdci descriptor and wav common in …
(edit) @86dd3974   16 years kostya.shishkov In RV3/4 nonzero MB offset for the first slice also indicates error …
(edit) @e15421fe   16 years baptiste.coudurier write essence elements klv packets with ber4 length, more …
(edit) @baaf7b1b   16 years baptiste.coudurier encode klv fill item length in fixed ber 4 bytes Originally committed …
(edit) @ecc3a139   16 years alex.converse Report the illegal audio object type, not it offset by 1. Discussed …
(edit) @b6188c5a   16 years astrange Put dispatch_tab in the rodata section for macho64. This fixes linking …
(edit) @4eb311d   16 years robert.swain Correctly map ADTS profile_ObjectType to MPEG-4 AOT Patch by Alex …
(edit) @ecb24904   16 years Aurélien Jacobs add SSE2 version of vp6_filter_diag original patch by Zuxy Meng …
(edit) @6af3c226   16 years Aurélien Jacobs add MMX version of vp6_filter_diag original patch by Sebastien Lucas …
(edit) @dd44d9e3   16 years robert.swain ADTS Muxer: Refuse to write illegal ADTS files by checking validity of …
(edit) @5110b25e   16 years Aurélien Jacobs convert ff_pw_64 into an xmm_reg for future use in vp6 sse code …
(edit) @81b55ee5   16 years diego Fix typo: vido --> video Originally committed as revision 17191 to …
(edit) @43dedc1e   16 years diego Add raw (de)muxers to list of supported file formats. Originally …
(edit) @b6b3bd91   16 years robert.swain Relinquish maintainership of adtsenc.c from Måns grasp :) Originally …
(edit) @e3b44649   16 years justin.ruggles use av_malloc() in vorbis_comment() Originally committed as revision …
(edit) @39271be4   16 years diego Add entries that were missing from the supported file formats list. …
(edit) @913c3e2c   16 years diego Use more descriptive format names, similar to the format long_names. …
(edit) @29ef9575   16 years Reimar.Doeffinger Fix compilation, there is no file vdpauvideo.c, only vdpau.c …
(edit) @517ac243   16 years diego Use more descriptive format long_names. Originally committed as …
(edit) @69acc88b   16 years diego cosmetics: format long_name spelling fixes Originally committed as …
(edit) @5f401ee0   16 years robert.swain AAC: Cosmetic alterations after the last commit Originally committed …
(edit) @b2d9d4a5   16 years robert.swain Give an error message when returning due to an unallocated channel …
(edit) @30272450   16 years robert.swain Add support for sample rate index 12, 7350 Hz Patch by Alex Converse …
(edit) @ff587009   16 years robert.swain Remove bogus coupling_point assignment for non-CCE as this value is …
(edit) @6a460c36   16 years baptiste.coudurier write active picture height for d-10/imx in mov Originally committed …
(edit) @d5cce0a4   16 years benoit.fouet Add a warning log when trying to encode into a container requiring …
(edit) @6f0b1866   16 years baptiste.coudurier set last packet next pointer to null Originally committed as revision …
Note: See TracRevisionLog for help on using the revision log.