summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* svq3_get_se_golomb() fixMichael Niedermayer2005-01-19
* compile with TRACE define patch by (Loic <lll+ffmpeg m4x org>)Loïc Le Loarer2005-01-19
* x86_64 pointer typecast fix by (Martin Drab <drab kepler.fjfi.cvut cz>)Michael Niedermayer2005-01-18
* simplifyMichael Niedermayer2005-01-17
* 10l patch by (matthieu castet <castet.matthieu free fr>)Matthieu Castet2005-01-16
* simplifyMichael Niedermayer2005-01-15
* simplify, null pointer, selftestMichael Niedermayer2005-01-15
* Decode MP3 in ADU formatRoberto Togni2005-01-15
* 1l, forgot to remove duplicated error messageRoberto Togni2005-01-15
* Mention the l5 pp filter in 'mplayer -pphelp' output.Diego Biurrun2005-01-15
* Use avcodec_check_dimensions instead of custom hackRoberto Togni2005-01-15
* assertion about bits statistic and minor bits stat fixMichael Niedermayer2005-01-14
* 10l (dont modify the input picture pts)Michael Niedermayer2005-01-13
* av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>)Kurosu2005-01-12
* 10l (gcc 2.95 fix)Michael Niedermayer2005-01-12
* disallow strcatMichael Niedermayer2005-01-12
* dissallow sprintfMichael Niedermayer2005-01-12
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* Quote path expression to take care of $(prefix) possibly containing spaces.Diego Biurrun2005-01-11
* fixing selftestMichael Niedermayer2005-01-11
* picture heap corruption fixMichael Niedermayer2005-01-10
* Check pointers before writing to memory, fix possible integer overflowsRoberto Togni2005-01-09
* 10l (obmc_scratchpad not always initialize)Gert Vervoort2005-01-09
* 10l: scratchpad could be allocated before its size was known.Loren Merritt2005-01-08
* H.264 weighted prediction.Loren Merritt2005-01-07
* print "D" instead of "P" for dropable frames in flv with -debug 1Michael Niedermayer2005-01-06
* RV30/RV40 demuxing (untested)Michael Niedermayer2005-01-06
* fixing decoding of http://mplayerhq.hu/~atmos4/ffrv20-crashing-atmos.rmMichael Niedermayer2005-01-05
* fix decoding of http://mplayerhq.hu/~diego/problem.movMichael Niedermayer2005-01-05
* reduce stutter if we learn too late that the stream contains B-frames.Loren Merritt2005-01-04
* Sort B-frames into display order.Loren Merritt2005-01-04
* Disable encoders patch by (Gianluigi Tiesi <mplayer netfarm it>)Gianluigi Tiesi2005-01-03
* Make -pphelp output consistent with the other instances of -xxx help.Diego Biurrun2005-01-03
* WV1F supportMichael Niedermayer2005-01-01
* faster and slightly less accurate nearest neighbor resamplerMichael Niedermayer2004-12-31
* 10lMichael Niedermayer2004-12-31
* special case for filter_length==1Michael Niedermayer2004-12-31
* - correct several errors on the deblocking accross slice boundaries.Loïc Le Loarer2004-12-31
* Fix avc1 if there is nore than one nal per mov frameRoberto Togni2004-12-30
* imgresample test cleanup patch by (Panagiotis Issaris <takis )( lumumba d0t l...Panagiotis Issaris2004-12-30
* Fix compilation when both amr_nb and amr_wb are enabledRoberto Togni2004-12-29
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-29
* motion_val doxyMichael Niedermayer2004-12-29
* implement B_DIRECT and B_SKIP macroblock types.Loren Merritt2004-12-29
* vismv for h264 displayed incorrect motion vectors.Loren Merritt2004-12-20
* better motion_subsample_log2 docsMichael Niedermayer2004-12-19
* fixes transcoding to vorbis with ffmpeg on big endian machines patch by (Sigb...Sigbjørn Skjæret2004-12-18
* add multi slice supportLoic Le Loarer2004-12-18
* fixes for PIC code on x86-64 patch by (Drew Hess <drew.hess gmail com>)Drew Hess2004-12-18
* quantizer overflow warning + AAN dct fixMichael Niedermayer2004-12-14