aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix memleak, fixed CID123.Michael Niedermayer2008-05-271-6/+13
* Do not read from prior the array, fix CID 127.Michael Niedermayer2008-05-271-5/+6
* Do not use the pts/dts calculation code which needs a parser, when no parserMichael Niedermayer2008-05-271-1/+1
* Add commentVitor Sessak2008-05-271-1/+1
* Fix doxy commentsVitor Sessak2008-05-271-5/+5
* Add Intel IWMMXT2 link, patch by Dmitry Antipov, dmantipov yandex ru.Dmitry Antipov2008-05-271-0/+2
* Call x264 and Xvid libx264 and libxvid in the configure output for consistency.Diego Biurrun2008-05-271-2/+2
* cosmetics: XviD is now called Xvid.Diego Biurrun2008-05-277-35/+35
* cosmetics: typo fixesDiego Biurrun2008-05-271-2/+2
* Update documentation of show_version() to account for latest changes.Stefano Sabatini2008-05-271-1/+0
* use AVFifoBufferBaptiste Coudurier2008-05-272-11/+10
* cosmeticsBaptiste Coudurier2008-05-271-9/+3
* merge init and declarationBaptiste Coudurier2008-05-271-3/+1
* simplify and use version insteadBaptiste Coudurier2008-05-271-9/+10
* simplifyBaptiste Coudurier2008-05-271-4/+1
* simplifyBaptiste Coudurier2008-05-271-5/+1
* cosmetics, remove useless cases and bracesBaptiste Coudurier2008-05-271-16/+8
* use av_fifo_generic_write, old func is deprecatedBaptiste Coudurier2008-05-272-2/+2
* remove const qualifier, removes warning:Baptiste Coudurier2008-05-271-1/+1
* Do not remove gmon.out on clean, we never create it.Diego Biurrun2008-05-271-2/+1
* zero the upper frequencies of the correct coefficientsJustin Ruggles2008-05-271-1/+1
* Remove TAGS target cruft.Diego Biurrun2008-05-271-2/+2
* Simplify phony target declaration.Diego Biurrun2008-05-271-3/+1
* Rename test-server target to servertest for consistency with other test targets.Diego Biurrun2008-05-271-3/+3
* typoBaptiste Coudurier2008-05-261-1/+1
* register myself as ffm maintainerBaptiste Coudurier2008-05-261-0/+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-2615-26/+26
* cosmetics: typoDiego Biurrun2008-05-261-1/+1
* cosmetics: Use C-style comments in #endif directives.Diego Biurrun2008-05-261-1/+1
* small consistency fixes for the ffplay manualStefano Sabatini2008-05-261-27/+27
* small consistency fixes for the ffserver manualStefano Sabatini2008-05-261-2/+2
* aac and h264 in flv demuxingBaptiste Coudurier2008-05-261-0/+32
* aac and h264 in flv muxingBaptiste Coudurier2008-05-261-4/+63
* aac chan config is 0 if bitstream contains program_config_elementBaptiste Coudurier2008-05-261-1/+1
* Support non interleaved avi with phantom streams.Michael Niedermayer2008-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
* update regression ref due to r13412Baptiste Coudurier2008-05-261-1/+1
* Revert "Add version information to DLLs."Måns Rullgård2008-05-263-80/+3
* replace printf by av_logBaptiste Coudurier2008-05-261-3/+3
* use av_hex_dump_logBaptiste Coudurier2008-05-261-6/+1
* use dprintfBaptiste Coudurier2008-05-261-3/+1