summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Factor out zlib decompression code to avoid massive code duplication,Reimar Döffinger2009-05-311-55/+40
* Use FFALIGNReimar Döffinger2009-05-311-1/+1
* Move variable into block where it is used, avoiding a unused variableReimar Döffinger2009-05-311-1/+1
* Make lcldec less annoyingly verbose, move messages from AV_LOG_INFO to AV_LOG...Reimar Döffinger2009-05-311-15/+15
* Get rid of unreachable code: avctx->codec_id == CODEC_ID_ZLIB is not possibleReimar Döffinger2009-05-311-15/+6
* lcldec.c: change #if CONFIG_ZLIB to #if CONFIG_ZLIB_DECODER.Reimar Döffinger2009-05-311-8/+8
* Get rid of extradata casts, it already has the right uint8_t * typeReimar Döffinger2009-05-311-5/+5
* Make lcldec produce YUV output when the input file is coded like that, insteadReimar Döffinger2009-05-311-103/+59
* Remove now unused elements from LclEncContextReimar Döffinger2009-05-311-9/+0
* Remove useless casts, extradata is already "uint8_t *"Reimar Döffinger2009-05-311-8/+8
* lclenc.c: compress directly into output buffer instead of using a pointlessReimar Döffinger2009-05-311-16/+2
* initialize pes state to skipBaptiste Coudurier2009-05-311-0/+1
* Remove superfluous () from lclenc.cReimar Döffinger2009-05-311-5/+5
* Cosmetics: fix indentation in lclenc.cReimar Döffinger2009-05-311-5/+5
* Remove "#if CONFIG_ZLIB" checks from lclenc.c, the file is never compiledReimar Döffinger2009-05-311-18/+0
* Add a lock manager API to libavcodec.Andreas Öman2009-05-313-1/+75
* remove cast and use put_sbits, fix assertion in put_bitsBaptiste Coudurier2009-05-311-1/+1
* fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot jo...Larbi Joubala2009-05-311-1/+1
* add myself as maintainer for mpegts*Baptiste Coudurier2009-05-311-1/+1
* print reg desc in a more friendly wayBaptiste Coudurier2009-05-311-1/+1
* give context to dprintfBaptiste Coudurier2009-05-311-1/+1
* print registration descriptor in debugBaptiste Coudurier2009-05-311-0/+1
* split audio chunks in mov demuxerBaptiste Coudurier2009-05-311-32/+30
* 0x7a is E-AC3 descriptorBaptiste Coudurier2009-05-311-1/+1
* fix compilation with DEBUG definedBaptiste Coudurier2009-05-311-15/+13
* fix compilation with DEBUG definedBaptiste Coudurier2009-05-311-6/+6
* use dts codec probingBaptiste Coudurier2009-05-311-0/+3
* set codec_tag to stream type, so user can deal with itBaptiste Coudurier2009-05-311-0/+2
* set codec_tag to registration descriptor if presentBaptiste Coudurier2009-05-311-3/+2
* add streams even if they are not present in PMT, fix #1092 and #835Baptiste Coudurier2009-05-311-3/+21
* remove no longer needed fake dvbsub stream typeBaptiste Coudurier2009-05-311-1/+0
* reindentBaptiste Coudurier2009-05-311-6/+6
* remove no longer needed initBaptiste Coudurier2009-05-311-3/+3
* factorizeBaptiste Coudurier2009-05-311-13/+12
* simplify and mergeBaptiste Coudurier2009-05-311-49/+41
* move new_pes_av_stream to avoid forward declarationBaptiste Coudurier2009-05-311-85/+82
* remove definesBaptiste Coudurier2009-05-312-13/+6
* rework stream type and codec identificationBaptiste Coudurier2009-05-311-79/+81
* cosmetics, reindent, remove useless braces, whitespacesBaptiste Coudurier2009-05-311-17/+16
* export all streams in ts demuxerBaptiste Coudurier2009-05-311-23/+1
* fix codec probing, stop after MAX_PROBE_PACKETS and return all packetsBaptiste Coudurier2009-05-312-6/+31
* H264: Fix out of bounds reads in SSSE3 MCAlexander Strange2009-05-301-38/+38
* Implement SoX native format muxer and demuxer.Daniel Verkamp2009-05-307-0/+309
* Use memcpy instead of per-pixel copy loop for rgb lcl formatReimar Döffinger2009-05-301-6/+2
* Make sure offsets of mjpeg b are within the buffer.Michael Niedermayer2009-05-301-6/+14
* Remove useless () from lcldec for more consistency with "normal" FFmpeg codin...Reimar Döffinger2009-05-301-30/+30
* Add casts to v210x decoder to avoid warnings.Reimar Döffinger2009-05-301-4/+4
* return AVERROR_EOFBaptiste Coudurier2009-05-301-1/+1
* return AVERROR_EOFBaptiste Coudurier2009-05-301-1/+1
* cast size to int64_t to avoid overflowBaptiste Coudurier2009-05-301-1/+1
OpenPOWER on IntegriCloud