summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Collapse)AuthorAgeFilesLines
* rv20 (h263) b frame decoding supportMichael Niedermayer2003-12-047-63/+321
| | | | Originally committed as revision 2561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* this should make the decoder safe for big-endian platformsMike Melanson2003-12-041-2/+9
| | | | Originally committed as revision 2560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec.h bug workaround (untested)Michael Niedermayer2003-12-031-0/+2
| | | | Originally committed as revision 2559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-12-035-40/+25
| | | | Originally committed as revision 2558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263 modified quantization fixMichael Niedermayer2003-12-034-11/+11
| | | | Originally committed as revision 2557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial support for Duck TrueMotion v1 (think of it as On2 VP1); onlyMike Melanson2003-12-035-1/+1411
| | | | | | 16-bit mode supported thus far Originally committed as revision 2555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split ff_h263_decode_mb() into h263 and mpeg4 versionsMichael Niedermayer2003-12-033-108/+228
| | | | Originally committed as revision 2554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263_h_loop_filter_mmxMichael Niedermayer2003-12-021-72/+161
| | | | Originally committed as revision 2553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263_v_loop_filter_mmxMichael Niedermayer2003-12-021-0/+92
| | | | Originally committed as revision 2552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263 MV prediction doesnt match mpeg4, for some slices configurations (fixes ↵Michael Niedermayer2003-12-011-2/+2
| | | | | | RV20 MVs) Originally committed as revision 2551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-12-011-1/+1
| | | | Originally committed as revision 2550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263 loop filterMichael Niedermayer2003-12-0110-41/+262
| | | | | | | fixed h263 modified quantization CODEC_FLAG_OBMC Originally committed as revision 2549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4th frame type ...Michael Niedermayer2003-11-301-0/+1
| | | | Originally committed as revision 2547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 sub_id == 0x20200002 supportMichael Niedermayer2003-11-301-15/+25
| | | | Originally committed as revision 2546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-11-304-8/+3
| | | | Originally committed as revision 2545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv10 fixMichael Niedermayer2003-11-301-2/+3
| | | | Originally committed as revision 2544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 decoderMichael Niedermayer2003-11-307-29/+169
| | | | Originally committed as revision 2543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgotMichael Niedermayer2003-11-291-0/+16
| | | | Originally committed as revision 2542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263 alternative inter vlc supportMichael Niedermayer2003-11-294-13/+64
| | | | Originally committed as revision 2541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* intra16x16 fixMichael Niedermayer2003-11-291-1/+1
| | | | Originally committed as revision 2539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10000lMichael Niedermayer2003-11-281-1/+2
| | | | Originally committed as revision 2538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-11-281-1/+1
| | | | Originally committed as revision 2537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263 OBMC & 4MV supportMichael Niedermayer2003-11-283-233/+488
| | | | | | cleanup Originally committed as revision 2536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont read from b frames if draw_horiz_band==NULLMichael Niedermayer2003-11-271-5/+15
| | | | Originally committed as revision 2533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * 3x encoding speedup. Finally we seem to be on par with libdvRoman Shaposhnik2003-11-272-218/+290
| | | | | | | | | | in terms of time and we're doing slightly better w.r.t. to quality. I don't think there's much room for improvement left, but I'd like to try and vectorize a couple of things. Btw, any ideas on what may impact performance will be greatly appreciated. Originally committed as revision 2532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Add reget_buffer() function to AVCodecContextRoberto Togni2003-11-266-134/+76
| | | | | | | | | | | | - Add default reget_buffer implementation in libavcodec/utils.c - Remove AVCodecContext.cr_available, no longer needed - Remove CODEC_CAP_CR, no longer used - Add img_copy() prototype to avcodec.h (function from imgconvert.c) - Rename img_copy() to jpeg_img_copy() in libavformat/jpeg.c to avoid conflict - Updated msrle, msvideo1, rpza, smc to use reget_buffer Originally committed as revision 2531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 16x8 MV vissualization by (Wolfgang Hesseler <qv at multimediaware dot com>)Michael Niedermayer2003-11-251-0/+10
| | | | Originally committed as revision 2530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-11-241-1/+1
| | | | Originally committed as revision 2529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* theora alpha3 support (with maintaining backward compatibility, maybe we ↵Alex Beregszaszi2003-11-231-3/+15
| | | | | | should remove all backward compatibility codes after final theora release?) Originally committed as revision 2527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* finally working with old theora bitstream (flipped image), the only sample I ↵Alex Beregszaszi2003-11-231-17/+89
| | | | | | have is decoded successfully (theora.ogg) Originally committed as revision 2526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_d2q() documentationMichael Niedermayer2003-11-161-0/+4
| | | | Originally committed as revision 2522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yep, FLI supportMike Melanson2003-11-144-1/+465
| | | | Originally committed as revision 2519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qprd with b frames fixMichael Niedermayer2003-11-131-2/+3
| | | | Originally committed as revision 2518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qprd needs mbd=2Michael Niedermayer2003-11-131-0/+5
| | | | Originally committed as revision 2517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * sys/types.h for size_tZdenek Kabelac2003-11-131-0/+1
| | | | Originally committed as revision 2516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* silence few warningsIvan Kalvachev2003-11-131-1/+2
| | | | Originally committed as revision 2514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better fixMichael Niedermayer2003-11-121-4/+1
| | | | Originally committed as revision 2513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* small mjpeg fix by (James Stembridge <jstembridge at users dot sourceforge ↵Michael Niedermayer2003-11-121-0/+3
| | | | | | dot net>) Originally committed as revision 2512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac prediction with rate distorted qp fixMichael Niedermayer2003-11-121-5/+12
| | | | Originally committed as revision 2510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rate distored optimal lambda->qp supportMichael Niedermayer2003-11-122-9/+63
| | | | Originally committed as revision 2509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegvideo is backIvan Kalvachev2003-11-123-0/+16
| | | | Originally committed as revision 2507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* also parse extradata for MPEG4Fabrice Bellard2003-11-101-0/+12
| | | | Originally committed as revision 2493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new audio/video parser APIFabrice Bellard2003-11-104-2/+949
| | | | Originally committed as revision 2492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* exported mpa_decode_header for new parser APIFabrice Bellard2003-11-102-16/+12
| | | | Originally committed as revision 2491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment fixFabrice Bellard2003-11-101-2/+2
| | | | Originally committed as revision 2490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added Apple Graphics (SMC) decoderMike Melanson2003-11-104-1/+515
| | | | Originally committed as revision 2488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4bpp supportRoberto Togni2003-11-091-1/+106
| | | | Originally committed as revision 2487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 8BPS decoderRoberto Togni2003-11-074-1/+232
| | | | Originally committed as revision 2486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set buffer hints, use cr where availableRoberto Togni2003-11-073-5/+45
| | | | Originally committed as revision 2485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add cr codec capability and buffer hintsRoberto Togni2003-11-072-1/+25
| | | | Originally committed as revision 2484 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud