summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux ↵Michel Bardiaux2004-10-01
| | | | | | <mbardiaux at peaktime dot be>) Originally committed as revision 3546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux ↵Michel Bardiaux2004-10-01
| | | | | | <mbardiaux at peaktime dot be>) Originally committed as revision 3545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not call (av_)abort()Michael Niedermayer2004-10-01
| | | | Originally committed as revision 3543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * these vars could be either static or extern (compilation fix gcc-3.5)Zdenek Kabelac2004-09-30
| | | | Originally committed as revision 3541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* broken mess removialMichael Niedermayer2004-09-29
| | | | Originally committed as revision 3539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (wrong variable)Michael Niedermayer2004-09-28
| | | | Originally committed as revision 3537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont just resample half of the data sometimesMichael Niedermayer2004-09-28
| | | | Originally committed as revision 3535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (signed vs. unsigend)Michael Niedermayer2004-09-28
| | | | Originally committed as revision 3530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for Sierra Online audio files and Apple QuickDraw codec,Mike Melanson2004-09-28
| | | | | | courtesy of Konstantin Shishkov Originally committed as revision 3529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* if audio is PCM, push it through (sync is not perfect yet)Mike Melanson2004-09-28
| | | | Originally committed as revision 3528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l forgot to commitMichael Niedermayer2004-09-27
| | | | Originally committed as revision 3525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move h264 idct to its own file and call via function pointer in DspContextMichael Niedermayer2004-09-27
| | | | | | allow h264 idct to be used for lowres=1 Originally committed as revision 3524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont print "vop not coded" by defaultMichael Niedermayer2004-09-27
| | | | Originally committed as revision 3523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lowres width/height cleanup 3rd tryMichael Niedermayer2004-09-27
| | | | Originally committed as revision 3522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lowres fixes for the parserMichael Niedermayer2004-09-27
| | | | Originally committed as revision 3521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (segfault)Michael Niedermayer2004-09-27
| | | | Originally committed as revision 3520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-09-27
| | | | Originally committed as revision 3519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set AVCodecContext.width/height to the picture width/height instead of the ↵Michael Niedermayer2004-09-27
| | | | | | one stored in the bitstream (that only matters if lowres!=0) Originally committed as revision 3518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lowres chroma fixMichael Niedermayer2004-09-26
| | | | Originally committed as revision 3517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lowres slice fixMichael Niedermayer2004-09-26
| | | | Originally committed as revision 3516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* porting optimizations from 4x4 dct to 8x8Michael Niedermayer2004-09-26
| | | | Originally committed as revision 3515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizing 4x4 idctMichael Niedermayer2004-09-26
| | | | Originally committed as revision 3514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lowres slice fixMichael Niedermayer2004-09-26
| | | | Originally committed as revision 3513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* low resolution interlaced supportMichael Niedermayer2004-09-26
| | | | Originally committed as revision 3512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1/8 resolution decodingMichael Niedermayer2004-09-26
| | | | Originally committed as revision 3511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* low resolution decoding fixMichael Niedermayer2004-09-26
| | | | Originally committed as revision 3510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1/4 resolution decodingMichael Niedermayer2004-09-26
| | | | Originally committed as revision 3509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1/2 resolution decodingMichael Niedermayer2004-09-25
| | | | Originally committed as revision 3507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* assertion when playing AVC/H.264 streams fix by (Loren Merritt <lorenm at u ↵Michael Niedermayer2004-09-25
| | | | | | dot washington dot edu>) Originally committed as revision 3505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H.264 max reference pictures fix by (Loren Merritt <lorenm at u dot ↵Michael Niedermayer2004-09-25
| | | | | | washington dot edu>) Originally committed as revision 3504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trellis quantization for h263(p)Michael Niedermayer2004-09-24
| | | | Originally committed as revision 3503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unusedMichael Niedermayer2004-09-24
| | | | Originally committed as revision 3502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100lMichael Niedermayer2004-09-24
| | | | Originally committed as revision 3501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Zlib encoder: fix image orientation (was flipped), 100l in deflate errorRoberto Togni2004-09-23
| | | | | | check, put right codec type in extradata Originally committed as revision 3500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge predict_plane() with DWTELEM->8bit conversation (21% faster)Michael Niedermayer2004-09-23
| | | | Originally committed as revision 3499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fix by (Kostya <cannonball at bw-team dot com>)Michael Niedermayer2004-09-23
| | | | Originally committed as revision 3497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * simplification patch by Jeffrey Ryan MuizelaarJeff Muizelaar2004-09-22
| | | | Originally committed as revision 3491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 8 -> FRAC_BITSMichael Niedermayer2004-09-21
| | | | Originally committed as revision 3489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decoding to bgr15/16 from 16bit input. Decoding of 24bit input added, not ↵Alex Beregszaszi2004-09-21
| | | | | | yet finished, but at least the picture can be recognized Originally committed as revision 3488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* greyscale decoding (option to skip u,v planes) supportAlex Beregszaszi2004-09-21
| | | | Originally committed as revision 3487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check if the user specified timestamps are strictly monotoneMichael Niedermayer2004-09-20
| | | | | | timestamp guess code 10l fix Originally committed as revision 3483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_rescale with user specified roundingMichael Niedermayer2004-09-19
| | | | Originally committed as revision 3481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistent use of types patch by (D Richard Felker III <dalias at aerifal ↵D Richard Felker III2004-09-19
| | | | | | dot cx>) Originally committed as revision 3480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify getsymbol patch by (Loren Merritt <lorenm at u dot washington dot edu>)Loren Merritt2004-09-17
| | | | Originally committed as revision 3476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* huffyuv writes to AVCodecContext.stats_out only once every 32 frames,Michael Niedermayer2004-09-17
| | | | | | | | | | presumably to reduce the size of the log file. However, it doesn't clear stats_out on the other 31 out of 32 frames. So the application (ffmpeg and mencoder) writes each stat line 32 times. bugfix by (Loren Merritt <lorenm at u dot washington dot edu>) Originally committed as revision 3475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning the user about possible incompatibilitiesMichael Niedermayer2004-09-17
| | | | Originally committed as revision 3474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (non)interlaced huffyuv patch by (Loren Merritt <lorenm at u dot washington ↵Loren Merritt2004-09-17
| | | | | | dot edu>) Originally committed as revision 3473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 qpel mc, size 16 patch by (Romain Dolbeau <dolbeau at caps-entreprise ↵Romain Dolbeau2004-09-16
| | | | | | dot com>) Originally committed as revision 3472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (scene change pict_type was wrong after coded_frame fix) patch by (Loren ↵Loren Merritt2004-09-16
| | | | | | Merritt <lorenm at u dot washington dot edu>) Originally committed as revision 3471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IBM Ultimotion video decoder, courtesy of Konstantin ShishkovMike Melanson2004-09-16
| | | | Originally committed as revision 3468 to svn://svn.ffmpeg.org/ffmpeg/trunk