summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* simd add_hfyu_left_predictionLoren Merritt2009-10-18
* Increase max resync size, fix demuxing of dvgrab-2009.03.28_19-07-22.m2tBaptiste Coudurier2009-10-18
* add CONFIG_LPC to the build system for lpc dsputil functions. fixes buildJustin Ruggles2009-10-18
* WMAPRO: use some type punning in decode_coeffs()Måns Rullgård2009-10-18
* Smarten mtv's probe a bit. Check for non zeroReynaldo H. Verdejo Pinochet2009-10-18
* Replace seek test error return numbers by the corresponding E* strings.Reimar Döffinger2009-10-18
* Replace big square-root table by a call to ff_sqrt(). Based on a patchVitor Sessak2009-10-18
* remove old and useless debug codeAurelien Jacobs2009-10-18
* Read metadata in WavPack files.Anton Khirnov2009-10-18
* Fix typo that mistakenly slipped into previous commit:Onur Küçük2009-10-18
* matroskaenc: Add support for writing chapters.Anton Khirnov2009-10-18
* cosmetics: Break overly long lines.Diego Biurrun2009-10-18
* Add the null video filter.Stefano Sabatini2009-10-18
* Use 'enum PixelFormat *' rather than 'int *' as type for theStefano Sabatini2009-10-18
* Add an entry for the avfilter_get_video_buffer() API change operatedStefano Sabatini2009-10-18
* Make avfilter_get_video_buffer() recursive.Stefano Sabatini2009-10-18
* Add documentation for libavfilter video filters.Stefano Sabatini2009-10-18
* Support more than 64 channels in RTMP inputKostya Shishkov2009-10-18
* Accept RTMP packets with one-byte headerKostya Shishkov2009-10-18
* Last parameter in RTMP "play" call was optional and some servers seem not toKostya Shishkov2009-10-18
* Remove unnecessary entries in ff_vorbiscomment_metadata_conv. VorbisCommentJustin Ruggles2009-10-17
* Move autocorrelation function from flacenc.c to lpc.c. Also rename theJustin Ruggles2009-10-17
* Avoid segfault for empty input filesVitor Sessak2009-10-17
* Revert r20249, it seems the union trick works everywhereMichael Niedermayer2009-10-17
* Remove extraneous const keywordMåns Rullgård2009-10-17
* Emit the SDP lines in the correct orderLuca Abeni2009-10-17
* alacenc : use private compression_level value consistently.Jai Menon2009-10-17
* Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c().Alexander Strange2009-10-16
* Huffyuv: Add missing const to src pointers in dsputil functions.Alexander Strange2009-10-16
* Huffyuv: Remove unnecessary allocation in alloc_temp().Alexander Strange2009-10-16
* Huffyuv: Fix a valgrind warning in get_vlc2().Alexander Strange2009-10-16
* alacenc : Move some code around for clarity.Jai Menon2009-10-16
* mlp: Indent.Ramiro Polla2009-10-16
* mlp: Only initialize VLC tables once. This caused a crash when multipleRamiro Polla2009-10-16
* mlp: Use smaller CRC tables if CONFIG_SMALL.Reimar Döffinger2009-10-16
* Do not try to free memory that was never allocated (partial revert of r20231).Carl Eugen Hoyos2009-10-16
* Release unreleased buffers found by make test.Carl Eugen Hoyos2009-10-16
* Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos2009-10-16
* Very evil missuse of svn to test if AVOption and AVOption2 are compatible.Michael Niedermayer2009-10-16
* Add an experimental AVOption2 that uses an union instead of double for defaul...Michael Niedermayer2009-10-16
* Log a clearer warning message when muxing FLV with Speex containing more thanJustin Ruggles2009-10-16
* Split parts of dvdata.h into dvdata.c, this ensures that things likeReimar Döffinger2009-10-16
* Add Speex support to the FLV muxer.Justin Ruggles2009-10-16
* Add support for hardcoded ff_sin_* tables.Reimar Döffinger2009-10-15
* Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitionsReimar Döffinger2009-10-15
* Remove silly casts to the same type as we already have.Reimar Döffinger2009-10-15
* Add missing release_buffer at decode end for asv1 decoder.Reimar Döffinger2009-10-15
* Partially revert r20233, exp2f is not available on some BSDs, DOS and AVR32.Reimar Döffinger2009-10-15
* Raise MAX_THREADS to 16.Frank Barchard2009-10-15
* Skip padding bytes correctly in ID3 tags.Jai Menon2009-10-15