summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* The funny memcpyin svq3 generally has src & dst overlapping, so itMichael Niedermayer2008-07-16
| | | | | | should at least be a memmove(). Originally committed as revision 14254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print slice num as well.Michael Niedermayer2008-07-16
| | | | Originally committed as revision 14253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* float_to_int16_interleave: change src to an array of pointers instead of ↵Loren Merritt2008-07-16
| | | | | | | | assuming it's contiguous. this has no immediate effect, but will allow it to be used in more codecs. Originally committed as revision 14252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vorbis: reduce memory by reusing buffersLoren Merritt2008-07-15
| | | | Originally committed as revision 14251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unroll another common case in vorbis_residue_decodeLoren Merritt2008-07-15
| | | | Originally committed as revision 14250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* OGG: Add padding at end of Vorbis headersSiarhei Siamashka2008-07-15
| | | | | | Patch by Siarhei Siamashka <siarhei.siamashka gmail com> Originally committed as revision 14249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the size of the H264Context delayed_pic array into a #define.Alexander Strange2008-07-15
| | | | | | This improves readability by getting rid of some magic numbers. Originally committed as revision 14248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make v4l2_read_header() don't free a stream in case of failure whenStefano Sabatini2008-07-15
| | | | | | | | reading its header. The stream will be freed later in av_open_input_stream(). Fix a segmentation fault due to a double free on the same pointer. Originally committed as revision 14247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make v4l_read_header() don't free a stream in case of failure whenStefano Sabatini2008-07-15
| | | | | | | | reading its header. The stream will be freed later in av_open_input_stream(). Fix a segmentation fault due to a double free on the same pointer. Originally committed as revision 14246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: optimised MAC64 and MLS64Måns Rullgård2008-07-15
| | | | Originally committed as revision 14245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: optimised MUL64Måns Rullgård2008-07-15
| | | | Originally committed as revision 14244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: ARMv6 optimised MULHMåns Rullgård2008-07-15
| | | | Originally committed as revision 14243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: ARMv6 optimised FASTDIVMåns Rullgård2008-07-15
| | | | Originally committed as revision 14242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: disable use of system byteswap.hMåns Rullgård2008-07-15
| | | | | | | Our bswap functions are better than those in glibc, which has no ARM-optimised versions. Originally committed as revision 14241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32()Måns Rullgård2008-07-15
| | | | Originally committed as revision 14240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: ARMv6 optimised bswap_16/32Måns Rullgård2008-07-15
| | | | Originally committed as revision 14239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove dead code in bitstream.hMåns Rullgård2008-07-15
| | | | Originally committed as revision 14238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print the address of the AVCodecContext in av_log().Alexander Strange2008-07-15
| | | | | | | This makes debug output much easier to read when the same codec is open more than once. Originally committed as revision 14237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, float_to_int16_interleave_sse/3dnow wrote the wrong samplesLoren Merritt2008-07-15
| | | | Originally committed as revision 14236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make flic probe check a few more things.Michael Niedermayer2008-07-14
| | | | | | fixes issue399 Originally committed as revision 14235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the codec_id overriding at a slightly better place.Michael Niedermayer2008-07-14
| | | | Originally committed as revision 14234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H264: fix index range assert() in remove_short_at_index()Måns Rullgård2008-07-14
| | | | Originally committed as revision 14233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove common factors from timebase in av_set_pts_info().Michael Niedermayer2008-07-14
| | | | | | Should fix issue313 Originally committed as revision 14232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix infinite loop at EOF.Michael Niedermayer2008-07-14
| | | | Originally committed as revision 14231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r14218. FFMAX is a macro, soVitor Sessak2008-07-14
| | | | | | | sum = FFMAX(1, scalar_product(...)); might calculate the scalar product twice, which is slower. Originally committed as revision 14230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only animated gif (gifdec.c) was removed)Ben Littler2008-07-14
| | | | Originally committed as revision 14229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gifdec.c was removed, purge its entry from the Makefile.Diego Biurrun2008-07-14
| | | | Originally committed as revision 14228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix decoding of 320x240.ogg.Michael Niedermayer2008-07-13
| | | | Originally committed as revision 14227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -itsscale to scale timestampsMichael Niedermayer2008-07-13
| | | | | | fixes issue511 Originally committed as revision 14226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: reindent.Alexander Strange2008-07-13
| | | | Originally committed as revision 27279 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove const vector casts.Alexander Strange2008-07-13
| | | | | | Fixes compilation with altivec and -std=gnu99. Originally committed as revision 27278 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* removed gif decoder in r14209Ben Littler2008-07-13
| | | | Originally committed as revision 14225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop non-C99-compliant initialization.Diego Biurrun2008-07-13
| | | | Originally committed as revision 14224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make our flac decoder decode all the data at EOF.Michael Niedermayer2008-07-13
| | | | | | Fixes issue524 Originally committed as revision 14223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tools/trasher: Don't mix srand/rand and srandom/random interface.Matthieu Castet2008-07-13
| | | | | | patch by matthieu castet, castet.matthieu free fr Originally committed as revision 14222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* strdup() the default value for rc_eq in AVCodec when setting it inStefano Sabatini2008-07-13
| | | | | | | | avcodec_get_context_defaults(). The value has to be alloced dinamically rather than statically since it may be freed for example by av_set_string2(). Fix a segmentation fault. Originally committed as revision 14221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* On EOF keep calling the decoders until they do not output anythingMichael Niedermayer2008-07-13
| | | | | | anymore, instead of just once. Originally committed as revision 14220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the logic to access the location of a string to free when settingStefano Sabatini2008-07-13
| | | | | | | a new value for a string with av_set_string2(). Fix a segmentation fault. Originally committed as revision 14219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyVitor Sessak2008-07-13
| | | | Originally committed as revision 14218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another av_clipf() usageVitor Sessak2008-07-13
| | | | Originally committed as revision 14217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not declare as double a var that only stores a floatVitor Sessak2008-07-13
| | | | Originally committed as revision 14216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify: use FFMAXVitor Sessak2008-07-13
| | | | Originally committed as revision 14215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check that csize in ff_lzw_decode_init is < LZW_MAXBITS, <= is not enough andReimar Döffinger2008-07-13
| | | | | | might read outside the prefix array Originally committed as revision 14214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_clipf() function to common.h and use it in ra288.cVitor Sessak2008-07-13
| | | | Originally committed as revision 14213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dvdsubdec: allow compilation with -DDEBUGMåns Rullgård2008-07-13
| | | | Originally committed as revision 14212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RTP: use dprintf(), allow compilation with -DDEBUGMåns Rullgård2008-07-13
| | | | Originally committed as revision 14211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ASF: use dprintf(), allow compilation with -DDEBUGMåns Rullgård2008-07-13
| | | | Originally committed as revision 14210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove gif demuxer, the code contains a gif decoder and lzw decoder neitherMichael Niedermayer2008-07-13
| | | | | | | belongs in a demuxer, furthermore the code might be exploitable. Fixes issue530 Originally committed as revision 14209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use -vsync 0 unless the user explicitly asked for somethingMichael Niedermayer2008-07-13
| | | | | | | else when the framerate is above 1000. Fixes issue259. Originally committed as revision 14208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* exploit mdct symmetryLoren Merritt2008-07-13
| | | | | | 2% faster vorbis on conroe, k8. 7% on celeron. Originally committed as revision 14207 to svn://svn.ffmpeg.org/ffmpeg/trunk