source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @7f889a76   18 years diego Remove the LGPL exception clause as discussed on ffmpeg-devel and move …
(edit) @fbb9d104   18 years diego Fix vhook build on Cygwin, shared builds only. patch by Víctor Paesa, …
(edit) @1839e854   18 years diego Proper armv5te instructions support detection. patch by Siarhei …
(edit) @a8678a3a   18 years Aurélien Jacobs replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231) …
(edit) @7facadb0   18 years gpoirier corrects the type of the AVOption parameter "bugs", patch by Takis …
(edit) @5cc9b87f   18 years gpoirier adds descriptions to the libavcodec AVOptions array, taken from the …
(edit) @496cfa3c   18 years mans ffmpeg, ffplay, ffserver need version.h Originally committed as …
(edit) @1dac8fea   18 years Aurélien Jacobs Enables back the mmx/sse optimized version of the vp3 idct. It …
(edit) @d0702de9   18 years michaelni 10l typo Originally committed as revision 6240 to …
(edit) @dc8cd49   18 years diego Remove superfluous ifeq. Originally committed as revision 6239 to …
(edit) @691c480   18 years diego Fix 'make depend' for libpostproc. Originally committed as revision …
(edit) @e179fbc8   18 years kostya.shishkov Swap back and forward motion vectors to achieve correct picture …
(edit) @1884a48b   18 years kostya.shishkov Set motion vectors used in B-frames to zero by default Originally …
(edit) @c8868640   18 years kostya.shishkov Use h264_chroma funcs in B-frames MC too Originally committed as …
(edit) @b116cc7f   18 years kostya.shishkov Fix edge emulation for bicubic MC in B frames Originally committed as …
(edit) @f9942ba9   18 years kostya.shishkov 2989l: Set avctx->has_b_frames value in header and don't change it …
(edit) @aa8f4cee   18 years Aurélien Jacobs add a VP6F fourcc for apps which rely on fourcc Originally committed …
(edit) @0dd5866a   18 years Aurélien Jacobs don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts …
(edit) @d70e3ff4   18 years baptiste.coudurier workaround for files, mainly d-cinema, with 0 sized tags especially …
(edit) @9fe84b53   18 years diego Remove nonexistent option -hq from the documentation. patch by …
(edit) @024da4b1   18 years diego armv5 optimizations patch by Siarhei Siamashka siarhei.siamashka at …
(edit) @8c3dd5dc   18 years gpoirier Use and set sane AVOption defaults Patch by Takis Original thread: …
(edit) @493f7857   18 years gpoirier adds doxygen docs to av_opt_set_defaults. Patch by Takis Originally …
(edit) @abade142   18 years gpoirier allow ffmpeg to read mp3s beginning with partial frames Patch by …
(edit) @73a8ceaa   18 years gpoirier make AVOptions default value field work. Patch by Panagiotis Issaris % …
(edit) @b7cff9ce   18 years diego Remove unused variable. Originally committed as revision 6223 to …
(edit) @aaf78bde   18 years diego fprintf/perror --> av_log patch by Gustavo Sverzut Barbieri, barbieri …
(edit) @8faf5443   18 years lu_zero Cleanup, from Emanuele Giaquinta <exg@gentoo.org> Originally …
(edit) @f3cd195a   18 years mans add our -L flags before any other linker flags Originally committed …
(edit) @04d7f601   18 years diego Add official LGPL license headers to the files that were missing them. …
(edit) @dc43482b   18 years kostya.shishkov Disable B-frames decoding until they produce correct picture …
(edit) @d120e402   18 years Aurélien Jacobs rename vector to vect to avoid clash with Apple gcc Originally …
(edit) @9a8e6f8   18 years diego Add proper GPL headers. Originally committed as revision 6216 to …
(edit) @2111440a   18 years diego Add proper GPL headers. Originally committed as revision 19772 to …
(edit) @380b2da7   18 years diego Replace informal GPL notice by official header. Originally committed …
(edit) @3acc68b4   18 years mans fix out of tree builds Originally committed as revision 6214 to …
(edit) @5ce117c3   18 years Aurélien Jacobs VP5 and VP6 video decoder Originally committed as revision 6213 to …
(edit) @34a8dcd0   18 years kostya.shishkov Drop unneeded checks before av_free() and change to av_freep() where …
(edit) @76751653   18 years kostya.shishkov Support for BI-frames in Advanced Profile Originally committed as …
(edit) @d429c982   18 years kostya.shishkov Don't print header bits by default Originally committed as revision …
(edit) @6cf6d0ec   18 years kostya.shishkov [Cosmetics] Remove if(profile < PROFILE_ADVANCED) from …
(edit) @d1d28dd   18 years kostya.shishkov [Cosmetics] Remove some done TODOs/FIXMEs from comments Originally …
(edit) @1dc1ce64   18 years kostya.shishkov Proper support for B/BI frames Originally committed as revision 6207 …
(edit) @0288a747   18 years michaelni AVPROBE_SCORE_MAX doc Originally committed as revision 6206 to …
(edit) @5e89b50b   18 years gpoirier undefines a few temporary defines which were not undefined after their …
(edit) @8dc6f118   18 years diego Add -lav* to the front of LDFLAGS, fixes linking on Linux. patch by …
(edit) @6de9e506   18 years diego FFLIBS --> EXTRALIBS Originally committed as revision 6203 to …
(edit) @f381af7b   18 years diego Remove pointless variable indirection. Originally committed as …
(edit) @a9550eb6   18 years diego simplify Originally committed as revision 6201 to …
(edit) @cc654dd7   18 years diego FFLIBDIRS --> LDFLAGS Originally committed as revision 6200 to …
(edit) @ec53e110   18 years diego Remove empty variable declaration. Originally committed as revision …
(edit) @ca373eb7   18 years diego Add -g to LDFLAGS instead of adding it to the command line. …
(edit) @8e16b25c   18 years gpoirier enables AVOption for muxing. Patch by Takis Original thread: Date: Sep …
(edit) @ec1b10f4   18 years gpoirier enable setting the year and track number using AVOption Patch by Takis …
(edit) @57c244f   18 years gpoirier makes avformat_get_context_defaults() static when the next …
(edit) @7b95bc5   18 years michaelni print more correct error messges Originally committed as revision …
(edit) @3c573748   18 years diego LDFLAGS_$@ contains libs, not LDFLAGS, rename it accordingly. …
(edit) @529dd3c9   18 years diego Move required libs after the object file for the shared lib …
(edit) @a41104f8   18 years michaelni fix sound of SampleVideo.mov (mp2 in mov) Originally committed as …
(edit) @2ad4648f   18 years gpoirier Allow to get the the track number in the IPRT (part) tag in AVI. Patch …
(edit) @2eb291c4   18 years gpoirier Allow to store the the track number though the IPRT (part) tag in AVI. …
(edit) @af0ad8f0   18 years gpoirier Remove unused defines, patch by takis P issaris A uhasselt P be …
(edit) @63d5075c   18 years gpoirier adds support for setting that album tag. Patch by takis P issaris A …
(edit) @f0861f46   18 years gpoirier Better tag support: - Make ffplay show comments and copyright info …
(edit) @7ff0b84f   18 years kostya.shishkov Handle the rest of known blocks (by skipping them) Originally …
(edit) @096bc417   18 years kostya.shishkov Tests for overreading input data Originally committed as revision …
(edit) @54b55c8d   18 years kostya.shishkov Cursor drawing support Originally committed as revision 6183 to …
(edit) @b2565d71   18 years diego Introduce a mechanism to add object-specific linker flags. patch by …
(edit) @4fadc2b4   18 years diego Add official GPL header to make license explicit as discussed on …
(edit) @f7b106cb   18 years diego Switch license from GPL to LGPL. The original author agreed to this as …
(edit) @af5ba08e   18 years gpoirier Allow RGB Raw encoding Patch by Javier garcia % garcofra A hotmail P …
(edit) @837f0ad7   18 years diego Fall back on grepping for the revision number if no svn client is …
(edit) @afd1a2d8   18 years r_togni Fix buffer handling for stereo mace files, fixes some random sig11 …
(edit) @2c00106c   18 years michaelni ignore index parameter to ignore the ODML index in avi Originally …
(edit) @577cd17   18 years bugfood-ml second pass encoding changes: - warn rather than fail when specified …
(edit) @157cba3b   18 years diego Mark this file properly as LGPL as allowed by its author Leon van …
(edit) @7bb79b44   18 years gpoirier MONster is no longuer shipped with CHUD, as it's been superseeded by …
(edit) @805934b3   18 years kostya.shishkov Try to handle all chunks, previous scheme was not correct. Originally …
(edit) @c0d6fc1f   18 years kostya.shishkov Handle raw blocks correctly (both updating pointer and storing to …
(edit) @eb57c889   18 years kostya.shishkov VMware Video decoder (fourcc: VMnc) Originally committed as revision …
(edit) @353e433b   18 years michaelni seems the output of that code is never used Originally committed as …
(edit) @ae5e7e7f   18 years mans inline align_get_bits() Originally committed as revision 6169 to …
(edit) @29b372b9   18 years bugfood-ml error message spelling typo Originally committed as revision 6168 to …
(edit) @ffb512e3   18 years baptiste.coudurier move track timescale/sampleDuration init to write_header and return …
(edit) @5c07cf53   18 years gpoirier Clarified API for numbered sequences, patch by Michel Bardiaux % …
(edit) @22e46959   18 years gpoirier Add sws_getCachedContext(), which checks if context is valid or …
(edit) @d6789842   18 years diego Exchange informal GPL notice by official license header. Originally …
(edit) @af41dd8   18 years diego Exchange informal LGPL notice by official license header. Originally …
(edit) @04ae12e9   18 years kostya.shishkov WVC1 is now decodeable with VC-1 decoder. Originally committed as …
(edit) @3c275f6d   18 years kostya.shishkov VC-1 Advanced Profile support (progressive only, tested on WVC1 …
(edit) @3c8f30a7   18 years Roman R. * Restructuring the division of labor between DV codec and DV format …
(edit) @712ae911   18 years diego The license of this file is LGPL, as clarified by Fabrice. Originally …
(edit) @a4dd5fb7   18 years gpoirier port ppm vhook to swscaler patch by Victor Paesa % wzrlpy A arsystel P …
(edit) @efa4b887   18 years diego Switch license from GPL to LGPL, this file originates from libdv, …
(edit) @73c42241   18 years diego Add copyright notice from the Independent JPEG Group instead of …
(edit) @1df051e1   18 years justin.ruggles Fix 2 bit allocation bugs. One fix enables using a higher bandwidth …
(edit) @74945176   18 years diego Add license from zlib.h instead of referring to it. Originally …
(edit) @60aae27a   18 years kostya.shishkov AltiVec version of put_no_rnd_h264_chroma_pixels_tab[0] (slightly …
(edit) @0e176c3e   18 years mans remove redundant declarations Originally committed as revision 6153 …
(edit) @6243da0d   18 years kostya.shishkov Drop put_vc1_qpel_pixels_tab as they won't be needed anymore. …
Note: See TracRevisionLog for help on using the revision log.