21501 Commits (1c3260939dc61e410d4eaa5ee4eb184f0830ae55)
 

Author SHA1 Message Date
Stefano Sabatini e768cb7668 Remove avfilter_make_format_list(), it has been replaced by 15 years ago
Baptiste Coudurier c3a58c4efc fix indentation 15 years ago
Stefano Sabatini f6a1fa850a Implement avfilter_make_format_list2(), which is going to replace 15 years ago
Stefano Sabatini f28b385d47 Make clear in the doxy that this is a *video* filter. 15 years ago
Stefano Sabatini f6112d7f86 Split the "Introduction" chapter in two chapters as suggested by 15 years ago
Carl Eugen Hoyos 94ec3aca56 Support FourCC mjpa as MJPEG. 15 years ago
Vitor Sessak 9dd08b4e1e Fix recursive avfilter_poll_frame(). It was doing 15 years ago
Loren Merritt b07781b6e4 fix linking on systems with a function name prefix (10l in r20287) 15 years ago
Loren Merritt 29e4edbbe7 sync yasm macros to x264 15 years ago
Baptiste Coudurier 807e4e81a8 mux all stream types except audio as one pes packet per avpacket, issue #1374 15 years ago
Charles Yates 10a693b568 fix sar for dvcpro hd, patch by Charles Yates, charles dot yates at gmail dot com 15 years ago
Loren Merritt e17ccf60fe huffyuv: add some const qualifiers 15 years ago
Baptiste Coudurier 7857d3ccf6 fix indentation and add braces 15 years ago
Baptiste Coudurier 45a49840f3 handle_packets takes number of packets as arg, avoid reading too much 15 years ago
Loren Merritt 2f77923d72 simd add_hfyu_left_prediction 15 years ago
Baptiste Coudurier 1303d62d84 Increase max resync size, fix demuxing of dvgrab-2009.03.28_19-07-22.m2t 15 years ago
Justin Ruggles f4d608e344 add CONFIG_LPC to the build system for lpc dsputil functions. fixes build 15 years ago
Måns Rullgård 4df254f1f1 WMAPRO: use some type punning in decode_coeffs() 15 years ago
Reynaldo H. Verdejo Pinochet f122ef36b1 Smarten mtv's probe a bit. Check for non zero 15 years ago
Reimar Döffinger a828d48cfc Replace seek test error return numbers by the corresponding E* strings. 15 years ago
Vitor Sessak a0228397af Replace big square-root table by a call to ff_sqrt(). Based on a patch 15 years ago
Aurelien Jacobs 8da1d52cc1 remove old and useless debug code 15 years ago
Anton Khirnov c4d438c265 Read metadata in WavPack files. 15 years ago
Onur Küçük 53bc53ae4e Fix typo that mistakenly slipped into previous commit: 15 years ago
Anton Khirnov 2bd0758efa matroskaenc: Add support for writing chapters. 15 years ago
Diego Biurrun 15674f12be cosmetics: Break overly long lines. 15 years ago
Stefano Sabatini 7b018b1d7d Add the null video filter. 15 years ago
Stefano Sabatini 930aa45132 Use 'enum PixelFormat *' rather than 'int *' as type for the 15 years ago
Stefano Sabatini c3b27a3d45 Add an entry for the avfilter_get_video_buffer() API change operated 15 years ago
Stefano Sabatini 0eb4ff9e37 Make avfilter_get_video_buffer() recursive. 15 years ago
Stefano Sabatini 1f09ab5e66 Add documentation for libavfilter video filters. 15 years ago
Kostya Shishkov 5d660598b0 Support more than 64 channels in RTMP input 15 years ago
Kostya Shishkov 8f648b74c3 Accept RTMP packets with one-byte header 15 years ago
Kostya Shishkov f836fa1706 Last parameter in RTMP "play" call was optional and some servers seem not to 15 years ago
Justin Ruggles 961057decd Remove unnecessary entries in ff_vorbiscomment_metadata_conv. VorbisComment 15 years ago
Justin Ruggles fde82ca7e4 Move autocorrelation function from flacenc.c to lpc.c. Also rename the 15 years ago
Vitor Sessak a4cb675124 Avoid segfault for empty input files 15 years ago
Michael Niedermayer c69b3e0dc1 Revert r20249, it seems the union trick works everywhere 15 years ago
Måns Rullgård cf671d0543 Remove extraneous const keyword 15 years ago
Luca Abeni 56e6f8309e Emit the SDP lines in the correct order 15 years ago
Jai Menon 215dab5fee alacenc : use private compression_level value consistently. 15 years ago
Alexander Strange f076fe4422 Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c(). 15 years ago
Alexander Strange 2d4bbdecee Huffyuv: Add missing const to src pointers in dsputil functions. 15 years ago
Alexander Strange 8471a1873d Huffyuv: Remove unnecessary allocation in alloc_temp(). 15 years ago
Alexander Strange 6ec8eadda4 Huffyuv: Fix a valgrind warning in get_vlc2(). 15 years ago
Jai Menon a0992374ee alacenc : Move some code around for clarity. 15 years ago
Ramiro Polla 52ae1e869b mlp: Indent. 15 years ago
Ramiro Polla 7fd8806924 mlp: Only initialize VLC tables once. This caused a crash when multiple 15 years ago
Reimar Döffinger 33815fa106 mlp: Use smaller CRC tables if CONFIG_SMALL. 15 years ago
Carl Eugen Hoyos 45fc24a005 Do not try to free memory that was never allocated (partial revert of r20231). 15 years ago