summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* If missing, calculate width or height from bpp andReynaldo H. Verdejo Pinochet2009-10-18
* Add an entry for the avfilter_make_format_list() interface change.Stefano Sabatini2009-10-18
* Rename avfilter_make_format_list2() to avfilter_make_format_list().Stefano Sabatini2009-10-18
* Remove avfilter_make_format_list(), it has been replaced byStefano Sabatini2009-10-18
* fix indentationBaptiste Coudurier2009-10-18
* Implement avfilter_make_format_list2(), which is going to replaceStefano Sabatini2009-10-18
* Make clear in the doxy that this is a *video* filter.Stefano Sabatini2009-10-18
* Split the "Introduction" chapter in two chapters as suggested byStefano Sabatini2009-10-18
* Support FourCC mjpa as MJPEG.Carl Eugen Hoyos2009-10-18
* Fix recursive avfilter_poll_frame(). It was doingVitor Sessak2009-10-18
* fix linking on systems with a function name prefix (10l in r20287)Loren Merritt2009-10-18
* sync yasm macros to x264Loren Merritt2009-10-18
* mux all stream types except audio as one pes packet per avpacket, issue #1374Baptiste Coudurier2009-10-18
* fix sar for dvcpro hd, patch by Charles Yates, charles dot yates at gmail dot...Charles Yates2009-10-18
* huffyuv: add some const qualifiersLoren Merritt2009-10-18
* fix indentation and add bracesBaptiste Coudurier2009-10-18
* handle_packets takes number of packets as arg, avoid reading too muchBaptiste Coudurier2009-10-18
* 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