aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* more detailed error messagesMichael Niedermayer2005-01-231-9/+28
* 10lMichael Niedermayer2005-01-231-1/+1
* framerate checkMichael Niedermayer2005-01-231-0/+5
* simplify deblockMichael Niedermayer2005-01-231-43/+26
* use clip_uint8()Michael Niedermayer2005-01-231-7/+2
* simplifyMichael Niedermayer2005-01-231-25/+10
* preliminary vc9 bitstream decoder, committing to make syncing and team-work o...Alex Beregszaszi2005-01-221-0/+2
* preliminary vc9 bitstream decoder, committing to make syncing and team-work o...Alex Beregszaszi2005-01-224-1/+2101
* count errors instead of printing 2^31Michael Niedermayer2005-01-211-3/+12
* Out-of-directory build patch by (Philipp Matthias Hahn <pmhahn titan.lahn de>)Philipp Matthias Hahn2005-01-211-2/+2
* jpeg style yuv fixesMichael Niedermayer2005-01-202-6/+38
* H.264 b ref pic list order and long term pictures patch by (Loic Le Loarer <l...Loic Le Loarer2005-01-191-37/+111
* div by zero aspect fixMichael Niedermayer2005-01-191-0/+2
* svq3_get_se_golomb() fixMichael Niedermayer2005-01-191-2/+5
* compile with TRACE define patch by (Loic <lll+ffmpeg m4x org>)Loïc Le Loarer2005-01-192-12/+12
* x86_64 pointer typecast fix by (Martin Drab <drab kepler.fjfi.cvut cz>)Michael Niedermayer2005-01-181-1/+1
* simplifyMichael Niedermayer2005-01-171-14/+15
* 10l patch by (matthieu castet <castet.matthieu free fr>)Matthieu Castet2005-01-161-2/+2
* simplifyMichael Niedermayer2005-01-151-87/+42
* simplify, null pointer, selftestMichael Niedermayer2005-01-151-12/+25
* Decode MP3 in ADU formatRoberto Togni2005-01-153-1/+78
* 1l, forgot to remove duplicated error messageRoberto Togni2005-01-151-1/+0
* Mention the l5 pp filter in 'mplayer -pphelp' output.Diego Biurrun2005-01-151-0/+1
* Use avcodec_check_dimensions instead of custom hackRoberto Togni2005-01-152-5/+2
* assertion about bits statistic and minor bits stat fixMichael Niedermayer2005-01-141-0/+5
* 10l (dont modify the input picture pts)Michael Niedermayer2005-01-131-10/+12
* av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>)Kurosu2005-01-124-5/+2
* 10l (gcc 2.95 fix)Michael Niedermayer2005-01-121-2/+2
* disallow strcatMichael Niedermayer2005-01-121-0/+1
* dissallow sprintfMichael Niedermayer2005-01-127-11/+14
* various security fixes and precautionary checksMichael Niedermayer2005-01-1226-69/+285
* Quote path expression to take care of $(prefix) possibly containing spaces.Diego Biurrun2005-01-111-1/+1
* fixing selftestMichael Niedermayer2005-01-111-7/+10
* picture heap corruption fixMichael Niedermayer2005-01-101-20/+23
* Check pointers before writing to memory, fix possible integer overflowsRoberto Togni2005-01-093-17/+63
* 10l (obmc_scratchpad not always initialize)Gert Vervoort2005-01-091-0/+2
* 10l: scratchpad could be allocated before its size was known.Loren Merritt2005-01-081-2/+5
* H.264 weighted prediction.Loren Merritt2005-01-073-5/+277
* print "D" instead of "P" for dropable frames in flv with -debug 1Michael Niedermayer2005-01-061-1/+1
* RV30/RV40 demuxing (untested)Michael Niedermayer2005-01-061-0/+5
* fixing decoding of http://mplayerhq.hu/~atmos4/ffrv20-crashing-atmos.rmMichael Niedermayer2005-01-051-2/+2
* fix decoding of http://mplayerhq.hu/~diego/problem.movMichael Niedermayer2005-01-051-1/+1
* reduce stutter if we learn too late that the stream contains B-frames.Loren Merritt2005-01-041-6/+10
* Sort B-frames into display order.Loren Merritt2005-01-041-9/+39
* Disable encoders patch by (Gianluigi Tiesi <mplayer netfarm it>)Gianluigi Tiesi2005-01-032-0/+4
* Make -pphelp output consistent with the other instances of -xxx help.Diego Biurrun2005-01-031-7/+9
* WV1F supportMichael Niedermayer2005-01-011-1/+8
* faster and slightly less accurate nearest neighbor resamplerMichael Niedermayer2004-12-311-13/+11
* 10lMichael Niedermayer2004-12-311-0/+1
* special case for filter_length==1Michael Niedermayer2004-12-311-1/+18