summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use srcptr_end variable to avoid having to update both srcptr and srclen.Reimar Döffinger2009-05-31
* Change buffer size checks to avoid the undefined overflow case.Reimar Döffinger2009-05-31
* Simply use memcpy instead of AV_RN32/AV_WN32 combination.Reimar Döffinger2009-05-31
* Fix decoding of multithread-encoded lcl files on big-endian.Reimar Döffinger2009-05-31
* Remove another useless ()Reimar Döffinger2009-05-31
* Correct calculation of compressed input length.Reimar Döffinger2009-05-31
* Add sanity check for mthread_inlen, avoids crashes due to invalid reads.Reimar Döffinger2009-05-31
* Use FFMINReimar Döffinger2009-05-31
* Factor out zlib decompression code to avoid massive code duplication,Reimar Döffinger2009-05-31
* Use FFALIGNReimar Döffinger2009-05-31
* Move variable into block where it is used, avoiding a unused variableReimar Döffinger2009-05-31
* Make lcldec less annoyingly verbose, move messages from AV_LOG_INFO to AV_LOG...Reimar Döffinger2009-05-31
* Get rid of unreachable code: avctx->codec_id == CODEC_ID_ZLIB is not possibleReimar Döffinger2009-05-31
* lcldec.c: change #if CONFIG_ZLIB to #if CONFIG_ZLIB_DECODER.Reimar Döffinger2009-05-31
* Get rid of extradata casts, it already has the right uint8_t * typeReimar Döffinger2009-05-31
* Make lcldec produce YUV output when the input file is coded like that, insteadReimar Döffinger2009-05-31
* Remove now unused elements from LclEncContextReimar Döffinger2009-05-31
* Remove useless casts, extradata is already "uint8_t *"Reimar Döffinger2009-05-31
* lclenc.c: compress directly into output buffer instead of using a pointlessReimar Döffinger2009-05-31
* initialize pes state to skipBaptiste Coudurier2009-05-31
* 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