summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* Add comment on #endif about condition that triggers it.Ramiro Polla2009-10-21
| | | | Originally committed as revision 20337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Seek function for TMVDaniel Verkamp2009-10-20
| | | | Originally committed as revision 20336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parenthesize correctly in TMV probeDaniel Verkamp2009-10-20
| | | | Originally committed as revision 20335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print "NOPTS" when AV_NOPTS_VALUE is encountered during seek regression tests.Reimar Döffinger2009-10-20
| | | | | | | | This makes the output nicely aligned even in for those cases, and might also avoid some issues with printf implementations that can not handle well very large float values (e.g. msvcrt without MinGW wrapper IIRC). Originally committed as revision 20334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve sofdec dectection to avoid false positives for MP2.tralph11@yahoo.com2009-10-20
| | | | | | Patch by tralph11, tralph11 yahoo Originally committed as revision 20333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sin_tables.c is a generated file, so add it to CLEANFILESReimar Döffinger2009-10-20
| | | | Originally committed as revision 20332 to svn://svn.ffmpeg.org/ffmpeg/trunk