summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Introduce first_avfilter and use that, together with AVFilter.next,Stefano Sabatini2009-10-27
| | | | | | | | | for registering and finding filters, rather than use the struct AVFilterList, which is removed. Simplify the filter registration management code. Originally committed as revision 20387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the AVFilter.next addition.Stefano Sabatini2009-10-27
| | | | Originally committed as revision 20386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a field 'next' to AVFilter.Stefano Sabatini2009-10-27
| | | | | | | Simplify the registration and iteration of all the registered filters, consistent with what is done with formats / codecs. Originally committed as revision 20385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split codec-regression.sh again and create a lavfi-regression.sh forStefano Sabatini2009-10-27
| | | | | | running the libavfilter tests. Originally committed as revision 20384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add 2vuy fourcc to riff.c , fixes samples/V-codecs/2vuy.aviBen Littler2009-10-27
| | | | Originally committed as revision 20383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move PNM init/end functions to the PNM common code.Diego Biurrun2009-10-27
| | | | | | This is done in preparation for the PNM encoder/decoder split. Originally committed as revision 20382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-10-27
| | | | Originally committed as revision 20381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove crufty leftovers from the era when this file resided within libavformat.Diego Biurrun2009-10-27
| | | | Originally committed as revision 20380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some raw codec fourccs, fixes:Ben Littler2009-10-27
| | | | | | | | | | | | samples/V-codecs/ P422.AVI UYNV.AVI UYNY.AVI V422.AVI YUNV.AVI Originally committed as revision 20379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix indentation.Benoit Fouet2009-10-27
| | | | Originally committed as revision 20378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only memset for palettes of 16 elements.Benoit Fouet2009-10-27
| | | | Originally committed as revision 20377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify responsibility for freeing a buffer when using vdpau.Carl Eugen Hoyos2009-10-27
| | | | Originally committed as revision 20376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add descriptions for the committed filters.Stefano Sabatini2009-10-27
| | | | Originally committed as revision 20375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a PIX_FMT_HWACCEL flag to the AVPixFmtDescriptor.flags.Stefano Sabatini2009-10-26
| | | | | | | It is used to mark the pixel format used for hardware acceleration support. Originally committed as revision 20374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid "-z text" diversion on SunOS x86, needed to make FATE happy.Michael Kostylev2009-10-26
| | | | | | patch by Michael Kostylev, michael.kostylev gmail com Originally committed as revision 20373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make dprintf_link() show the name of the link pixel format.Stefano Sabatini2009-10-25
| | | | Originally committed as revision 20372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/movdqa/movaps/ in sse1 fft. (regression in r20293)Loren Merritt2009-10-25
| | | | Originally committed as revision 20371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtsp_close_streams frees the auth_b64 line alreadyLuca Barbato2009-10-25
| | | | Originally committed as revision 20370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support 3xx redirection in rtspLuca Barbato2009-10-25
| | | | | | | | | All the error codes 3xx got managed the same way. After setup/early play redirection will not be managed REDIRECT method is yet to be supported (if somebody knows a server implementing it please contact me) Originally committed as revision 20369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compute codec bitrate in mov demuxer, patch by haim alon, haim dot alter at ↵haim alon2009-10-24
| | | | | | gmail dot com Originally committed as revision 20368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support amdfam10 for --cpu, also avoids a warning about unknown cpu ifReimar Döffinger2009-10-24
| | | | | | --cpu=host is used on AMD Phenom and newer at least. Originally committed as revision 20367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump micro version after the FRWU decoder inclusionVitor Sessak2009-10-24
| | | | Originally committed as revision 20366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split codec-regression.sh, and create the lavf-regression.sh script.Stefano Sabatini2009-10-24
| | | | Originally committed as revision 20365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Just remove params understood by the demuxerLuca Barbato2009-10-24
| | | | | | This should unbreak certain urls. Originally committed as revision 20364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Suppress ?params in the rtsp uriLuca Barbato2009-10-24
| | | | | | | | | | | Right now rtsp demuxer receives it's ffmpeg specific params encoded in the url That made the server receiving requests with the url ending with "?udp", "?multicast" and "?tcp". That may or may not cause problems to servers with overly strict or overly simple uri parsers Patch from Armand Bendanan (name.surnameATfreeDOTfr) Originally committed as revision 20363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use sdp c= line if the rtsp Transport line doesn't have a destinationLuca Barbato2009-10-24
| | | | | | | | Transport:destination in rtsp is optional, c= line in sdp is compulsory Patch from Armand Bendanan (name.surnameATfreeDOTfr) Originally committed as revision 20362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove ancient redir demuxer.Diego Biurrun2009-10-24
| | | | | | HTTP supports redirection just fine without it. Originally committed as revision 20361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix codectestMåns Rullgård2009-10-24
| | | | Originally committed as revision 20360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split codec-regression.sh, put all the code which can be shared byStefano Sabatini2009-10-23
| | | | | | other regression test scripts in the regression-funcs.sh file. Originally committed as revision 20359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Compile LPC code when CONFIG_LPC is set.Diego Biurrun2009-10-23
| | | | | | | The codec dependencies on LPC are already described in configure, so there is no need to duplicate this in the Makefile. Originally committed as revision 20358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update the entry for the AVFilter.description field addition.Stefano Sabatini2009-10-22
| | | | Originally committed as revision 20357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the description field of the filter from AVFilterContext toStefano Sabatini2009-10-22
| | | | | | | AVFilter, where it should have had defined the first time. +10L. Originally committed as revision 20356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the AVFilterContext.description addition.Stefano Sabatini2009-10-22
| | | | Originally committed as revision 20355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a description field to AVFilterContext.Stefano Sabatini2009-10-22
| | | | Originally committed as revision 20354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Refer again to the "width" and "height" crop parameter namesStefano Sabatini2009-10-22
| | | | | | which were previously mentioned, rather than to "w" and "h". Originally committed as revision 20353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add video vertical flip filter.Stefano Sabatini2009-10-22
| | | | Originally committed as revision 20352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Refer to the "width" and "height" crop parameter names which wereStefano Sabatini2009-10-22
| | | | | | previously mentioned, rather than to "w" and "h". Originally committed as revision 20351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add clang to detected compilersDavid Conrad2009-10-22
| | | | Originally committed as revision 20350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build extradata in adpcm_ms encoder.Daniel Verkamp2009-10-22
| | | | | | This fixes issue #1244. Originally committed as revision 20349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis.Michael Niedermayer2009-10-22
| | | | | | Untested, i do not have a sample. Originally committed as revision 20348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support non interleaved avi files that have 0<size<sample_size.Michael Niedermayer2009-10-22
| | | | | | | (No i do not have a sample its thus also untested) The new code is also simpler. Originally committed as revision 20347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixes detection and error reporting of non-existing files in img2.c.Samuli Valo2009-10-22
| | | | | | Patch by Samuli Valo: name surname picturall com Originally committed as revision 20346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Indicate that AdaptCoeff1 and 2 are functions of the actual coefficients.Daniel Verkamp2009-10-22
| | | | Originally committed as revision 20345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sort video filter descriptions by name.Stefano Sabatini2009-10-21
| | | | Originally committed as revision 20344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the pix_fmts var in query_formats() static const.Stefano Sabatini2009-10-21
| | | | Originally committed as revision 20343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add video crop filter.Stefano Sabatini2009-10-21
| | | | Originally committed as revision 20342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of theStefano Sabatini2009-10-21
| | | | | | | argument of avfilter_make_format_list(), as the argument represents a list of elements. Originally committed as revision 20341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avfilter_make_format_list() take in input a const argument.Stefano Sabatini2009-10-21
| | | | Originally committed as revision 20340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the spelling for the project name, from "ffmpeg" to "FFmpeg".Stefano Sabatini2009-10-21
| | | | Originally committed as revision 20339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename vfilters.texi to libavfilter.texi, as the file is meant toStefano Sabatini2009-10-21
| | | | | | document libavfilter and not only its video filtering facilities. Originally committed as revision 20338 to svn://svn.ffmpeg.org/ffmpeg/trunk