6995 Commits (c74915cda4e32b2765707ba39345814050c87b4d)
 

Author SHA1 Message Date
Diego Biurrun ca373eb7e4 Add -g to LDFLAGS instead of adding it to the command line. 18 years ago
Panagiotis Issaris 8e16b25cc1 enables AVOption for muxing. 18 years ago
Panagiotis Issaris ec1b10f4b9 enable setting the year and track number using AVOption 18 years ago
Panagiotis Issaris 57c244f6c7 makes avformat_get_context_defaults() static 18 years ago
Michael Niedermayer 7b95bc5842 print more correct error messges 18 years ago
Diego Biurrun 3c57374894 LDFLAGS_$@ contains libs, not LDFLAGS, rename it accordingly. 18 years ago
Diego Biurrun 529dd3c9ea Move required libs after the object file for the shared lib compilation. 18 years ago
Michael Niedermayer a41104f86a fix sound of SampleVideo.mov (mp2 in mov) 18 years ago
Panagiotis Issaris 2ad4648f97 Allow to get the the track number in the IPRT (part) tag in AVI. 18 years ago
Panagiotis Issaris 2eb291c4bb Allow to store the the track number though the IPRT (part) tag in AVI. 18 years ago
Panagiotis Issaris af0ad8f0c1 Remove unused defines, patch by takis P issaris A uhasselt P be 18 years ago
Panagiotis Issaris 63d5075c5c adds support for setting that album tag. 18 years ago
Panagiotis Issaris f0861f466f Better tag support: 18 years ago
Kostya Shishkov 7ff0b84f0e Handle the rest of known blocks (by skipping them) 18 years ago
Kostya Shishkov 096bc417ae Tests for overreading input data 18 years ago
Kostya Shishkov 54b55c8da0 Cursor drawing support 18 years ago
Gustavo Sverzut Barbieri b2565d710f Introduce a mechanism to add object-specific linker flags. 18 years ago
Diego Biurrun 4fadc2b4f1 Add official GPL header to make license explicit as discussed on ffmpeg-devel. 18 years ago
Diego Biurrun f7b106cb35 Switch license from GPL to LGPL. The original author agreed to this as 18 years ago
Javier Garcia af5ba08e83 Allow RGB Raw encoding 18 years ago
Michel Bardiaux 837f0ad7aa Fall back on grepping for the revision number if no svn client is installed. 18 years ago
Alan Curry afd1a2d88e Fix buffer handling for stereo mace files, fixes some random sig11 18 years ago
Michael Niedermayer 2c00106c2b ignore index parameter to ignore the ODML index in avi 18 years ago
Corey Hickey 577cd173e3 second pass encoding changes: 18 years ago
Diego Biurrun 157cba3bdb Mark this file properly as LGPL as allowed by its author Leon van Stuivenberg. 18 years ago
Guillaume Poirier 7bb79b442c MONster is no longuer shipped with CHUD, as it's been superseeded by Shark 18 years ago
Kostya Shishkov 805934b3e4 Try to handle all chunks, previous scheme was not correct. 18 years ago
Kostya Shishkov c0d6fc1f73 Handle raw blocks correctly (both updating pointer and storing to memory) 18 years ago
Kostya Shishkov eb57c88973 VMware Video decoder (fourcc: VMnc) 18 years ago
Michael Niedermayer 353e433b96 seems the output of that code is never used 18 years ago
Måns Rullgård ae5e7e7f10 inline align_get_bits() 18 years ago
Corey Hickey 29b372b9e9 error message spelling typo 18 years ago
Baptiste Coudurier ffb512e349 move track timescale/sampleDuration init to write_header and return error if not set 18 years ago
Michel Bardiaux 5c07cf535f Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A mediaxim P be % 18 years ago
Víctor Paesa 22e4695905 Add sws_getCachedContext(), which checks if context is valid or reallocs a new one instead. 18 years ago
Diego Biurrun d67898427b Exchange informal GPL notice by official license header. 18 years ago
Diego Biurrun af41dd8216 Exchange informal LGPL notice by official license header. 18 years ago
Kostya Shishkov 04ae12e91b WVC1 is now decodeable with VC-1 decoder. 18 years ago
Kostya Shishkov 3c275f6def VC-1 Advanced Profile support (progressive only, tested on WVC1 samples) 18 years ago
Roman Shaposhnik 3c8f30a745 * Restructuring the division of labor between DV codec and DV format 18 years ago
Diego Biurrun 712ae911bb The license of this file is LGPL, as clarified by Fabrice. 18 years ago
Víctor Paesa a4dd5fb73a port ppm vhook to swscaler 18 years ago
Diego Biurrun efa4b887d5 Switch license from GPL to LGPL, this file originates from libdv, which 18 years ago
Diego Biurrun 73c42241b4 Add copyright notice from the Independent JPEG Group instead of referring 18 years ago
Justin Ruggles 1df051e197 Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. The other fixes an issue with floorcod=7. 18 years ago
Diego Biurrun 7494517673 Add license from zlib.h instead of referring to it. 18 years ago
Kostya Shishkov 60aae27ad9 AltiVec version of put_no_rnd_h264_chroma_pixels_tab[0] (slightly changed version of put_h264_chroma_pixels_tab[0]) 18 years ago
Måns Rullgård 0e176c3eb5 remove redundant declarations 18 years ago
Kostya Shishkov 6243da0d50 Drop put_vc1_qpel_pixels_tab as they won't be needed anymore. 18 years ago
Kostya Shishkov b0c8e1b80a Replace usage of put_*_vc1_qpel_pixels_tab with put_*_h264_chroma_pixels_tab 18 years ago