summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* cosmetics: typo fixesDiego Biurrun2008-03-22
| | | | Originally committed as revision 12554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo: occured --> occurredDiego Biurrun2008-03-22
| | | | Originally committed as revision 12549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rl2 decoderSascha Sommer2008-03-21
| | | | Originally committed as revision 12543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx()Zuxy Meng2008-03-21
| | | | Originally committed as revision 12540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document AVCodec.flush()Michael Niedermayer2008-03-21
| | | | Originally committed as revision 12539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document AVCodec.capabilities.Michael Niedermayer2008-03-21
| | | | Originally committed as revision 12538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply 'alloc_size' attribute to ff_realloc_static()Zuxy Meng2008-03-21
| | | | Originally committed as revision 12527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply 'alloc_size' and 'malloc' attributes to av_mallocz_static()Zuxy Meng2008-03-21
| | | | Originally committed as revision 12526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
| | | | Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* two more typos spotted by MikeDiego Biurrun2008-03-20
| | | | Originally committed as revision 12524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* british_english--;Diego Biurrun2008-03-20
| | | | Originally committed as revision 12522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More complete documentation for AVFrame.reference.Michael Niedermayer2008-03-20
| | | | Originally committed as revision 12518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Hardcode register to prevent aparent miscompilation.Michael Niedermayer2008-03-20
| | | | | | Fixes regression tests with gcc 2.95. Originally committed as revision 12512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused tempMichael Niedermayer2008-03-20
| | | | Originally committed as revision 12511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* omg, fix compilationBaptiste Coudurier2008-03-20
| | | | Originally committed as revision 12509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly set avctx->frame_size for mp3on4 and mp3aduBaptiste Coudurier2008-03-20
| | | | Originally committed as revision 12508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless variable since r8456.Ramiro Polla2008-03-18
| | | | Originally committed as revision 12493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mimic decoder.Ramiro Polla2008-03-18
| | | | Originally committed as revision 12491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get register names from x86_cpu.hMåns Rullgård2008-03-17
| | | | Originally committed as revision 12482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use HAVE_FAST_64BITMåns Rullgård2008-03-17
| | | | Originally committed as revision 12480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: remove useless \-newline escapesMåns Rullgård2008-03-17
| | | | Originally committed as revision 12479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationMåns Rullgård2008-03-17
| | | | Originally committed as revision 12478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up FFT SIMD selectionMåns Rullgård2008-03-17
| | | | Originally committed as revision 12477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJSMåns Rullgård2008-03-17
| | | | Originally committed as revision 12467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo: add missing \ in multi-line macroMåns Rullgård2008-03-17
| | | | Originally committed as revision 12466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix typo ARCH_PPC -> ARCH_POWERPCMåns Rullgård2008-03-17
| | | | Originally committed as revision 12465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move functions that are only used when libswscale is not compiled in belowDiego Biurrun2008-03-16
| | | | | | | the appropriate #ifdef. This avoids a bunch of "defined but not used" warnings when compiling with libswscale enabled. Originally committed as revision 12463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve precision in mdct.c using double for some temporariesMåns Rullgård2008-03-16
| | | | Originally committed as revision 12457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fixesDiego Biurrun2008-03-15
| | | | Originally committed as revision 12449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add attribute_align_arg to os2thread.c.Dave Yeo2008-03-15
| | | | | | Patch by Dave Yeo. Originally committed as revision 12447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TypoRamiro Polla2008-03-15
| | | | Originally committed as revision 12446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use correct t printf modifier for pointer differences.Diego Biurrun2008-03-14
| | | | Originally committed as revision 12442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* log aspect ratio forbidden value, and fail if error resilience is highBaptiste Coudurier2008-03-14
| | | | Originally committed as revision 12438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not fail badly if aspect ratio is 0/forbidden, fix issue 369Baptiste Coudurier2008-03-13
| | | | Originally committed as revision 12434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This file does not use size_t, so no need to #include <sys/types.h>.Diego Biurrun2008-03-13
| | | | Originally committed as revision 12432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* If consumed does not match nalsize, favor nalsize.Michael Niedermayer2008-03-13
| | | | | | Fixes issue385. Originally committed as revision 12430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing stdint.h #include to headers that use it.Diego Biurrun2008-03-13
| | | | Originally committed as revision 12429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fixesDiego Biurrun2008-03-12
| | | | Originally committed as revision 12428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make input buffer const, as it should be. fixes a warning.Justin Ruggles2008-03-10
| | | | Originally committed as revision 12418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2008-03-10
| | | | Originally committed as revision 12410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename --enable-swscaler --> enable-swscale to be consistent with theDiego Biurrun2008-03-10
| | | | | | directory name and other option names. Also rename variables accordingly. Originally committed as revision 12408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* These video decoders do not need to include and initialize the DSPMike Melanson2008-03-10
| | | | | | support functions. Originally committed as revision 12406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* There is no reason to assign a variable to itselfMike Melanson2008-03-10
| | | | Originally committed as revision 12405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* smaller tablesMichael Niedermayer2008-03-10
| | | | Originally committed as revision 12402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
| | | | Originally committed as revision 12399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* downmix before imdct unless different size transforms are used. about 20%Justin Ruggles2008-03-09
| | | | | | faster 5.1-to-stereo downmixing. Originally committed as revision 12397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationKostya Shishkov2008-03-09
| | | | Originally committed as revision 12395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly handle empty framesKostya Shishkov2008-03-09
| | | | Originally committed as revision 12394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fraps v5 decoding supportKostya Shishkov2008-03-09
| | | | Originally committed as revision 12393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add step variable (for future v5 decoding)Kostya Shishkov2008-03-09
| | | | Originally committed as revision 12392 to svn://svn.ffmpeg.org/ffmpeg/trunk