summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update documentation of show_version() to account for latest changes.Stefano Sabatini2008-05-27
* use AVFifoBufferBaptiste Coudurier2008-05-27
* cosmeticsBaptiste Coudurier2008-05-27
* merge init and declarationBaptiste Coudurier2008-05-27
* simplify and use version insteadBaptiste Coudurier2008-05-27
* simplifyBaptiste Coudurier2008-05-27
* simplifyBaptiste Coudurier2008-05-27
* cosmetics, remove useless cases and bracesBaptiste Coudurier2008-05-27
* use av_fifo_generic_write, old func is deprecatedBaptiste Coudurier2008-05-27
* remove const qualifier, removes warning:Baptiste Coudurier2008-05-27
* Do not remove gmon.out on clean, we never create it.Diego Biurrun2008-05-27
* zero the upper frequencies of the correct coefficientsJustin Ruggles2008-05-27
* Remove TAGS target cruft.Diego Biurrun2008-05-27
* Simplify phony target declaration.Diego Biurrun2008-05-27
* Rename test-server target to servertest for consistency with other test targets.Diego Biurrun2008-05-27
* typoBaptiste Coudurier2008-05-26
* register myself as ffm maintainerBaptiste Coudurier2008-05-26
* consistency cosmetics: indices --> indexes in variable namesDiego Biurrun2008-05-26
* Clarify avcodec_encode_audio() vs. PCM audio.Stefano Sabatini2008-05-26
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-26
* cosmetics: typoDiego Biurrun2008-05-26
* cosmetics: Use C-style comments in #endif directives.Diego Biurrun2008-05-26
* small consistency fixes for the ffplay manualStefano Sabatini2008-05-26
* small consistency fixes for the ffserver manualStefano Sabatini2008-05-26
* aac and h264 in flv demuxingBaptiste Coudurier2008-05-26
* aac and h264 in flv muxingBaptiste Coudurier2008-05-26
* aac chan config is 0 if bitstream contains program_config_elementBaptiste Coudurier2008-05-26
* Support non interleaved avi with phantom streams.Michael Niedermayer2008-05-26
* Rename var: add read coefficients a decent nameVitor Sessak2008-05-26
* Update commentVitor Sessak2008-05-26
* Rename var: val -> energyVitor Sessak2008-05-26
* Rename var: swapbuf* are LPC relatedVitor Sessak2008-05-26
* Rename var: buffer_2 is an adaptive codebookVitor Sessak2008-05-26
* Context vars are not global vars. glob is a bad name for it.Vitor Sessak2008-05-26
* Rename context struct to be more consistent with the rest of ffmpegVitor Sessak2008-05-26
* Warn about packed B-frames. (especially useful if the file in question isMichael Niedermayer2008-05-26
* update regression ref due to r13412Baptiste Coudurier2008-05-26
* Revert "Add version information to DLLs."Måns Rullgård2008-05-26
* replace printf by av_logBaptiste Coudurier2008-05-26
* use av_hex_dump_logBaptiste Coudurier2008-05-26
* use dprintfBaptiste Coudurier2008-05-26
* cosmetics, add demuxer wordBaptiste Coudurier2008-05-26
* cosmetics, remove useless dotBaptiste Coudurier2008-05-26
* return error if frame_offset is negative, prevent segfaultBaptiste Coudurier2008-05-26
* return error if len is negative, prevent segfaultBaptiste Coudurier2008-05-26
* move ffserver specific functions up and only include unistd.h in this caseBaptiste Coudurier2008-05-26
* move ffm_seek1 before get_pts function since func uses itBaptiste Coudurier2008-05-26
* move DEBUG_SEEK definition before get_pts since func uses itBaptiste Coudurier2008-05-26
* move get_pts function to avoid useless declarationBaptiste Coudurier2008-05-26
* remove unneeded includeBaptiste Coudurier2008-05-26