6158 Commits (a94e666cb5db1b23b22b5804abaee7c44b547431)
 

Author SHA1 Message Date
Diego Biurrun c6b1866b73 Ignore apiexample and test programs. 19 years ago
Diego Biurrun dc9cc5ed85 EXTRALIBS already contains -lm, no need to add it explicitly. 19 years ago
Michael Niedermayer b88a718a11 avoid if(i>=63) check at the end of decode_block() 19 years ago
Michael Niedermayer 415365d225 avoid i++ in decode_block() 19 years ago
Michael Niedermayer 7d2b787daa minor optimization of decode_block() 19 years ago
Luca Abeni c17be81763 Change img_convert() from img_fmt to img_fmt with img_copy() 19 years ago
Michael Niedermayer 22dde0e955 optimizations by arpi 19 years ago
Frantisek Dvorak 6a1a892f23 use sdl-config with $cross_prefix 19 years ago
Måns Rullgård 65f51a41af be nice to syntax highlighting that doesn't understand here-docs 19 years ago
Reimar Döffinger dfca23e361 NuppelVideo/MythTVVideo support, including rtjpeg decoder 19 years ago
Baptiste Coudurier 4f6a6e1f81 skip 0byte packets 19 years ago
Steve L'Homme a8fcaf4019 #define fseeko/ftello to fseeko64/ftello64, fixes MinGW compilation. 19 years ago
Baptiste Coudurier b0519015f0 ignore wrong negative cts values created by quicktime 19 years ago
Luca Barbato 22b48b85b6 altivec support for snow 19 years ago
Luca Barbato e62c29bf57 altivec support for snow 19 years ago
Baptiste Coudurier 302ed0ddcd flush packets 19 years ago
Diego Biurrun 1e7ffa50b7 Use '-' instead of '|| true' to ignore errors. 19 years ago
Benjamin Larsson 5b6638517f Use a more descriptive error message. 19 years ago
Baptiste Coudurier 3ed73c46ca let vorbis decoder init too, fix mi2_vorbis51.mp4 19 years ago
Baptiste Coudurier e31bd3e309 add mp3on4 detection, fix red.mp4 19 years ago
Baptiste Coudurier 94ede53e57 fix double free, priv_data is freed in av_open_input_stream 19 years ago
Baptiste Coudurier a3a80ddca0 use 64bit atom version if needed 19 years ago
Michael Niedermayer d766800b78 dont set random timestamps if they are not known 19 years ago
Michael Niedermayer 78a11456a1 fixing timebase 19 years ago
Kostya Shishkov 76fabb4579 Don't use get_vlc2() when tree is one symbol. This fixes audio decoding 19 years ago
Steve L'Homme 662710ed35 Rename time variable to the more descriptive block_time. 19 years ago
Loren Merritt 2ea392529a 10l in 1.199 (write_back_motion with B-pyramid + spatial) 19 years ago
Loren Merritt 5e8b787afa simplified and slightly faster h264_chroma_mc8_mmx 19 years ago
Måns Rullgård a11a334d18 make install target depend on vhooks 19 years ago
Baptiste Coudurier ec04d244b5 let faad init parameters properly, fix many SBR samples 19 years ago
Baptiste Coudurier 99487f42b1 fix demuxing of CDR-Dinner_LAN_800k.mp4 19 years ago
Baptiste Coudurier e1017f2b87 need to dissociate pcm 16bit and 8bit cases 19 years ago
Baptiste Coudurier 67dd33f90e use av_d2q to parse frame rate 19 years ago
Baptiste Coudurier 0dd39bfe5d Quicktime creates S8 that way too 19 years ago
Baptiste Coudurier a66abcb1b5 vorbis seems to be 221, decodes borgcube_vorbis20.mp4, demux mi2_vorbis51.mp4 though not decoded properly (5:1), 249608749a89.3g2 is 225 and is Qclp 19 years ago
Steve L'Homme dc2bf20e27 ST16 is undefined for non-GNU compilers. 19 years ago
Diego Pettenò 9627763483 Fix order of operands in lrintf test to make the test not fail if you have 19 years ago
Loren Merritt e77ef2755a prefetch pixels for future motion compensation. 4-10% faster mpeg1/2/4 decoding (on an athlon-xp). 19 years ago
Loren Merritt 513fbd8e5a prefetch pixels for future motion compensation. 2-5% faster h264. 19 years ago
Baptiste Coudurier 7e815047e5 use 64bit types 19 years ago
Loren Merritt 5e6a5c4daf 10l 19 years ago
Loren Merritt fdd3057981 added mmx implementation of h264_chroma_mc2 19 years ago
Baptiste Coudurier 3cdc7eb474 dvcpro is 411p in fact 19 years ago
Loren Merritt 53b19144e7 1.5x faster write_back_motion, 1-3% overall 19 years ago
Robert Edele e8600e5edc add MMX and SSE versions of ff_snow_inner_add_yblock 19 years ago
Steve L'Homme d439facb3d duration and subitle fix from the patch by Steve Lhomme 19 years ago
Michael Niedermayer 70596d04a8 cleanup codec_id mapping (untested) 19 years ago
Baptiste Coudurier f444b977a5 clean 19 years ago
Baptiste Coudurier 1175561e19 support 64bit date/duration 19 years ago
Michael Niedermayer 68ca39b21a fix aspect ratio 19 years ago