summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* set AVCodecContext.width/height before get_buffer()Michael Niedermayer2003-12-11
| | | | Originally committed as revision 2596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interlaced dct encoding fixMichael Niedermayer2003-12-10
| | | | Originally committed as revision 2592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interlaced DCT support for MPEG2 encodingFabrice Bellard2003-12-10
| | | | Originally committed as revision 2591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed interlaced encodingFabrice Bellard2003-12-10
| | | | Originally committed as revision 2590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (uninitialized var ...)Michael Niedermayer2003-12-10
| | | | Originally committed as revision 2589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed potential problem if aspect_ratio_info == 0 for MPEG stream - fixed ↵Fabrice Bellard2003-12-10
| | | | | | aspect ratio problem if CODEC_ID_MPEG2VIDEO is used to decode an MPEG1 stream (which is the recommended codec id for mpeg video) Originally committed as revision 2587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MB_TYPE_INTERLACED info fixMichael Niedermayer2003-12-10
| | | | Originally committed as revision 2586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed low delay decodingFabrice Bellard2003-12-09
| | | | Originally committed as revision 2583 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l ↵Michael Niedermayer2003-12-09
| | | | | | 100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l Originally committed as revision 2582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slice structured fixesMichael Niedermayer2003-12-09
| | | | Originally committed as revision 2581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* motion_subsample_log2Michael Niedermayer2003-12-09
| | | | Originally committed as revision 2580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at ↵Wolfgang Hesseler2003-12-09
| | | | | | | | multimediaware dot com>) cleanups & fixes by me Originally committed as revision 2579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FF_DEBUG_PICT_INFO and CODEC_FLAG_GRAY supportAlex Beregszaszi2003-12-08
| | | | Originally committed as revision 2577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AIC/MQ encoding fixMichael Niedermayer2003-12-08
| | | | Originally committed as revision 2573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsAlex Beregszaszi2003-12-08
| | | | Originally committed as revision 2572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more correct header parsingAlex Beregszaszi2003-12-08
| | | | Originally committed as revision 2571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alternative inter vlc encoding fixMichael Niedermayer2003-12-08
| | | | Originally committed as revision 2570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slice flush / position fixMichael Niedermayer2003-12-07
| | | | Originally committed as revision 2569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263 slice structured modeMichael Niedermayer2003-12-07
| | | | | | slice cleanup Originally committed as revision 2568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing unused var & converting 64->32bitMichael Niedermayer2003-12-05
| | | | Originally committed as revision 2567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVFrame.interlaced_frame fixesMichael Niedermayer2003-12-05
| | | | Originally committed as revision 2566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export top_field_first & interlaced_frameMichael Niedermayer2003-12-05
| | | | Originally committed as revision 2564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set has_b_frames correctly, fixes rv20 dr1 with mplayerMichael Niedermayer2003-12-04
| | | | Originally committed as revision 2563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-12-04
| | | | Originally committed as revision 2562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 (h263) b frame decoding supportMichael Niedermayer2003-12-04
| | | | Originally committed as revision 2561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* this should make the decoder safe for big-endian platformsMike Melanson2003-12-04
| | | | Originally committed as revision 2560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec.h bug workaround (untested)Michael Niedermayer2003-12-03
| | | | Originally committed as revision 2559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-12-03
| | | | Originally committed as revision 2558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263 modified quantization fixMichael Niedermayer2003-12-03
| | | | 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-03
| | | | | | 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-03
| | | | Originally committed as revision 2554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263_h_loop_filter_mmxMichael Niedermayer2003-12-02
| | | | Originally committed as revision 2553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263_v_loop_filter_mmxMichael Niedermayer2003-12-02
| | | | 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-01
| | | | | | RV20 MVs) Originally committed as revision 2551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-12-01
| | | | Originally committed as revision 2550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263 loop filterMichael Niedermayer2003-12-01
| | | | | | | 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-30
| | | | Originally committed as revision 2547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 sub_id == 0x20200002 supportMichael Niedermayer2003-11-30
| | | | Originally committed as revision 2546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-11-30
| | | | Originally committed as revision 2545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv10 fixMichael Niedermayer2003-11-30
| | | | Originally committed as revision 2544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 decoderMichael Niedermayer2003-11-30
| | | | Originally committed as revision 2543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgotMichael Niedermayer2003-11-29
| | | | Originally committed as revision 2542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263 alternative inter vlc supportMichael Niedermayer2003-11-29
| | | | Originally committed as revision 2541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* intra16x16 fixMichael Niedermayer2003-11-29
| | | | Originally committed as revision 2539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10000lMichael Niedermayer2003-11-28
| | | | Originally committed as revision 2538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-11-28
| | | | Originally committed as revision 2537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263 OBMC & 4MV supportMichael Niedermayer2003-11-28
| | | | | | 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-27
| | | | 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-27
| | | | | | | | | | 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-26
| | | | | | | | | | | | - 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