5787 Commits (38f0d3ce7613028337f35dcdc4f8f2aa1070c5e3)
 

Author SHA1 Message Date
Måns Rullgård 9076fee4f5 s/SAMPLT_FMT_NONE/SAMPLE_FMT_NONE/ 19 years ago
Loren Merritt 75ca1a5f70 gmc_mmx tweaks 19 years ago
Michael Niedermayer 87b041e0f0 little h.264 related hunk from diff between cvs and mobile hackerz 19 years ago
Michael Niedermayer 9e282ba382 the PSP rejects video with too high bitrates so lets claim they arent too high ... 19 years ago
Luca Abeni 7b748aff2c Introduce swscale interface in libavcodec 19 years ago
Loren Merritt 703c8195a8 mmx implementation of 3-point GMC. (5x faster than C) 19 years ago
Loren Merritt 841f65f25a 2x faster ff_mpeg4_set_direct_mv 19 years ago
Justin Ruggles f760b70fbe AC3: support encoding fractional frame sizes 19 years ago
Roman Shaposhnik c4e7baa85c * fixing DV-in-AVI type1 packet production bug 19 years ago
Måns Rullgård d2fbcb3bc8 #define [U]INT32_{MIN,MAX} if missing 19 years ago
Måns Rullgård 9d9b432ae9 This patch simply adds demuxing support for AC-3 streams in DVB TS 19 years ago
Måns Rullgård 00a6b92bdd fix memory leak on mpegts close 19 years ago
Michael Niedermayer 54009d4295 remove mpegvideo.c img resample dependancy 19 years ago
Michael Niedermayer 6b250e4725 get_xbits() optimization 19 years ago
Michael Niedermayer ad8812be8f remove useless code 19 years ago
Michael Niedermayer 002a7414b5 simplify loop a little 19 years ago
Michael Niedermayer 78d2d4e111 do UPDATE_CACHE only when needed (which should be VERY rare) 19 years ago
Michael Niedermayer e7e2025a53 + (sign&1) -> -sign (1 instruction less) 19 years ago
Michael Niedermayer ac2549b583 avoid hard to predict branch (idea by arpi) 19 years ago
Steve L'Homme 9296d45d29 warn user about crappy OS patch by (Steve Lhomme <steve.lhomme@free.fr>) 19 years ago
Luca Barbato 46641a135c Proper typecast for vector bool 19 years ago
D Richard Felker III f880199375 fix constraint violation: libavformat is not allowed to modify state of caller, including rng state 19 years ago
Luca Abeni 5d6ed7c141 move enum PixelFormat from libavcodec to libavutil 19 years ago
Michael Niedermayer d30ba3bb34 reverting 1.31->1.33 19 years ago
Michael Niedermayer 1adc29eedb dont forget table_size in the decode_frame return value 19 years ago
Corey Hickey 1005f542b2 - Add new file internal.h for common internal-use-only functions. 19 years ago
Roman Shaposhnik 06ab9cffb2 * fixing -target *dv issues with not setting pix_fmt and adding dv50 target 19 years ago
Michael Niedermayer 60f3c0b8fc fix gcc 2.95 compilation 19 years ago
Luca Barbato 085065f0fd Cast cruft in order to support Apple gcc 19 years ago
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