summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot ↵Larbi Joubala2009-05-31
| | | | | | joubala at resonate-mp4 dot com Originally committed as revision 19023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add myself as maintainer for mpegts*Baptiste Coudurier2009-05-31
| | | | Originally committed as revision 19022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print reg desc in a more friendly wayBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give context to dprintfBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print registration descriptor in debugBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split audio chunks in mov demuxerBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 0x7a is E-AC3 descriptorBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilation with DEBUG definedBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilation with DEBUG definedBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use dts codec probingBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set codec_tag to stream type, so user can deal with itBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set codec_tag to registration descriptor if presentBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add streams even if they are not present in PMT, fix #1092 and #835Baptiste Coudurier2009-05-31
| | | | Originally committed as revision 19011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no longer needed fake dvbsub stream typeBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no longer needed initBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorizeBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify and mergeBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move new_pes_av_stream to avoid forward declarationBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove definesBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rework stream type and codec identificationBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, reindent, remove useless braces, whitespacesBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export all streams in ts demuxerBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix codec probing, stop after MAX_PROBE_PACKETS and return all packetsBaptiste Coudurier2009-05-31
| | | | Originally committed as revision 19000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H264: Fix out of bounds reads in SSSE3 MCAlexander Strange2009-05-30
| | | | | | | | | Reading above src[-2] isn't safe, so move loads and palignr ahead 3 pixels to load starting at the first pixel actually used. Fixes issue941. Originally committed as revision 18999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement SoX native format muxer and demuxer.Daniel Verkamp2009-05-30
| | | | | | Patch by Daniel Verkamp $firstname@drv DOT nu. Originally committed as revision 18998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use memcpy instead of per-pixel copy loop for rgb lcl formatReimar Döffinger2009-05-30
| | | | Originally committed as revision 18997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure offsets of mjpeg b are within the buffer.Michael Niedermayer2009-05-30
| | | | | | Fixes issue1132 Originally committed as revision 18996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless () from lcldec for more consistency with "normal" FFmpeg ↵Reimar Döffinger2009-05-30
| | | | | | coding style. Originally committed as revision 18995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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