summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add casts to v210x decoder to avoid warnings.Reimar Döffinger2009-05-30
| | | | Originally committed as revision 18994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return AVERROR_EOFBaptiste Coudurier2009-05-30
| | | | Originally committed as revision 18993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return AVERROR_EOFBaptiste Coudurier2009-05-30
| | | | Originally committed as revision 18992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cast size to int64_t to avoid overflowBaptiste Coudurier2009-05-30
| | | | Originally committed as revision 18991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The GIF decoder uses get_buffer, so set DR1.Baptiste Coudurier2009-05-30
| | | | Originally committed as revision 18990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove commented code using real_pict_numBaptiste Coudurier2009-05-30
| | | | Originally committed as revision 18989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused hack which set AVCodecContext frame_number to pic timestampBaptiste Coudurier2009-05-30
| | | | Originally committed as revision 18988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pict_type in VC-1 parser, fix some timestamps problemsBaptiste Coudurier2009-05-30
| | | | Originally committed as revision 18987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support block-level quantization in TheoraDavid Conrad2009-05-29
| | | | Originally committed as revision 18986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use av_clip_uint8 instead of equivalent but unoptimzed code,Reimar Döffinger2009-05-29
| | | | Originally committed as revision 18985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly set the "AU size" field in the payload header forLuca Abeni2009-05-29
| | | | | | fragmented AAC frames Originally committed as revision 18984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska.c was split to matroskadec.c which I'm also maintainer ofAurelien Jacobs2009-05-29
| | | | Originally committed as revision 18983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add myself as metadata subsystem maintainerAurelien Jacobs2009-05-29
| | | | Originally committed as revision 18982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move *.map from LIBSUFFIXES to CLEANSUFFIXES, executables on OS/2 haveDave Yeo2009-05-29
| | | | | | | | generated map files as well, so map files need to be removed in all places where executables are removed. patch by Dave Yeo, daveryeo telus net Originally committed as revision 18981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MIPS: inline asm for intreadwrite.hMåns Rullgård2009-05-28
| | | | Originally committed as revision 18980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MIPS: add MIPS64 and Loongson asm for MAC64/MLS64Måns Rullgård2009-05-28
| | | | Originally committed as revision 18979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: detect Loongson MIPS extensionsMåns Rullgård2009-05-28
| | | | Originally committed as revision 18978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* blackfin: disable broken dsputil functionsMåns Rullgård2009-05-28
| | | | Originally committed as revision 18977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* blackfin: add missing const in function prototypesMåns Rullgård2009-05-28
| | | | Originally committed as revision 18976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* blackfin: use optimised (I)DCT only when ctx->(i)dct_algo is autoMåns Rullgård2009-05-28
| | | | Originally committed as revision 18975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* blackfin: use DCT function pointer in dct_quantize_bfin()Måns Rullgård2009-05-28
| | | | Originally committed as revision 18974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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