summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 100l, inv_zigzag_direct16 must be aligned to 16 bytes for dct_quantize_SSE2Reimar Döffinger2009-08-26
| | | | | | (which uses movdqa to xmm1 on inv_zigzag_direct16). Originally committed as revision 19711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure that start_display_time is 0 by moving its value onto pts.Reimar Döffinger2009-08-26
| | | | | | If it was not 0, subtitle encoding would fail. Originally committed as revision 19710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for seek failures in avi_load_index, otherwise if the index offsetReimar Döffinger2009-08-26
| | | | | | | is invalid (e.g. truncated file) we might end up reading the whole file since trying to seek beyond the end of file does not set EOF. Originally committed as revision 19709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent.Reimar Döffinger2009-08-26
| | | | Originally committed as revision 19708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove now dead code.Reimar Döffinger2009-08-26
| | | | Originally committed as revision 19707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply r19642 also pgssubdec:Reimar Döffinger2009-08-26
| | | | | | Make sure AVSubtitle is initialized, memset it to 0. Originally committed as revision 19706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mdec: remove unused members from struct MDECContextMåns Rullgård2009-08-25
| | | | Originally committed as revision 19705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove explicit init to zero of static inv_zigzag_direct16Måns Rullgård2009-08-25
| | | | Originally committed as revision 19704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmeticsDiego Biurrun2009-08-25
| | | | Originally committed as revision 19703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return AVERROR(ENOMEM) if stream could not be allocatedBaptiste Coudurier2009-08-25
| | | | Originally committed as revision 19702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check av_new_stream return value, patch by Kent Mein, mein at cs dot umn dot eduKent Mein2009-08-25
| | | | Originally committed as revision 19701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not read index chunks as audio/video data; closes issue 1336.Maksym Veremeyenko2009-08-25
| | | | | | patch by Maksym Veremeyenko, verem m1stereo tv Originally committed as revision 19700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Bluray Subtitle SupportStephen Backway2009-08-25
| | | | | | Patch by Stephen Backway, stev391 A exemail D com D au Originally committed as revision 19699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark video from .mtv files correctly as upside-down.Reimar Döffinger2009-08-25
| | | | Originally committed as revision 19698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegts: change variable-length array to fixed lengthMåns Rullgård2009-08-24
| | | | | | The difference between 188 and 204 is not worth worrying about. Originally committed as revision 19697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PPC: remove unnecessary alignment on local variablesMåns Rullgård2009-08-24
| | | | | | | | | Storing a single element from a vector where all elements have the same value does not require an aligned destination. Which element is stored depends on the alignment of the destination address, but since they all have the same value, the result is the same regardless of the alignment. Originally committed as revision 19696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: add some whitespace around operatorsVitor Sessak2009-08-24
| | | | Originally committed as revision 19695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracksAurelien Jacobs2009-08-24
| | | | Originally committed as revision 19694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: factorize some codeAurelien Jacobs2009-08-24
| | | | Originally committed as revision 19693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add necessary #include for config.h.Diego Biurrun2009-08-24
| | | | Originally committed as revision 19692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PPC: simplify loading some values into altivec registersMåns Rullgård2009-08-24
| | | | | | | Instead of filling a local array with the desired value and loading it, load a single element and vec_splat() it to fill the vector. Originally committed as revision 19691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing header to fix 'make checkheaders'.Diego Biurrun2009-08-24
| | | | Originally committed as revision 19690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* swscale-example: Rename src->ref so as to not confuse with src being used in ↵Ramiro Polla2009-08-23
| | | | | | doTest(). Originally committed as revision 29548 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* swscale-example: Use SWS_BILINEAR instead of hardcoded value.Ramiro Polla2009-08-23
| | | | Originally committed as revision 29547 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add myself as maintainer for AVR32 and MIPSMåns Rullgård2009-08-23
| | | | Originally committed as revision 19689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: fix filter() function when matching multiple patternsMåns Rullgård2009-08-23
| | | | | | | This makes comma-separated patters to --disable-decoder and friends work correctly with POSIX-compliant shells. Originally committed as revision 19688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add PIC flags early so tests they affect give correct resultsMåns Rullgård2009-08-23
| | | | | | This is mainly the checks for ebx on x86, but possibly others too. Originally committed as revision 19687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include required headers in {mips,ppc}/mathops.hMåns Rullgård2009-08-23
| | | | Originally committed as revision 19686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip headers requiring external libs not present in checkheadersMåns Rullgård2009-08-23
| | | | Originally committed as revision 19685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: simplify directory creation for out of tree buildsMåns Rullgård2009-08-23
| | | | Originally committed as revision 19684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix dependency generation for yasm assembler filesMåns Rullgård2009-08-23
| | | | Originally committed as revision 19683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TwinVQ decoderVitor Sessak2009-08-23
| | | | Originally committed as revision 19682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix inconsistent indentation.Ramiro Polla2009-08-22
| | | | Originally committed as revision 29545 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use generic multi-stream key frame finding routine to implement read_seek2 ↵Ivan Schreter2009-08-22
| | | | | | | | and map read_seek to read_seek2. Originally committed as revision 19681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for generic multi-stream key frame finding for new seek API.Ivan Schreter2009-08-22
| | | | Originally committed as revision 19680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bring back some randomness in fft-test. (regression in r18070)Loren Merritt2009-08-22
| | | | Originally committed as revision 19679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some more wmapro decoder hunksSascha Sommer2009-08-21
| | | | Originally committed as revision 19678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace redundant GNUC_PREREQ macro by AV_GCC_VERSION_AT_LEAST from libavutil.Diego Biurrun2009-08-21
| | | | Originally committed as revision 19677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace #ifdef PIC checks with the more appropriate ↵Reimar Döffinger2009-08-21
| | | | | | HAVE_EBX_AVAILABLE/HAVE_7REGS. Originally committed as revision 19676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing #includes to pass 'make checkheaders'.Diego Biurrun2009-08-21
| | | | Originally committed as revision 19675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for S/PDIF encapsulation.Bartlomiej Wolowiec2009-08-21
| | | | Originally committed as revision 19674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitleReimar Döffinger2009-08-20
| | | | | | | decoders instead of as small as possible. This avoids completely unnecessary issues with e.g. libswscale. Originally committed as revision 19673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check return values of sws_allocVec() and sws_getConstVec().Ramiro Polla2009-08-20
| | | | Originally committed as revision 29543 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* configure: add --enable-pic flagMåns Rullgård2009-08-20
| | | | | | | | Using this flag enables position-independent code even when not strictly required. It is impossible to use --disable-pic to forcibly disable PIC when other properties mandate it. Originally committed as revision 19672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of large stack array in rd8x8_c()Måns Rullgård2009-08-19
| | | | Originally committed as revision 19671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* eval: replace variable-length array with av_malloc/freeMåns Rullgård2009-08-19
| | | | | | | | There is a theoretical possibility to pass a very long string to ff_parse, which could crash if allocated from the stack. This allows the allocation to be checked properly. Originally committed as revision 19670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: change variable-length array to fixed lengthMåns Rullgård2009-08-19
| | | | | | | pred_order can never exceed 32, so always allocating that amount is safe and not very wasteful. Originally committed as revision 19669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Free initial swscale context, too. Avoids a valgrind warning.Reimar Döffinger2009-08-19
| | | | Originally committed as revision 29538 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove useless casts of malloc return value.Reimar Döffinger2009-08-19
| | | | Originally committed as revision 29537 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove disabled code cruft.Diego Biurrun2009-08-19
| | | | Originally committed as revision 19668 to svn://svn.ffmpeg.org/ffmpeg/trunk