summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Remove superfluous () from lclenc.cReimar Döffinger2009-05-31
* Cosmetics: fix indentation in lclenc.cReimar Döffinger2009-05-31
* Remove "#if CONFIG_ZLIB" checks from lclenc.c, the file is never compiledReimar Döffinger2009-05-31
* Add a lock manager API to libavcodec.Andreas Öman2009-05-31
* remove cast and use put_sbits, fix assertion in put_bitsBaptiste Coudurier2009-05-31
* fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot jo...Larbi Joubala2009-05-31
* add myself as maintainer for mpegts*Baptiste Coudurier2009-05-31
* print reg desc in a more friendly wayBaptiste Coudurier2009-05-31
* give context to dprintfBaptiste Coudurier2009-05-31
* print registration descriptor in debugBaptiste Coudurier2009-05-31
* split audio chunks in mov demuxerBaptiste Coudurier2009-05-31
* 0x7a is E-AC3 descriptorBaptiste Coudurier2009-05-31
* fix compilation with DEBUG definedBaptiste Coudurier2009-05-31
* fix compilation with DEBUG definedBaptiste Coudurier2009-05-31
* use dts codec probingBaptiste Coudurier2009-05-31
* set codec_tag to stream type, so user can deal with itBaptiste Coudurier2009-05-31
* set codec_tag to registration descriptor if presentBaptiste Coudurier2009-05-31
* add streams even if they are not present in PMT, fix #1092 and #835Baptiste Coudurier2009-05-31
* remove no longer needed fake dvbsub stream typeBaptiste Coudurier2009-05-31
* reindentBaptiste Coudurier2009-05-31
* remove no longer needed initBaptiste Coudurier2009-05-31
* factorizeBaptiste Coudurier2009-05-31
* simplify and mergeBaptiste Coudurier2009-05-31
* move new_pes_av_stream to avoid forward declarationBaptiste Coudurier2009-05-31
* remove definesBaptiste Coudurier2009-05-31
* rework stream type and codec identificationBaptiste Coudurier2009-05-31
* cosmetics, reindent, remove useless braces, whitespacesBaptiste Coudurier2009-05-31
* export all streams in ts demuxerBaptiste Coudurier2009-05-31
* fix codec probing, stop after MAX_PROBE_PACKETS and return all packetsBaptiste Coudurier2009-05-31
* H264: Fix out of bounds reads in SSSE3 MCAlexander Strange2009-05-30
* Implement SoX native format muxer and demuxer.Daniel Verkamp2009-05-30
* Use memcpy instead of per-pixel copy loop for rgb lcl formatReimar Döffinger2009-05-30
* Make sure offsets of mjpeg b are within the buffer.Michael Niedermayer2009-05-30
* Remove useless () from lcldec for more consistency with "normal" FFmpeg codin...Reimar Döffinger2009-05-30
* 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