summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fix memory leak on mpegts closeMåns Rullgård2006-04-01
* remove mpegvideo.c img resample dependancyMichael Niedermayer2006-03-31
* get_xbits() optimizationMichael Niedermayer2006-03-31
* remove useless codeMichael Niedermayer2006-03-31
* simplify loop a littleMichael Niedermayer2006-03-31
* do UPDATE_CACHE only when needed (which should be VERY rare)Michael Niedermayer2006-03-31
* + (sign&1) -> -sign (1 instruction less)Michael Niedermayer2006-03-31
* avoid hard to predict branch (idea by arpi)Michael Niedermayer2006-03-31
* warn user about crappy OS patch by (Steve Lhomme <steve.lhomme@free.fr>)Steve L'Homme2006-03-31
* Proper typecast for vector boolLuca Barbato2006-03-31
* fix constraint violation: libavformat is not allowed to modify state of calle...D Richard Felker III2006-03-30
* move enum PixelFormat from libavcodec to libavutilLuca Abeni2006-03-30
* reverting 1.31->1.33Michael Niedermayer2006-03-30
* dont forget table_size in the decode_frame return valueMichael Niedermayer2006-03-30
* - Add new file internal.h for common internal-use-only functions.Corey Hickey2006-03-30
* * fixing -target *dv issues with not setting pix_fmt and adding dv50 targetRoman Shaposhnik2006-03-30
* fix gcc 2.95 compilationMichael Niedermayer2006-03-29
* Cast cruft in order to support Apple gccLuca Barbato2006-03-29
* Ignore apiexample and test programs.Diego Biurrun2006-03-29
* EXTRALIBS already contains -lm, no need to add it explicitly.Diego Biurrun2006-03-29
* avoid if(i>=63) check at the end of decode_block()Michael Niedermayer2006-03-29
* avoid i++ in decode_block()Michael Niedermayer2006-03-29
* minor optimization of decode_block()Michael Niedermayer2006-03-29
* Change img_convert() from img_fmt to img_fmt with img_copy()Luca Abeni2006-03-29
* optimizations by arpiMichael Niedermayer2006-03-29
* use sdl-config with $cross_prefixFrantisek Dvorak2006-03-28
* be nice to syntax highlighting that doesn't understand here-docsMåns Rullgård2006-03-28
* NuppelVideo/MythTVVideo support, including rtjpeg decoderReimar Döffinger2006-03-27
* skip 0byte packetsBaptiste Coudurier2006-03-27
* #define fseeko/ftello to fseeko64/ftello64, fixes MinGW compilation.Steve L'Homme2006-03-27
* ignore wrong negative cts values created by quicktimeBaptiste Coudurier2006-03-27
* altivec support for snowLuca Barbato2006-03-27
* altivec support for snowLuca Barbato2006-03-27
* flush packetsBaptiste Coudurier2006-03-27
* Use '-' instead of '|| true' to ignore errors.Diego Biurrun2006-03-26
* Use a more descriptive error message.Benjamin Larsson2006-03-26
* let vorbis decoder init too, fix mi2_vorbis51.mp4Baptiste Coudurier2006-03-26
* add mp3on4 detection, fix red.mp4Baptiste Coudurier2006-03-26
* fix double free, priv_data is freed in av_open_input_streamBaptiste Coudurier2006-03-26
* use 64bit atom version if neededBaptiste Coudurier2006-03-26
* dont set random timestamps if they are not knownMichael Niedermayer2006-03-25
* fixing timebaseMichael Niedermayer2006-03-25
* Don't use get_vlc2() when tree is one symbol. This fixes audio decodingKostya Shishkov2006-03-25
* Rename time variable to the more descriptive block_time.Steve L'Homme2006-03-25
* 10l in 1.199 (write_back_motion with B-pyramid + spatial)Loren Merritt2006-03-25
* simplified and slightly faster h264_chroma_mc8_mmxLoren Merritt2006-03-25
* make install target depend on vhooksMåns Rullgård2006-03-24
* let faad init parameters properly, fix many SBR samplesBaptiste Coudurier2006-03-24
* fix demuxing of CDR-Dinner_LAN_800k.mp4Baptiste Coudurier2006-03-24
* need to dissociate pcm 16bit and 8bit casesBaptiste Coudurier2006-03-24