summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* reuse motion vectors/mb types/field select values of the source video, if ↵Michael Niedermayer2004-04-23
| | | | | | | | | the SSE for a macroblock which is predicted with these values is below me_threshold currently works only with mpeg1/2 source or some luck may need -sync 0 as otherwise framedrops could lead to extreemly long b frame sequences Originally committed as revision 3042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RSHIFT(x,0) fixMichael Niedermayer2004-04-22
| | | | Originally committed as revision 3041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* corrupted field pictures segfault fixMichael Niedermayer2004-04-22
| | | | Originally committed as revision 3040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (segfault fix)Michael Niedermayer2004-04-22
| | | | Originally committed as revision 3039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better hadamard8_diff16 in AltiVec, and more patch by (Romain Dolbeau ↵Romain Dolbeau2004-04-22
| | | | | | <dolbeau at irisa dot fr>) Originally committed as revision 3038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* motion estimation cleanupMichael Niedermayer2004-04-22
| | | | | | | replace ugly macros by always_inline functions, that way its much more readable and flexible as always_inline can simply be removed while the macros couldnt be about 0.5 % speedup with default parameters Originally committed as revision 3037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hadamard8_diff8x8 in AltiVec, the 16bits edition by (Romain Dolbeau <dolbeau ↵Michael Niedermayer2004-04-20
| | | | | | at irisa dot fr>) Originally committed as revision 3036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* exporting field_select/ref_index valuesMichael Niedermayer2004-04-19
| | | | Originally committed as revision 3035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix y scale of mv vissualization of interlaced MVsMichael Niedermayer2004-04-18
| | | | Originally committed as revision 3033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix exported motion vectorsMichael Niedermayer2004-04-18
| | | | Originally committed as revision 3032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like ↵Michael Niedermayer2004-04-17
| | | | | | | | motion vectors can be passed from the decoder to the encoder moving ref_index from Picture to AVFrame Originally committed as revision 3028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flv dropable p frame supportMichael Niedermayer2004-04-17
| | | | Originally committed as revision 3027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seems wmv8 doesnt use intra-inter predictionMichael Niedermayer2004-04-16
| | | | Originally committed as revision 3024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgotten copyright & dct_quantize_altivec disabled patch by (Romain Dolbeau ↵Romain Dolbeau2004-04-16
| | | | | | <dolbeau at irisa dot fr>) Originally committed as revision 3023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed buffering for low bitrates patch by (Hauke Duden <H.NS.Duden at gmx ↵Hauke Duden2004-04-16
| | | | | | dot net>) Originally committed as revision 3020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* t/dprintf printf -> av_logMichael Niedermayer2004-04-16
| | | | Originally committed as revision 3019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2004-04-16
| | | | Originally committed as revision 3017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unify table indexing (motion_val,dc_val,ac_val,coded_block changed)Michael Niedermayer2004-04-16
| | | | | | minor +-1 bugfix Originally committed as revision 3016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * removed config.hZdenek Kabelac2004-04-14
| | | | Originally committed as revision 3012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* assert(time_incr >= 0) so its clear that this MUST be the caseMichael Niedermayer2004-04-13
| | | | Originally committed as revision 3010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* progressive P frame CABAC support patch by (Laurent Aimar <fenrir at via dot ↵Laurent Aimar2004-04-11
| | | | | | ecp dot fr>) Originally committed as revision 3000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* verbosity patch by (Allen Day <allenday at ucla dot edu>)Allen Day2004-04-11
| | | | Originally committed as revision 2997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing alignment problems -> SSE2 support enabled again in libavcodec (from ↵Michael Niedermayer2004-04-09
| | | | | | ffdshow / milan_cutka) Originally committed as revision 2990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* writing corrupt files on MinGW patch by (Matthias Fritschi <choi at netlabs ↵Matthias Fritschi2004-04-09
| | | | | | dot org>) Originally committed as revision 2988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missing LDFLAGS in libavcodec/Makefile patch by ("Michael T. Dean" <mtdean ↵Michael T. Dean2004-04-09
| | | | | | at thirdcontact dot com>) Originally committed as revision 2987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aac decoding patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>)Thomas Raivio2004-04-09
| | | | Originally committed as revision 2986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>)Todd Kirby2004-04-08
| | | | Originally committed as revision 2982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* conversion to av_logAlex Beregszaszi2004-04-07
| | | | Originally committed as revision 2975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unknown format charsAlex Beregszaszi2004-04-07
| | | | Originally committed as revision 2974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix global header passing from demuxer to decoderMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pts hack (correct solution would be to pass the pts from the encoder to the ↵Michael Niedermayer2004-04-04
| | | | | | muxer) Originally committed as revision 2957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove function call from muxer->encoder and cleanly pass global headersMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix obnoxious ogg_packet passing from encoder to muxerMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* time & (s)rand is forbiddenMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill obnoxious ogg_packet passing from demuxer to decoderMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove spyware from ogg*.cMichael Niedermayer2004-04-04
| | | | | | fix vorbis in ogg decoding Originally committed as revision 2952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nicer looking arrows for the motion vector vissualizationMichael Niedermayer2004-04-03
| | | | Originally committed as revision 2950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 (0x20201002) supportMichael Niedermayer2004-04-02
| | | | Originally committed as revision 2948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interlaced chroma MC divx-bug workaroundMichael Niedermayer2004-04-02
| | | | Originally committed as revision 2947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skiped mbs in interlaced b frames fixMichael Niedermayer2004-04-02
| | | | Originally committed as revision 2946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gmc segfault fixMichael Niedermayer2004-04-02
| | | | Originally committed as revision 2945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split stream into valid mp3 frames, at least flv & nut absolutely need this, ↵Michael Niedermayer2004-04-01
| | | | | | but probably most other formats too Originally committed as revision 2942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing alignment, 2nd tryMichael Niedermayer2004-03-29
| | | | Originally committed as revision 2940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hmm av_log(..., get_bits());Michael Niedermayer2004-03-28
| | | | Originally committed as revision 2939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure that the bitstream buffers for encoding partitioned frames are alignedMichael Niedermayer2004-03-26
| | | | Originally committed as revision 2935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of qp<6Michael Niedermayer2004-03-26
| | | | Originally committed as revision 2933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at ↵Laurent Aimar2004-03-26
| | | | | | via dot ecp dot fr>) Originally committed as revision 2932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* huge vbv buffer size + CBR fixMichael Niedermayer2004-03-26
| | | | Originally committed as revision 2929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always parse APP* as it sometimes contains startcodes which confuse the ↵Michael Niedermayer2004-03-26
| | | | | | decoder otherwise Originally committed as revision 2927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * some significant clean-up of the dv_decode_ac (it looks realRoman Shaposhnik2004-03-25
| | | | | | | | | simple now, take a look for yourself). * additional optimizations of the decoder. It runs at 55fps now on my desktop and it used to be ~45fps. Originally committed as revision 2926 to svn://svn.ffmpeg.org/ffmpeg/trunk