source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @cfa3caf8   16 years baptiste.coudurier check body partitions count before writing Originally committed as …
(edit) @2779cdad   16 years baptiste.coudurier Check return value of ffm_write_write_index and ffm_read_write_index. …
(edit) @2dc91884   16 years baptiste.coudurier return error if read failed Originally committed as revision 17173 to …
(edit) @6fcce4f9   16 years baptiste.coudurier Change ffm_write_write_index to return int, and return if error …
(edit) @22009729   16 years diego Remove reference to renamed header file xvmc_render.h. Originally …
(edit) @37a43cfb   16 years diego Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes …
(edit) @508048af   16 years diego 10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile as well. …
(edit) @8df3bf6   16 years diego Rename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h --> vdpau_pixfmt.h …
(edit) @8c7f820   16 years michaelni Let rgb32 pass for ljpeg. Originally committed as revision 17167 to …
(edit) @39e80e6c   16 years stefano.sabatini-lala Apply misc fixes for sws_getCachedContext() documentation. Originally …
(edit) @68a7aaff   16 years baptiste.coudurier compute b_per_i_or_p value correctly, patch by Thierry Foucu, tfoucu …
(edit) @70bf0416   16 years stefano.sabatini-lala Bump micro version, related to r28491. See the thread: …
(edit) @a88f0f16   16 years baptiste.coudurier rename wrongly named b_per_gop to b_per_i_or_p according to specs …
(edit) @a1588654   16 years stefano.sabatini-lala Document sws_getContext(). Originally committed as revision 28535 to …
(edit) @bf6c32fe   16 years Aurélien Jacobs use new metadata API in ogg/vorbis demuxer Originally committed as …
(edit) @d1e3c6fd   16 years baptiste.coudurier extend resampling API, add S16 internal conversion Originally …
(edit) @b5fdaeb   16 years stefano.sabatini-lala Document sws_getIdentityVec(). Originally committed as revision 28533 …
(edit) @5b4f5e5d   16 years baptiste.coudurier fix frame size, time rate is not stts duration anymore with time …
(edit) @fcdd622c   16 years baptiste.coudurier do not set start time to 0, it is not the case with elst time offset …
Note: See TracRevisionLog for help on using the revision log.