summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* test interlaced motion estimation tooMichael Niedermayer2004-01-01
| | | | Originally committed as revision 2644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rate limit tips and checksMichael Niedermayer2004-01-01
| | | | Originally committed as revision 2643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minrate=0 for SVCD & DVD, this matches mpeg2enc and the mpeg1/2 vissual standardMichael Niedermayer2004-01-01
| | | | Originally committed as revision 2642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print vbv buffer size & bitrate when decoding with -debug 1Michael Niedermayer2004-01-01
| | | | Originally committed as revision 2641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixpoint log() for tiny_psnr so it can output actual PSNRMichael Niedermayer2003-12-31
| | | | Originally committed as revision 2640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* info about h and tpelMichael Niedermayer2003-12-30
| | | | Originally committed as revision 2639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interlaced motion estimationMichael Niedermayer2003-12-30
| | | | | | | | | | | | | | interlaced mpeg2 encoding P & B frames rate distored interlaced mb decission alternate scantable support 4mv encoding fixes (thats also why the regression tests change) passing height to most dsp functions interlaced mpeg4 encoding (no direct mode MBs yet) various related cleanups disabled old motion estimaton algorithms (log, full, ...) they will either be fixed or removed Originally committed as revision 2638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100000lMichael Niedermayer2003-12-30
| | | | Originally committed as revision 2637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at ↵Wolfgang Hesseler2003-12-30
| | | | | | multimediaware dot com>) Originally committed as revision 2636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nicer looking PSNR stats (YUV seperate and print the whole file PSNR at the ↵Michael Niedermayer2003-12-29
| | | | | | end instead of the last frame's) Originally committed as revision 2635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* picture number fixesMichael Niedermayer2003-12-29
| | | | Originally committed as revision 2634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (segfault fix)Michael Niedermayer2003-12-28
| | | | Originally committed as revision 2633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* frame stepping patch by (Wolfgang Hesseler <qv at multimediaware dot com>)Wolfgang Hesseler2003-12-28
| | | | Originally committed as revision 2632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct C init tablesAlex Beregszaszi2003-12-27
| | | | Originally committed as revision 11692 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* its nice to include 'what it does & why' in submitted patchesMichael Niedermayer2003-12-27
| | | | Originally committed as revision 2631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2003-12-22
| | | | Originally committed as revision 2630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (forgot to copy top_field_first flag)Michael Niedermayer2003-12-22
| | | | Originally committed as revision 2629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 / h263 b frame fixMichael Niedermayer2003-12-21
| | | | Originally committed as revision 2628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix crashMichael Niedermayer2003-12-19
| | | | Originally committed as revision 2627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SVQ3 uses unrestricted motion vectorsMike Melanson2003-12-18
| | | | Originally committed as revision 2626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* svq3 fixMichael Niedermayer2003-12-18
| | | | Originally committed as revision 2625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* harcoded DTS computation for mpegFabrice Bellard2003-12-18
| | | | Originally committed as revision 2624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vbv_delayMichael Niedermayer2003-12-17
| | | | Originally committed as revision 2623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* primitive LPCM generatorFabrice Bellard2003-12-16
| | | | Originally committed as revision 2622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better and simpler logic for MPEG muxing - fixed rare MPEG muxing PTS ↵Fabrice Bellard2003-12-16
| | | | | | generation bug (stuffing is added in such rare cases) - fixed AC3 payload size generation - generate correct AC3 frame header (need spec checking) Originally committed as revision 2621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches ↵Fabrice Bellard2003-12-16
| | | | | | if start codes were between two PES packets) Originally committed as revision 2620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pts and dts support in parser APIFabrice Bellard2003-12-16
| | | | Originally committed as revision 2619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial predictors are not sent to the output in QT IMA; fix stereo QTMike Melanson2003-12-16
| | | | | | IMA decoding Originally committed as revision 2618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MPEG1/2 decoding update (buffered frames are decoded now)Fabrice Bellard2003-12-15
| | | | Originally committed as revision 2617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make av_read_frame() return buffered frames at EOFFabrice Bellard2003-12-15
| | | | Originally committed as revision 2616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moved packet output to a separate function - added the frame buffered by the ↵Fabrice Bellard2003-12-15
| | | | | | decoder at EOF, if any Originally committed as revision 2615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added End Of File handling to return last picture for MPEG1/2/4Fabrice Bellard2003-12-15
| | | | Originally committed as revision 2614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* motion estimation & mb compare functions command line optionsMichael Niedermayer2003-12-15
| | | | Originally committed as revision 2613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init picture structure to avoid uninitialized fieldsFabrice Bellard2003-12-15
| | | | Originally committed as revision 2612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (forgot alpha & ppc)Michael Niedermayer2003-12-15
| | | | Originally committed as revision 2611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mv vissualization & field picture fixMichael Niedermayer2003-12-14
| | | | Originally committed as revision 2610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv ↵Wolfgang Hesseler2003-12-14
| | | | | | at multimediaware dot com>) Originally committed as revision 2609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (printing qscale before parsing it)Michael Niedermayer2003-12-14
| | | | Originally committed as revision 2608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split intra / inter dequantizationMichael Niedermayer2003-12-14
| | | | Originally committed as revision 2607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* error concealment regression testMichael Niedermayer2003-12-14
| | | | Originally committed as revision 2606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-12-13
| | | | Originally committed as revision 2605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Here are juste two added #ifdef CONFIG_ENCODERS to allowAurelien Jacobs2003-12-13
| | | | | | | libavcodec to compile without CONFIG_ENCODERS defined patch by (Aurelien Jacobs <aurel at gnuage dot org>) Originally committed as revision 2604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mb type & qp vissualizationMichael Niedermayer2003-12-13
| | | | Originally committed as revision 2603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stuffing to stay above min_bitrateMichael Niedermayer2003-12-12
| | | | Originally committed as revision 2602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CBR improvementsMichael Niedermayer2003-12-12
| | | | Originally committed as revision 2601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed top_field_first support when encodingFabrice Bellard2003-12-12
| | | | Originally committed as revision 2600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fill codec infoFabrice Bellard2003-12-12
| | | | Originally committed as revision 2599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing h263p encoding without UMVMichael Niedermayer2003-12-11
| | | | Originally committed as revision 2598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* obmc encoding flag (forgot to commit...)Michael Niedermayer2003-12-11
| | | | Originally committed as revision 2597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set AVCodecContext.width/height before get_buffer()Michael Niedermayer2003-12-11
| | | | Originally committed as revision 2596 to svn://svn.ffmpeg.org/ffmpeg/trunk