aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* dont read from b frames if draw_horiz_band==NULLMichael Niedermayer2003-11-271-5/+15
* * 3x encoding speedup. Finally we seem to be on par with libdvRoman Shaposhnik2003-11-272-218/+290
* - Add reget_buffer() function to AVCodecContextRoberto Togni2003-11-266-134/+76
* 16x8 MV vissualization by (Wolfgang Hesseler <qv at multimediaware dot com>)Michael Niedermayer2003-11-251-0/+10
* 10lMichael Niedermayer2003-11-241-1/+1
* theora alpha3 support (with maintaining backward compatibility, maybe we shou...Alex Beregszaszi2003-11-231-3/+15
* finally working with old theora bitstream (flipped image), the only sample I ...Alex Beregszaszi2003-11-231-17/+89
* av_d2q() documentationMichael Niedermayer2003-11-161-0/+4
* yep, FLI supportMike Melanson2003-11-144-1/+465
* qprd with b frames fixMichael Niedermayer2003-11-131-2/+3
* qprd needs mbd=2Michael Niedermayer2003-11-131-0/+5
* * sys/types.h for size_tZdenek Kabelac2003-11-131-0/+1
* silence few warningsIvan Kalvachev2003-11-131-1/+2
* better fixMichael Niedermayer2003-11-121-4/+1
* small mjpeg fix by (James Stembridge <jstembridge at users dot sourceforge do...Michael Niedermayer2003-11-121-0/+3
* ac prediction with rate distorted qp fixMichael Niedermayer2003-11-121-5/+12
* rate distored optimal lambda->qp supportMichael Niedermayer2003-11-122-9/+63
* mpegvideo is backIvan Kalvachev2003-11-123-0/+16
* also parse extradata for MPEG4Fabrice Bellard2003-11-101-0/+12
* new audio/video parser APIFabrice Bellard2003-11-104-2/+949
* exported mpa_decode_header for new parser APIFabrice Bellard2003-11-102-16/+12
* comment fixFabrice Bellard2003-11-101-2/+2
* added Apple Graphics (SMC) decoderMike Melanson2003-11-104-1/+515
* 4bpp supportRoberto Togni2003-11-091-1/+106
* 8BPS decoderRoberto Togni2003-11-074-1/+232
* Set buffer hints, use cr where availableRoberto Togni2003-11-073-5/+45
* Add cr codec capability and buffer hintsRoberto Togni2003-11-072-1/+25
* fix context=1Michael Niedermayer2003-11-061-6/+7
* 100l: sometime palette was not copied to output frameRoberto Togni2003-11-051-7/+7
* * fixes for broken builds on Solaris, OS2 and all bingendianRoman Shaposhnik2003-11-042-6/+16
* av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer2003-11-036-17/+17
* flush fix (untested)Michael Niedermayer2003-11-031-1/+1
* only add prefix after \nMichael Niedermayer2003-11-031-1/+6
* 10l (fixes dct coeff noise reduction)Michael Niedermayer2003-11-031-0/+2
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-0348-453/+527
* noise reduction of dct coefficientsMichael Niedermayer2003-11-025-2/+77
* 10l ...Michael Niedermayer2003-11-021-1/+1
* Moved to new palette APIRoberto Togni2003-11-022-36/+27
* Fix some palette related defines, bump build numberRoberto Togni2003-11-021-3/+4
* ffv1 rgb supportMichael Niedermayer2003-11-012-157/+276
* 100l: free previous frame, not current one!Roberto Togni2003-10-311-2/+3
* Don't memcpy from unallocated memoryRoberto Togni2003-10-311-1/+2
* * DV demuxer is now capable of decoding auxilary audio stream. So,Roman Shaposhnik2003-10-311-0/+4
* move identical code into its own functionMichael Niedermayer2003-10-303-185/+68
* initalize various uninitalized variables and avoid coded_picture_number as it...Michael Niedermayer2003-10-301-8/+13
* 100l (SAR is written as height/width instead of width/height in the MPEG1 sta...Michael Niedermayer2003-10-301-2/+2
* pts fix and related fixesMichael Niedermayer2003-10-304-31/+32
* revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)Mike Melanson2003-10-306-86/+76
* dumping funny numbers from first zygo i frame headerMichael Niedermayer2003-10-291-1/+16
* initial support for zygovideoAlex Beregszaszi2003-10-291-0/+2