summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Remove $(CLEANSUFFIXES) and $(DISTCLEANSUFFIXES) on clean/distcleanDave Yeo2009-05-28
| | | | | | | in the root directory as well as in subdirectories. patch by Dave Yeo, daveryeo telus net Originally committed as revision 18973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: add some PLD in NEON IDCTMåns Rullgård2009-05-28
| | | | Originally committed as revision 18972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document match_ext().Stefano Sabatini2009-05-27
| | | | Originally committed as revision 18971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* msrle uncompressed decoding, fix #1074 and many other samples under /RLEBaptiste Coudurier2009-05-27
| | | | Originally committed as revision 18970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove apparently unused real_pict_num from AVCodecContextBaptiste Coudurier2009-05-27
| | | | Originally committed as revision 18969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename alloc_picture to ff_alloc_picture and move its definitionBaptiste Coudurier2009-05-27
| | | | | | | in mpegvideo.h to avoid including mpegvideo_common.h in mpeg12.c, because it contains motion code. Originally committed as revision 18968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AV_R/WN32 instead of direct integer copying.Jeff Downs2009-05-27
| | | | | | | | Fixes decoding on at least Sparc/Solaris where unaligned accesses cause crashes. ML thread: http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/91414 Originally committed as revision 18967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* technically mp2 in pva needs AVSTREAM_PARSE_FULLBaptiste Coudurier2009-05-27
| | | | Originally committed as revision 18966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not print false error if eof follows eolBaptiste Coudurier2009-05-27
| | | | Originally committed as revision 18965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support AVDISCARD_ALL in mpegts demuxerBaptiste Coudurier2009-05-27
| | | | Originally committed as revision 18964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return error in mpegts_push_data and propagate itBaptiste Coudurier2009-05-27
| | | | Originally committed as revision 18963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, forgot ';', fix compilationBaptiste Coudurier2009-05-27
| | | | Originally committed as revision 18962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check that len is not negativeBaptiste Coudurier2009-05-27
| | | | Originally committed as revision 18961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* demux whole PES packets from TSBaptiste Coudurier2009-05-27
| | | | Originally committed as revision 18960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix off by one offset with fetch_timestamps, pts_parser_problem.mpg.Wolfram Gloger2009-05-27
| | | | | | Patch by Wolfram Gloger, wmglo at dentm dot med dot uni-muenchen dot de. Originally committed as revision 18959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not reference remainder packets in the parser, fix timestamps fetchingBaptiste Coudurier2009-05-26
| | | | Originally committed as revision 18958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In the event of a mismatch, do not follow the sample rate index in an AAC PCE.Alex Converse2009-05-26
| | | | | | This matches the behavior the reference decoder and fixes issue 1072. Originally committed as revision 18957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move DEBUG define before include to get dprintfBaptiste Coudurier2009-05-26
| | | | Originally committed as revision 18956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add lowres support to the libopenjpeg wrapper.Jai Menon2009-05-26
| | | | | | Fixes issue 1097. Originally committed as revision 18955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dimensions stored in AVCodecContext instead of local variables.Jai Menon2009-05-26
| | | | Originally committed as revision 18954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change HAVE_PPC64 to ARCH_PPC64.Reimar Döffinger2009-05-26
| | | | | | | As a side-effect this also gives it the correct value on e.g. PPC970FX-based PPC64 systems, thus fixing "make test" (mp2/mp3 decoding). Originally committed as revision 18953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support YVU9 AVI 4cc.Michael Niedermayer2009-05-26
| | | | | | Fixes issue1068. Originally committed as revision 18952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* map dvh1 fourcc to dv, fixes incoming/dvh1_sampleBen Littler2009-05-26
| | | | Originally committed as revision 18951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize initial "printf(" and ");" in show_license().Stefano Sabatini2009-05-25
| | | | Originally committed as revision 18950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Altivec VP3 IDCTDavid Conrad2009-05-25
| | | | Originally committed as revision 18949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define struct URLContext and typedef it to URLContext in one step.Stefano Sabatini2009-05-25
| | | | Originally committed as revision 18948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove \p and \e doxygen markup.Stefano Sabatini2009-05-25
| | | | Originally committed as revision 18947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dv1394 is disabled by default, do not redundantly disable it on Hurd.Diego Biurrun2009-05-25
| | | | Originally committed as revision 18946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The MLP optimizations do not depend on HAVE_MMX, but on ARCH_X86.Diego Biurrun2009-05-25
| | | | | | Build them when ARCH_X86 is enabled. Fixes linking with MMX disabled. Originally committed as revision 18945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* NEON-OBJS should also be cleared for each subdir.Ramiro Polla2009-05-25
| | | | Originally committed as revision 18944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: tabs->spacesRamiro Polla2009-05-25
| | | | Originally committed as revision 18943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Workaround broken AVI files from DC-XZ6.Michael Niedermayer2009-05-25
| | | | | | Fixes issue897. Originally committed as revision 18942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move colorspace conversion functions implemented in pure C from templateKostya Shishkov2009-05-25
| | | | | | into swscale.c Originally committed as revision 29320 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* eac3dec: get rid of unnecessary left shifts in 16-bit * 24-bitJustin Ruggles2009-05-25
| | | | | | multiplication in GAQ mantissa ramapping. Originally committed as revision 18941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move a DECLARE_ALIGNED_16 variable in the Nellymoser encoder from the stackReimar Döffinger2009-05-25
| | | | | | | into the context to avoid issues when stack variables can not be aligned reliably. Originally committed as revision 18940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Hurd to OS list and disable dv1394 in the Hurd case.Andres Mejia2009-05-25
| | | | | | patch by Andres Mejia, mcitadel gmail com Originally committed as revision 18938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* honor restart interval in mjpeg, fix #861, SpectralFan.mov still decodes ↵Baptiste Coudurier2009-05-25
| | | | | | correctly Originally committed as revision 18937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlp: Re-enable x86-optimized DSP functions.Ramiro Polla2009-05-25
| | | | Originally committed as revision 18936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlp: Use LABEL_MANGLE() to export label symbols from inside asm block.Ramiro Polla2009-05-25
| | | | Originally committed as revision 18935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add LABEL_MANGLE() to export label symbols from inside asm blocks.Ramiro Polla2009-05-25
| | | | Originally committed as revision 18934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CorePNG can be decoded since 18421Ben Littler2009-05-25
| | | | Originally committed as revision 18933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move DEBUG define before include to get dprintf and change printf to dprintfBaptiste Coudurier2009-05-24
| | | | Originally committed as revision 18932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix unaligned dsputil call.Vitor Sessak2009-05-24
| | | | | | Should fix FATE corepng test on Solaris/Sparc. Originally committed as revision 18930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix get_str16_nolen with odd len, fix #1065Baptiste Coudurier2009-05-24
| | | | Originally committed as revision 18929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move DEBUG define before include to get dprintf and move guidcmp before ↵Baptiste Coudurier2009-05-24
| | | | | | print_guid, fix compilation with DEBUG Originally committed as revision 18928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* eatqi: move "block" variable into context to ensure sufficient alignment forReimar Döffinger2009-05-24
| | | | | | | idct_put for compilers/architectures that can not align stack variables that much. This is also consistent with similar code in eatgq.c Originally committed as revision 18927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Distinguish between non-coded blocks and decode errors in rtjpeg's get_blockReimar Döffinger2009-05-24
| | | | Originally committed as revision 18926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a few size checks when decoding rtjpeg blocks.Reimar Döffinger2009-05-24
| | | | | | | Might avoid crashes in unlikely cases, but mostly avoids ugly artefacts for partial frames. Originally committed as revision 18925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move "block" variable in rtjpeg decoder to context to ensure sufficient ↵Reimar Döffinger2009-05-24
| | | | | | | | alignment for idct_put on architectures/compilers that have problems aligning on the stack. Originally committed as revision 18924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H264: Don't deblock if alpha or beta is 0.Haruhiko Yamagata2009-05-24
| | | | | | | This ensures that the MMX loop filter is always bitexact with the C version. Patch by Haruhiko Yamagata <h.yamagata _a_ nifty com> Originally committed as revision 18923 to svn://svn.ffmpeg.org/ffmpeg/trunk