summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add casts to v210x decoder to avoid warnings.Reimar Döffinger2009-05-30
* return AVERROR_EOFBaptiste Coudurier2009-05-30
* return AVERROR_EOFBaptiste Coudurier2009-05-30
* cast size to int64_t to avoid overflowBaptiste Coudurier2009-05-30
* The GIF decoder uses get_buffer, so set DR1.Baptiste Coudurier2009-05-30
* remove commented code using real_pict_numBaptiste Coudurier2009-05-30
* remove unused hack which set AVCodecContext frame_number to pic timestampBaptiste Coudurier2009-05-30
* set pict_type in VC-1 parser, fix some timestamps problemsBaptiste Coudurier2009-05-30
* Support block-level quantization in TheoraDavid Conrad2009-05-29
* Use av_clip_uint8 instead of equivalent but unoptimzed code,Reimar Döffinger2009-05-29
* Correctly set the "AU size" field in the payload header forLuca Abeni2009-05-29
* matroska.c was split to matroskadec.c which I'm also maintainer ofAurelien Jacobs2009-05-29
* add myself as metadata subsystem maintainerAurelien Jacobs2009-05-29
* Move *.map from LIBSUFFIXES to CLEANSUFFIXES, executables on OS/2 haveDave Yeo2009-05-29
* MIPS: inline asm for intreadwrite.hMåns Rullgård2009-05-28
* MIPS: add MIPS64 and Loongson asm for MAC64/MLS64Måns Rullgård2009-05-28
* configure: detect Loongson MIPS extensionsMåns Rullgård2009-05-28
* blackfin: disable broken dsputil functionsMåns Rullgård2009-05-28
* blackfin: add missing const in function prototypesMåns Rullgård2009-05-28
* blackfin: use optimised (I)DCT only when ctx->(i)dct_algo is autoMåns Rullgård2009-05-28
* blackfin: use DCT function pointer in dct_quantize_bfin()Måns Rullgård2009-05-28
* Remove $(CLEANSUFFIXES) and $(DISTCLEANSUFFIXES) on clean/distcleanDave Yeo2009-05-28
* ARM: add some PLD in NEON IDCTMåns Rullgård2009-05-28
* Document match_ext().Stefano Sabatini2009-05-27
* msrle uncompressed decoding, fix #1074 and many other samples under /RLEBaptiste Coudurier2009-05-27
* remove apparently unused real_pict_num from AVCodecContextBaptiste Coudurier2009-05-27
* Rename alloc_picture to ff_alloc_picture and move its definitionBaptiste Coudurier2009-05-27
* Use AV_R/WN32 instead of direct integer copying.Jeff Downs2009-05-27
* technically mp2 in pva needs AVSTREAM_PARSE_FULLBaptiste Coudurier2009-05-27
* do not print false error if eof follows eolBaptiste Coudurier2009-05-27
* support AVDISCARD_ALL in mpegts demuxerBaptiste Coudurier2009-05-27
* return error in mpegts_push_data and propagate itBaptiste Coudurier2009-05-27
* 10l, forgot ';', fix compilationBaptiste Coudurier2009-05-27
* check that len is not negativeBaptiste Coudurier2009-05-27
* demux whole PES packets from TSBaptiste Coudurier2009-05-27
* Fix off by one offset with fetch_timestamps, pts_parser_problem.mpg.Wolfram Gloger2009-05-27
* do not reference remainder packets in the parser, fix timestamps fetchingBaptiste Coudurier2009-05-26
* In the event of a mismatch, do not follow the sample rate index in an AAC PCE.Alex Converse2009-05-26
* move DEBUG define before include to get dprintfBaptiste Coudurier2009-05-26
* Add lowres support to the libopenjpeg wrapper.Jai Menon2009-05-26
* Use dimensions stored in AVCodecContext instead of local variables.Jai Menon2009-05-26
* Change HAVE_PPC64 to ARCH_PPC64.Reimar Döffinger2009-05-26
* Support YVU9 AVI 4cc.Michael Niedermayer2009-05-26
* map dvh1 fourcc to dv, fixes incoming/dvh1_sampleBen Littler2009-05-26
* Factorize initial "printf(" and ");" in show_license().Stefano Sabatini2009-05-25
* Altivec VP3 IDCTDavid Conrad2009-05-25
* Define struct URLContext and typedef it to URLContext in one step.Stefano Sabatini2009-05-25
* Remove \p and \e doxygen markup.Stefano Sabatini2009-05-25
* dv1394 is disabled by default, do not redundantly disable it on Hurd.Diego Biurrun2009-05-25
* The MLP optimizations do not depend on HAVE_MMX, but on ARCH_X86.Diego Biurrun2009-05-25