summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* indentMichael Niedermayer2008-07-19
* simplifyMichael Niedermayer2008-07-19
* cosmetic: use hex value instead of decimal to show relation to 0x7FFFFFJustin Ruggles2008-07-19
* Remove delayed_output_pic, I do not understand what this variable was good for.Michael Niedermayer2008-07-19
* Drop out of order pics even if bitstream_restriction_flag is set.Michael Niedermayer2008-07-19
* Set avctx->coded_frame in RoQ encoder. At some point inVitor Sessak2008-07-19
* Make the ugly hack which uses an unused entry in the internal bufferMichael Niedermayer2008-07-19
* minor simplification of qdm2_decode_fft_packets()Michael Niedermayer2008-07-18
* Make frames non reference by default, so they are disposed of automaticallyMichael Niedermayer2008-07-18
* Support reading large metadata.Michael Niedermayer2008-07-18
* Make bitstream_* fields unsigned.Michael Niedermayer2008-07-18
* Only realloc() bitstream buffer when the needed size increased,Michael Niedermayer2008-07-18
* If metadata has been parsed goto end instead of trying toMichael Niedermayer2008-07-18
* Fix a mem leak in vc1_decode_frame().Erik Hovland2008-07-18
* Simplify: do not overuse pointer aritmeticVitor Sessak2008-07-17
* Declare parameters of pred() that could be const as suchVitor Sessak2008-07-17
* Another simplificationVitor Sessak2008-07-17
* SimplifyVitor Sessak2008-07-17
* SimplifyVitor Sessak2008-07-17
* Declare function parameters as constVitor Sessak2008-07-17
* 100l, someone used FLT_MIN where -FLT_MAX was meant at a few places in theMichael Niedermayer2008-07-17
* Free in avcodec_close() avctx->rc_eq. Fix a memory leak.Stefano Sabatini2008-07-16
* 10000l, revertMichael Niedermayer2008-07-16
* indentMichael Niedermayer2008-07-16
* SVQ3 uses the JPEG variant of YUV 4:2:0.Michael Niedermayer2008-07-16
* The funny memcpyin svq3 generally has src & dst overlapping, so itMichael Niedermayer2008-07-16
* Print slice num as well.Michael Niedermayer2008-07-16
* float_to_int16_interleave: change src to an array of pointers instead of assu...Loren Merritt2008-07-16
* vorbis: reduce memory by reusing buffersLoren Merritt2008-07-15
* unroll another common case in vorbis_residue_decodeLoren Merritt2008-07-15
* Move the size of the H264Context delayed_pic array into a #define.Alexander Strange2008-07-15
* ARM: optimised MAC64 and MLS64Måns Rullgård2008-07-15
* ARM: optimised MUL64Måns Rullgård2008-07-15
* ARM: ARMv6 optimised MULHMåns Rullgård2008-07-15
* Remove dead code in bitstream.hMåns Rullgård2008-07-15
* 10l, float_to_int16_interleave_sse/3dnow wrote the wrong samplesLoren Merritt2008-07-15
* H264: fix index range assert() in remove_short_at_index()Måns Rullgård2008-07-14
* Fix infinite loop at EOF.Michael Niedermayer2008-07-14
* Revert r14218. FFMAX is a macro, soVitor Sessak2008-07-14
* Fix decoding of 320x240.ogg.Michael Niedermayer2008-07-13
* Make our flac decoder decode all the data at EOF.Michael Niedermayer2008-07-13
* strdup() the default value for rc_eq in AVCodec when setting it inStefano Sabatini2008-07-13
* Fix the logic to access the location of a string to free when settingStefano Sabatini2008-07-13
* SimplifyVitor Sessak2008-07-13
* Another av_clipf() usageVitor Sessak2008-07-13
* Do not declare as double a var that only stores a floatVitor Sessak2008-07-13
* Simplify: use FFMAXVitor Sessak2008-07-13
* check that csize in ff_lzw_decode_init is < LZW_MAXBITS, <= is not enough andReimar Döffinger2008-07-13
* Add av_clipf() function to common.h and use it in ra288.cVitor Sessak2008-07-13
* dvdsubdec: allow compilation with -DDEBUGMåns Rullgård2008-07-13