10537 Commits (68bf8d83c5dcafe50f775dd1bf110928bf986645)
 

Author SHA1 Message Date
  Måns Rullgård 9076fee4f5 s/SAMPLT_FMT_NONE/SAMPLE_FMT_NONE/ 20 years ago
  Loren Merritt 75ca1a5f70 gmc_mmx tweaks 20 years ago
  Michael Niedermayer 87b041e0f0 little h.264 related hunk from diff between cvs and mobile hackerz 20 years ago
  Michael Niedermayer 9e282ba382 the PSP rejects video with too high bitrates so lets claim they arent too high ... 20 years ago
  Luca Abeni 7b748aff2c Introduce swscale interface in libavcodec 20 years ago
  Loren Merritt 703c8195a8 mmx implementation of 3-point GMC. (5x faster than C) 20 years ago
  Loren Merritt 841f65f25a 2x faster ff_mpeg4_set_direct_mv 20 years ago
  Justin Ruggles f760b70fbe AC3: support encoding fractional frame sizes 20 years ago
  Roman Shaposhnik c4e7baa85c * fixing DV-in-AVI type1 packet production bug 20 years ago
  Måns Rullgård d2fbcb3bc8 #define [U]INT32_{MIN,MAX} if missing 20 years ago
  Måns Rullgård 9d9b432ae9 This patch simply adds demuxing support for AC-3 streams in DVB TS 20 years ago
  Måns Rullgård 00a6b92bdd fix memory leak on mpegts close 20 years ago
  Michael Niedermayer 54009d4295 remove mpegvideo.c img resample dependancy 20 years ago
  Michael Niedermayer 6b250e4725 get_xbits() optimization 20 years ago
  Michael Niedermayer ad8812be8f remove useless code 20 years ago
  Michael Niedermayer 002a7414b5 simplify loop a little 20 years ago
  Michael Niedermayer 78d2d4e111 do UPDATE_CACHE only when needed (which should be VERY rare) 20 years ago
  Michael Niedermayer e7e2025a53 + (sign&1) -> -sign (1 instruction less) 20 years ago
  Michael Niedermayer ac2549b583 avoid hard to predict branch (idea by arpi) 20 years ago
  Steve L'Homme 9296d45d29 warn user about crappy OS patch by (Steve Lhomme <steve.lhomme@free.fr>) 20 years ago
  Luca Barbato 46641a135c Proper typecast for vector bool 20 years ago
  D Richard Felker III f880199375 fix constraint violation: libavformat is not allowed to modify state of caller, including rng state 20 years ago
  Luca Abeni 5d6ed7c141 move enum PixelFormat from libavcodec to libavutil 20 years ago
  Michael Niedermayer d30ba3bb34 reverting 1.31->1.33 20 years ago
  Michael Niedermayer 1adc29eedb dont forget table_size in the decode_frame return value 20 years ago
  Corey Hickey 1005f542b2 - Add new file internal.h for common internal-use-only functions. 20 years ago
  Roman Shaposhnik 06ab9cffb2 * fixing -target *dv issues with not setting pix_fmt and adding dv50 target 20 years ago
  Michael Niedermayer 60f3c0b8fc fix gcc 2.95 compilation 20 years ago
  Luca Barbato 085065f0fd Cast cruft in order to support Apple gcc 20 years ago
  Diego Biurrun c6b1866b73 Ignore apiexample and test programs. 20 years ago
  Diego Biurrun dc9cc5ed85 EXTRALIBS already contains -lm, no need to add it explicitly. 20 years ago
  Michael Niedermayer b88a718a11 avoid if(i>=63) check at the end of decode_block() 20 years ago
  Michael Niedermayer 415365d225 avoid i++ in decode_block() 20 years ago
  Michael Niedermayer 7d2b787daa minor optimization of decode_block() 20 years ago
  Luca Abeni c17be81763 Change img_convert() from img_fmt to img_fmt with img_copy() 20 years ago
  Michael Niedermayer 22dde0e955 optimizations by arpi 20 years ago
  Frantisek Dvorak 6a1a892f23 use sdl-config with $cross_prefix 20 years ago
  Måns Rullgård 65f51a41af be nice to syntax highlighting that doesn't understand here-docs 20 years ago
  Reimar Döffinger dfca23e361 NuppelVideo/MythTVVideo support, including rtjpeg decoder 20 years ago
  Baptiste Coudurier 4f6a6e1f81 skip 0byte packets 20 years ago
  Steve L'Homme a8fcaf4019 #define fseeko/ftello to fseeko64/ftello64, fixes MinGW compilation. 20 years ago
  Baptiste Coudurier b0519015f0 ignore wrong negative cts values created by quicktime 20 years ago
  Luca Barbato 22b48b85b6 altivec support for snow 20 years ago
  Luca Barbato e62c29bf57 altivec support for snow 20 years ago
  Baptiste Coudurier 302ed0ddcd flush packets 20 years ago
  Diego Biurrun 1e7ffa50b7 Use '-' instead of '|| true' to ignore errors. 20 years ago
  Benjamin Larsson 5b6638517f Use a more descriptive error message. 20 years ago
  Baptiste Coudurier 3ed73c46ca let vorbis decoder init too, fix mi2_vorbis51.mp4 20 years ago
  Baptiste Coudurier e31bd3e309 add mp3on4 detection, fix red.mp4 20 years ago
  Baptiste Coudurier 94ede53e57 fix double free, priv_data is freed in av_open_input_stream 20 years ago