summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* add a new vp6a codec (add alpha plan support to vp6)Aurelien Jacobs2007-09-25
* reindentAndreas Öman2007-09-25
* Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not anDiego Biurrun2007-09-25
* move all model related tables into their own structAurelien Jacobs2007-09-24
* cosmetics: Sort CODEC_ID list.Diego Biurrun2007-09-24
* rename vp56_b6to3 to vp56_b2pAurelien Jacobs2007-09-24
* some simplifications and uniformisationAurelien Jacobs2007-09-24
* Remove check for input buffer size as it does not guarantee thatKostya Shishkov2007-09-24
* Organize header files and system functions checksRamiro Polla2007-09-24
* add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs2007-09-24
* add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs2007-09-24
* factor out dequant table lookup outside loops, gives a 1-2% speed-upAndreas Öman2007-09-24
* Add my name to the copyright header, since rtp_mpv now containsLuca Abeni2007-09-24
* remove done itemsMichael Niedermayer2007-09-24
* Fix a warning by removing an useless assignment (buf_ptr should be onlyLuca Abeni2007-09-24
* cosmetic (get rid of _ at the start of local variable names)Michael Niedermayer2007-09-24
* Do not try to decode more data than output buffer may holdKostya Shishkov2007-09-24
* VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC.Diego Biurrun2007-09-23
* create and use check_asm() functionMåns Rullgård2007-09-23
* cosmetics: Move LDCONFIG variable to a more sensible place in config.mak.Diego Biurrun2007-09-23
* some experimental iterative quantization codeMichael Niedermayer2007-09-23
* Move VIS CFLAGS settings into configure.Diego Biurrun2007-09-23
* VIS-specific code should be compiled conditional to HAVE_VIS, not ARCH_SPARC.Diego Biurrun2007-09-23
* Add a proper test for VIS instruction support.Diego Biurrun2007-09-23
* Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff).Kostya Shishkov2007-09-23
* Looks like this APE decoder support versions starting from 3.95Kostya Shishkov2007-09-23
* spellingDiego Biurrun2007-09-22
* Apply skip_loop_filter before checking if we can parallelize with the selectedReimar Döffinger2007-09-22
* Guard against output buffer overflowsKostya Shishkov2007-09-22
* Do not decode more data than output buffer may holdKostya Shishkov2007-09-22
* duplicate noteMichael Niedermayer2007-09-22
* indentMichael Niedermayer2007-09-22
* fix segfault with http://samples.mplayerhq.hu/nsv/nsv_samples/ot171_novideo.n...Michael Niedermayer2007-09-22
* Proper check for --help and -h parametersRamiro Polla2007-09-21
* Let the dependency checker decide about x11_grab_device_demuxerRamiro Polla2007-09-21
* HDYC fourcc, sample hdyc/Test2.aviBaptiste Coudurier2007-09-21
* Replace one-lined if;elses to && ||Ramiro Polla2007-09-21
* add D-10 NTSC supportBaptiste Coudurier2007-09-21
* extract correct d10 aes3 audio channels numberBaptiste Coudurier2007-09-21
* Simplify H.264 decode_cabac_mb_cbp_luma(), giving a ~0.5% speedup.Andreas Öman2007-09-21
* allcodecs.h and allformats.h are not used anymoreAurelien Jacobs2007-09-20
* remove last dependencies on allformats.h and allcodecs.hAurelien Jacobs2007-09-20
* cosmetics: typoDiego Biurrun2007-09-19
* Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini2007-09-19
* Add extralibs to the dependency checkerRamiro Polla2007-09-18
* gpl for the X11 grabber has already been checked forRamiro Polla2007-09-18
* Use enable and disable macros where appropriateRamiro Polla2007-09-18
* Remove inline from function that is exported.Ivan Kalvachev2007-09-18
* Properly check for -lmRamiro Polla2007-09-18
* Add support for VP6A in flv.Aurelien Jacobs2007-09-18