summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Add ASUS V1/V2 decoder codec long names.Stefano Sabatini2008-05-291-0/+2
* set avctx time_base in dv decoderBaptiste Coudurier2008-05-281-0/+1
* ILP64 fixMichael Niedermayer2008-05-281-1/+1
* Rename variableVitor Sessak2008-05-281-6/+6
* More intermediate vars removalVitor Sessak2008-05-281-3/+1
* Remove unused varVitor Sessak2008-05-281-1/+0
* Remove useless intermediate varVitor Sessak2008-05-281-3/+3
* Remove dec1() functionVitor Sessak2008-05-281-17/+12
* Use ff_acelp_weighted_vector_sum() instead of reimplementing itVitor Sessak2008-05-282-3/+4
* Make lpc coefficients 16 bit wideVitor Sessak2008-05-281-12/+17
* Simplify implementation and use of dec2()Vitor Sessak2008-05-281-14/+19
* Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays.Michael Niedermayer2008-05-281-0/+6
* set coded_frameMichael Niedermayer2008-05-282-1/+12
* cosmetics: spelling typo fixesDiego Biurrun2008-05-282-2/+2
* Fix return type of ff_init_me().Michael Niedermayer2008-05-282-2/+4
* minor simplificationMichael Niedermayer2008-05-281-4/+4
* redundantMichael Niedermayer2008-05-281-1/+2
* Check dia size a little more. Fixes CID80.Michael Niedermayer2008-05-271-0/+6
* Arrays where one element too small, fixes CID114.Michael Niedermayer2008-05-271-2/+2
* memleak / fixes CID118Michael Niedermayer2008-05-271-1/+1
* Do not read from prior the array, fix CID 127.Michael Niedermayer2008-05-271-5/+6
* Add commentVitor Sessak2008-05-271-1/+1
* Fix doxy commentsVitor Sessak2008-05-271-5/+5
* cosmetics: XviD is now called Xvid.Diego Biurrun2008-05-275-31/+31
* cosmetics: typo fixesDiego Biurrun2008-05-271-2/+2
* zero the upper frequencies of the correct coefficientsJustin Ruggles2008-05-271-1/+1
* consistency cosmetics: indices --> indexes in variable namesDiego Biurrun2008-05-263-24/+24
* Clarify avcodec_encode_audio() vs. PCM audio.Stefano Sabatini2008-05-261-0/+2
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-269-20/+20
* cosmetics: typoDiego Biurrun2008-05-261-1/+1
* cosmetics: Use C-style comments in #endif directives.Diego Biurrun2008-05-261-1/+1
* Rename var: add read coefficients a decent nameVitor Sessak2008-05-261-10/+11
* Update commentVitor Sessak2008-05-261-1/+4
* Rename var: val -> energyVitor Sessak2008-05-261-9/+9
* Rename var: swapbuf* are LPC relatedVitor Sessak2008-05-261-18/+18
* Rename var: buffer_2 is an adaptive codebookVitor Sessak2008-05-261-4/+4
* Context vars are not global vars. glob is a bad name for it.Vitor Sessak2008-05-261-24/+24
* Rename context struct to be more consistent with the rest of ffmpegVitor Sessak2008-05-261-5/+5
* Warn about packed B-frames. (especially useful if the file in question isMichael Niedermayer2008-05-261-0/+2
* indentMichael Niedermayer2008-05-261-4/+4
* allow av_parser_close(NULL)Michael Niedermayer2008-05-261-0/+2
* print direct_spatial_mv_predMichael Niedermayer2008-05-261-2/+3
* safer solution for setting audio parametersJustin Ruggles2008-05-251-8/+9
* Merge two if'sVitor Sessak2008-05-251-5/+3
* Use (u)int16_t instead of (unsigned) shortVitor Sessak2008-05-251-16/+16
* set audio parameters if frame header is ok, even if crc failsJustin Ruggles2008-05-251-3/+3
* cosmetics: indentJustin Ruggles2008-05-251-16/+16
* add error concealmentJustin Ruggles2008-05-251-8/+7
* Yet more cosmeticsVitor Sessak2008-05-251-2/+3
* More cosmeticsVitor Sessak2008-05-251-6/+9
OpenPOWER on IntegriCloud