aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Collapse)AuthorAgeFilesLines
* verbosity patch by (Allen Day <allenday at ucla dot edu>)Allen Day2004-04-111-0/+1
| | | | 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-091-4/+17
| | | | | | 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-091-5/+5
| | | | | | 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-091-1/+1
| | | | | | 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-091-23/+88
| | | | 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-082-16/+44
| | | | Originally committed as revision 2982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* conversion to av_logAlex Beregszaszi2004-04-073-37/+25
| | | | Originally committed as revision 2975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unknown format charsAlex Beregszaszi2004-04-072-2/+2
| | | | Originally committed as revision 2974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix global header passing from demuxer to decoderMichael Niedermayer2004-04-041-21/+20
| | | | 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-041-9/+19
| | | | | | 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-042-19/+33
| | | | Originally committed as revision 2956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix obnoxious ogg_packet passing from encoder to muxerMichael Niedermayer2004-04-041-7/+24
| | | | Originally committed as revision 2955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* time & (s)rand is forbiddenMichael Niedermayer2004-04-041-0/+3
| | | | Originally committed as revision 2954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill obnoxious ogg_packet passing from demuxer to decoderMichael Niedermayer2004-04-041-3/+8
| | | | Originally committed as revision 2953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove spyware from ogg*.cMichael Niedermayer2004-04-041-9/+21
| | | | | | 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-031-7/+11
| | | | Originally committed as revision 2950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 (0x20201002) supportMichael Niedermayer2004-04-021-2/+10
| | | | Originally committed as revision 2948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interlaced chroma MC divx-bug workaroundMichael Niedermayer2004-04-023-3/+14
| | | | Originally committed as revision 2947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skiped mbs in interlaced b frames fixMichael Niedermayer2004-04-021-2/+3
| | | | Originally committed as revision 2946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gmc segfault fixMichael Niedermayer2004-04-021-10/+10
| | | | 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-011-15/+94
| | | | | | but probably most other formats too Originally committed as revision 2942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing alignment, 2nd tryMichael Niedermayer2004-03-291-2/+2
| | | | Originally committed as revision 2940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hmm av_log(..., get_bits());Michael Niedermayer2004-03-281-5/+12
| | | | 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-261-4/+3
| | | | Originally committed as revision 2935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of qp<6Michael Niedermayer2004-03-261-28/+0
| | | | 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-264-46/+1443
| | | | | | 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-261-2/+10
| | | | 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-261-9/+11
| | | | | | 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-251-95/+67
| | | | | | | | | 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
* warning patrolFalk Hüffner2004-03-248-17/+9
| | | | Originally committed as revision 2925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l for iiveMichael Niedermayer2004-03-221-1/+2
| | | | Originally committed as revision 2916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Compile fix by (Chip <szarlada at freemail dot hu>)Michael Niedermayer2004-03-221-0/+3
| | | | Originally committed as revision 2915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l in av_mallocz_static()Michael Niedermayer2004-03-221-3/+2
| | | | | | less overallocation in av_fast_realloc() for small arrays Originally committed as revision 2913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* static allocation rewrite (old code was plain a broken mess)Michael Niedermayer2004-03-213-31/+24
| | | | | | | | | doesnt call realloc every time doesnt randomly overwrite memory after after 8-16 calls doesnt use ugly macro wraper fewer lines of code Originally committed as revision 2912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do loop filter immediatly after each macroblock is decoded instead of after ↵Michael Niedermayer2004-03-201-73/+140
| | | | | | a frame is decoded Originally committed as revision 2910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 loop filter optimizationsMichael Niedermayer2004-03-202-171/+229
| | | | Originally committed as revision 2909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 loop filter for progressive I&P frames by (Laurent Aimar <fenrir at via ↵Michael Niedermayer2004-03-192-42/+431
| | | | | | dot ecp dot fr>) Originally committed as revision 2908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h.263 ssm + aic fix by (Maarten Daniels <maarten dot daniels at student dot ↵Michael Niedermayer2004-03-181-3/+9
| | | | | | luc dot ac dot be>) Originally committed as revision 2905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * removing casualties of battle of the wits and English languageRoman Shaposhnik2004-03-182-16/+17
| | | | Originally committed as revision 2902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moving f/b_code init to where it should beMichael Niedermayer2004-03-161-4/+3
| | | | Originally committed as revision 2901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000000l (using uninitalized variable for initalizing bits per MV table)Michael Niedermayer2004-03-162-2/+2
| | | | Originally committed as revision 2900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init cleanupMichael Niedermayer2004-03-168-59/+76
| | | | Originally committed as revision 2899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use pan_scan to remove some weight, proper pan_scan offset readingIvan Kalvachev2004-03-161-12/+20
| | | | Originally committed as revision 2898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg12 fix 10l of aspect calucalations, return gop perser to print debug ↵Ivan Kalvachev2004-03-151-9/+45
| | | | | | info, and make mpeg1_seq_header hot overwrite height/width Originally committed as revision 2897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update the API for the idct functionMike Melanson2004-03-151-1/+1
| | | | Originally committed as revision 2895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move MPV_common_init after parsing stream parameters, matrix rebuildIvan Kalvachev2004-03-151-70/+146
| | | | Originally committed as revision 2894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-)Roman Shaposhnik2004-03-143-92/+105
| | | | Originally committed as revision 2893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * DV decoder simplifications. Now it looks to be 6% faster. At leastRoman Shaposhnik2004-03-143-115/+73
| | | | | | | on my desktop. * Misc. DV cleanups and fixes. Originally committed as revision 2892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alignment fixMichael Niedermayer2004-03-141-4/+4
| | | | Originally committed as revision 2890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* width,height%16!=0 fixMichael Niedermayer2004-03-141-4/+4
| | | | Originally committed as revision 2889 to svn://svn.ffmpeg.org/ffmpeg/trunk