summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJSMåns Rullgård2008-03-171-1/+2
* typo: add missing \ in multi-line macroMåns Rullgård2008-03-171-2/+2
* fix typo ARCH_PPC -> ARCH_POWERPCMåns Rullgård2008-03-171-1/+1
* Move functions that are only used when libswscale is not compiled in belowDiego Biurrun2008-03-161-273/+273
* improve precision in mdct.c using double for some temporariesMåns Rullgård2008-03-161-5/+5
* typo fixesDiego Biurrun2008-03-153-3/+3
* Add attribute_align_arg to os2thread.c.Dave Yeo2008-03-151-1/+1
* TypoRamiro Polla2008-03-151-1/+1
* Use correct t printf modifier for pointer differences.Diego Biurrun2008-03-141-1/+1
* log aspect ratio forbidden value, and fail if error resilience is highBaptiste Coudurier2008-03-141-0/+5
* do not fail badly if aspect ratio is 0/forbidden, fix issue 369Baptiste Coudurier2008-03-131-2/+0
* This file does not use size_t, so no need to #include <sys/types.h>.Diego Biurrun2008-03-131-1/+0
* If consumed does not match nalsize, favor nalsize.Michael Niedermayer2008-03-131-1/+3
* Add missing stdint.h #include to headers that use it.Diego Biurrun2008-03-131-0/+1
* typo fixesDiego Biurrun2008-03-126-10/+12
* make input buffer const, as it should be. fixes a warning.Justin Ruggles2008-03-101-1/+2
* misc spelling fixesDiego Biurrun2008-03-104-8/+11
* Rename --enable-swscaler --> enable-swscale to be consistent with theDiego Biurrun2008-03-102-2/+2
* These video decoders do not need to include and initialize the DSPMike Melanson2008-03-109-28/+0
* There is no reason to assign a variable to itselfMike Melanson2008-03-101-1/+0
* smaller tablesMichael Niedermayer2008-03-101-4/+4
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-0933-425/+415
* downmix before imdct unless different size transforms are used. about 20%Justin Ruggles2008-03-091-21/+76
* indentationKostya Shishkov2008-03-091-1/+1
* Correctly handle empty framesKostya Shishkov2008-03-091-0/+1
* Fraps v5 decoding supportKostya Shishkov2008-03-091-1/+42
* Add step variable (for future v5 decoding)Kostya Shishkov2008-03-091-3/+4
* cosmetics: Fix indentation in a few more places.Diego Biurrun2008-03-081-34/+35
* cosmetics: Normalize {} placement after for, while, if.Diego Biurrun2008-03-081-18/+9
* huffman: add a zero_count flag and use it in frapsAurelien Jacobs2008-03-083-8/+13
* huffman: pass hnode_first as a flag instead of as an argument on its ownAurelien Jacobs2008-03-083-4/+8
* Fix unused variable warnings.Mark Cox2008-03-082-3/+5
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-081-4/+3
* __stdcall -> WINAPIRamiro Polla2008-03-071-1/+1
* simplify library version handlingMåns Rullgård2008-03-071-2/+0
* indentationBaptiste Coudurier2008-03-061-8/+8
* do not display par and dar if not availableBaptiste Coudurier2008-03-061-0/+2
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-061-3/+1
* Make av_class a pointer to a const AVClass. Addresses one warning inPanagiotis Issaris2008-03-063-3/+3
* Don't use unchecked data from the bitstream.Benjamin Larsson2008-03-061-2/+10
* fix interlaced decoding, original patch from reimarBaptiste Coudurier2008-03-061-5/+2
* IMA ADPCM encoder - QT variantKostya Shishkov2008-03-063-6/+40
* make compilation of mpeg12* and mpegvideo conditionalAurelien Jacobs2008-03-051-47/+49
* move ff_mpeg1_dc_scale_table to mpegvideo.cAurelien Jacobs2008-03-052-8/+8
* add dependencies for matroska audio and nut muxers over lavcAurelien Jacobs2008-03-051-0/+2
* doxyfy frame type comments and add some more commentsAurelien Jacobs2008-03-051-6/+6
* define BI frame type along with other frame typesAurelien Jacobs2008-03-053-1/+3
* cosmetic: alignAurelien Jacobs2008-03-051-1/+1
* add some required objects dependenciesAurelien Jacobs2008-03-051-6/+6
* Avoid linking with h263 and mpeg4 find_frame_end()Aurelien Jacobs2008-03-051-2/+2
OpenPOWER on IntegriCloud