summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Remove the build instructions from the doxygen comments, they are duplicatedDiego Biurrun2007-04-181-10/+1
* Doxygen comment wording/spellingDiego Biurrun2007-04-181-4/+4
* Atrac3 decoder.Benjamin Larsson2007-04-175-0/+1206
* Move AC3 header parsing code together with the rest of the AC3 parsing code.Diego Biurrun2007-04-155-64/+65
* fix mjpeg.movMichael Niedermayer2007-04-151-2/+4
* fix playback of angels_480-mjpegcompress.aviMichael Niedermayer2007-04-141-1/+1
* fix playback of odd_height.movMichael Niedermayer2007-04-141-0/+4
* correct another possible buffer overflow where interlaced wouldMichael Niedermayer2007-04-141-2/+1
* fix tiff regression test (bitexact flag was ignoredwhich caused theMichael Niedermayer2007-04-141-0/+2
* remove MpegEncContext, patch by baptisteBaptiste Coudurier2007-04-141-20/+5
* Update preprocessor directive comments to take recent changes to this fileDiego Biurrun2007-04-141-3/+3
* cosmetics: Fix indentation.Diego Biurrun2007-04-131-2/+2
* timestamps generation improvement when parsing aviJoakim Plate2007-04-132-2/+8
* As usual Real actually took something existing and rebranded it.Benjamin Larsson2007-04-121-1/+1
* Add complete instructions for the brave people wishing to fiddle with theDiego Biurrun2007-04-121-1/+5
* Replace hackish support for amr-nb and amr-wb. Instead of including the sourceStanislav Brabec2007-04-122-31/+6
* Update download URL with a link to a working version.Diego Biurrun2007-04-121-1/+1
* add a check before find_frame_end callLimin Wang2007-04-111-1/+2
* Per reference swf/flv adpcm encoder.Benjamin Larsson2007-04-111-0/+28
* cosmetics: indentationDiego Biurrun2007-04-111-1/+1
* ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1Luca Barbato2007-04-103-0/+82
* cosmetics after last commitIvo van Poorten2007-04-101-1/+1
* Add support for grayscale images with arbitrary maxvals.Ivo van Poorten2007-04-101-2/+24
* Fix an underflow/overflow that was causing some crackles when playingMarco Gerards2007-04-101-1/+3
* Set C predictor to zero if unavailable (should fix B-frame border artifacts)Kostya Shishkov2007-04-101-0/+2
* superflouos ()Michael Niedermayer2007-04-091-1/+1
* remove code_prefix variable, no speed changeMichael Niedermayer2007-04-091-7/+5
* simplifyMichael Niedermayer2007-04-091-4/+3
* When dst_length == 0 bit_length has to be 0, too, but the current code stillReinhard Nissl2007-04-091-1/+1
* Remove a NAL unit's trailing zero bytes even when dst_length is 1.Reinhard Nissl2007-04-091-1/+1
* scenario: A properly coded frame is followed by an end of sequence NAL unit,Reinhard Nissl2007-04-091-1/+1
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-0828-89/+89
* Only compile in Theora-specific functions if the Theora decoder has beenDiego Biurrun2007-04-081-1/+1
* cosmetics: Move one code block to save an #ifdef in the next commit.Diego Biurrun2007-04-081-10/+10
* Remove #if 0 code.Diego Biurrun2007-04-081-22/+0
* Fix compilation when Theora decoder is disabled, but VP3 is enabled.Diego Biurrun2007-04-081-0/+2
* Remove unused variable.Diego Biurrun2007-04-081-1/+1
* cosmetics: indentation fixMarco Gerards2007-04-081-2/+2
* factorize & 0x0FMichael Niedermayer2007-04-081-6/+7
* remove c93_ prefix from static functions in c93.cMichael Niedermayer2007-04-081-14/+14
* align verticallyMichael Niedermayer2007-04-071-3/+3
* shorter variable namesMichael Niedermayer2007-04-071-20/+20
* general purpose var should be intMichael Niedermayer2007-04-071-1/+1
* remove redundant commentsMichael Niedermayer2007-04-071-3/+2
* remove useless debuging av_log()Michael Niedermayer2007-04-071-4/+0
* indention cleanupMichael Niedermayer2007-04-071-16/+21
* use shorter names for the block type enumMichael Niedermayer2007-04-072-10/+8
* cosmeticMichael Niedermayer2007-04-071-2/+5
* use bytestream reader instead of bitstream for THPMichael Niedermayer2007-04-071-12/+11
* CRYO APC demuxerAnssi Hannula2007-04-071-0/+6
OpenPOWER on IntegriCloud