14804 Commits (7a9dba3cd6b8dc300f6b4bbdda9369939820710d)
 

Author SHA1 Message Date
Michael Niedermayer 7a9dba3cd6 SVQ3 uses the JPEG variant of YUV 4:2:0. 17 years ago
Diego Biurrun 9e4cd83347 cosmetics: Fix mxf codec long name. 17 years ago
Baptiste Coudurier 59e7894c3d print AVCodecContext address instead of AVClass, better when multiple instances of same codecs are used, based on r14237 17 years ago
Michael Niedermayer 38844c0b42 The funny memcpyin svq3 generally has src & dst overlapping, so it 17 years ago
Michael Niedermayer fb0fbd7c6c Print slice num as well. 17 years ago
Loren Merritt 5eb0f2a425 float_to_int16_interleave: change src to an array of pointers instead of assuming it's contiguous. 17 years ago
Loren Merritt 633d9def9d vorbis: reduce memory by reusing buffers 17 years ago
Loren Merritt 1a32536737 unroll another common case in vorbis_residue_decode 17 years ago
Siarhei Siamashka 589790c294 OGG: Add padding at end of Vorbis headers 17 years ago
Alexander Strange 64b9d48f76 Move the size of the H264Context delayed_pic array into a #define. 17 years ago
Stefano Sabatini deaab5fc32 Make v4l2_read_header() don't free a stream in case of failure when 17 years ago
Stefano Sabatini 7c1d608ece Make v4l_read_header() don't free a stream in case of failure when 17 years ago
Måns Rullgård b0367ef00a ARM: optimised MAC64 and MLS64 17 years ago
Måns Rullgård 6865e04620 ARM: optimised MUL64 17 years ago
Måns Rullgård 7995962d4b ARM: ARMv6 optimised MULH 17 years ago
Måns Rullgård 6651ce17b8 ARM: ARMv6 optimised FASTDIV 17 years ago
Måns Rullgård de0e19cc38 ARM: disable use of system byteswap.h 17 years ago
Måns Rullgård c696a863d4 ARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32() 17 years ago
Måns Rullgård ea66f252a8 ARM: ARMv6 optimised bswap_16/32 17 years ago
Måns Rullgård 29c8b6263a Remove dead code in bitstream.h 17 years ago
Alexander Strange b1e12f99a2 Print the address of the AVCodecContext in av_log(). 17 years ago
Loren Merritt 4342a7f30b 10l, float_to_int16_interleave_sse/3dnow wrote the wrong samples 17 years ago
Michael Niedermayer 154dffd04c Make flic probe check a few more things. 17 years ago
Michael Niedermayer 744b4c02c2 Move the codec_id overriding at a slightly better place. 17 years ago
Måns Rullgård e1f15d3836 H264: fix index range assert() in remove_short_at_index() 17 years ago
Michael Niedermayer 283c061936 Remove common factors from timebase in av_set_pts_info(). 17 years ago
Michael Niedermayer 54347c2f51 Fix infinite loop at EOF. 17 years ago
Vitor Sessak 0e3510a31f Revert r14218. FFMAX is a macro, so 17 years ago
Ben Littler e44bbf623e only animated gif (gifdec.c) was removed) 17 years ago
Diego Biurrun fb72cf46f7 gifdec.c was removed, purge its entry from the Makefile. 17 years ago
Michael Niedermayer f55a5281ac Fix decoding of 320x240.ogg. 17 years ago
Michael Niedermayer 8833f375f9 -itsscale to scale timestamps 17 years ago
Alexander Strange 88c5cadc2a Cosmetics: reindent. 17 years ago
Alexander Strange 2ac6ff2ecb Remove const vector casts. 17 years ago
Ben Littler 1cad63d625 removed gif decoder in r14209 17 years ago
Diego Biurrun 89129c6b1d Drop non-C99-compliant initialization. 17 years ago
Michael Niedermayer 4c453ddbbc Make our flac decoder decode all the data at EOF. 17 years ago
Matthieu Castet 4a8361f848 tools/trasher: Don't mix srand/rand and srandom/random interface. 17 years ago
Stefano Sabatini 9606a83824 strdup() the default value for rc_eq in AVCodec when setting it in 17 years ago
Michael Niedermayer bd6754aa79 On EOF keep calling the decoders until they do not output anything 17 years ago
Stefano Sabatini f969058998 Fix the logic to access the location of a string to free when setting 17 years ago
Vitor Sessak b903a9285e Simplify 17 years ago
Vitor Sessak 3819081f75 Another av_clipf() usage 17 years ago
Vitor Sessak aa64ee30d1 Do not declare as double a var that only stores a float 17 years ago
Vitor Sessak 1894db1487 Simplify: use FFMAX 17 years ago
Reimar Döffinger b08edb2268 check that csize in ff_lzw_decode_init is < LZW_MAXBITS, <= is not enough and 17 years ago
Vitor Sessak 4138ad961c Add av_clipf() function to common.h and use it in ra288.c 17 years ago
Måns Rullgård 8effdce0e7 dvdsubdec: allow compilation with -DDEBUG 17 years ago
Måns Rullgård e8420626d0 RTP: use dprintf(), allow compilation with -DDEBUG 17 years ago
Måns Rullgård f94981ea6a ASF: use dprintf(), allow compilation with -DDEBUG 17 years ago