summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* check stream index validity in av_program_add_stream_indexBaptiste Coudurier2009-10-19
| | | | Originally committed as revision 20319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* request mp3 frame_size to be set in has_codec_parameters, fix issue #1314Baptiste Coudurier2009-10-19
| | | | Originally committed as revision 20318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add additional long names for the Flash Video decoder and encoder.Stefano Sabatini2009-10-19
| | | | Originally committed as revision 20317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add additional long names for the Sorenson Vector Quantizer 3 decoder.Stefano Sabatini2009-10-19
| | | | Originally committed as revision 20316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add additional long names for the Sorenson Vector Quantizer 1 decoderStefano Sabatini2009-10-19
| | | | | | and encoder. Originally committed as revision 20315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so makeReimar Döffinger2009-10-19
| | | | | | | them use the same variable/global storage. Saves 4 kB in .bss. Originally committed as revision 20314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmetics: prettyprinting, K&R styleDiego Biurrun2009-10-19
| | | | Originally committed as revision 20313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flip (M)JPEG frames encoded by Intel JPEG library.Carl Eugen Hoyos2009-10-19
| | | | | | Fixes issues 1464 and 1468. Originally committed as revision 20312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove pointless parentheses.Diego Biurrun2009-10-19
| | | | Originally committed as revision 20311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove pointless parentheses from return statement.Diego Biurrun2009-10-19
| | | | Originally committed as revision 20310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Align the seek regression test output for better readability.Reimar Döffinger2009-10-19
| | | | Originally committed as revision 20309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update libx264.c for x264 API changeJason Garrett-Glaser2009-10-19
| | | | | | Change behavior of b-pyramid option. Originally committed as revision 20308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindent after commitBaptiste Coudurier2009-10-19
| | | | Originally committed as revision 20307 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In dump_format, print streams not associated with any program.Baptiste Coudurier2009-10-19
| | | | | | Fixes issue #1366. Originally committed as revision 20306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wrong comparison in r20304Reynaldo H. Verdejo Pinochet2009-10-19
| | | | Originally committed as revision 20305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* If missing, calculate width or height from bpp andReynaldo H. Verdejo Pinochet2009-10-18
| | | | | | image size lowering the probe score too. Originally committed as revision 20304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the avfilter_make_format_list() interface change.Stefano Sabatini2009-10-18
| | | | Originally committed as revision 20303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename avfilter_make_format_list2() to avfilter_make_format_list().Stefano Sabatini2009-10-18
| | | | Originally committed as revision 20302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove avfilter_make_format_list(), it has been replaced byStefano Sabatini2009-10-18
| | | | | | avfilter_make_format_list2(). Originally committed as revision 20301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentationBaptiste Coudurier2009-10-18
| | | | Originally committed as revision 20300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement avfilter_make_format_list2(), which is going to replaceStefano Sabatini2009-10-18
| | | | | | | | | avfilter_make_format_list(). See the thread: "[PATCH] Implement avfilter_make_format_list2(enum PixelFormat pix_fmt, ...)". Originally committed as revision 20299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make clear in the doxy that this is a *video* filter.Stefano Sabatini2009-10-18
| | | | Originally committed as revision 20298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split the "Introduction" chapter in two chapters as suggested byStefano Sabatini2009-10-18
| | | | | | Diego. Originally committed as revision 20297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support FourCC mjpa as MJPEG.Carl Eugen Hoyos2009-10-18
| | | | | | Fixes issue 1492. Originally committed as revision 20296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix recursive avfilter_poll_frame(). It was doingVitor Sessak2009-10-18
| | | | | | | | min = FFMIN(min, avfilter_poll_frame(link->src->inputs[i])) which, since FFMIN is a macro, was calling itself twice for every input, causing an exponential cost in time. Originally committed as revision 20295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix linking on systems with a function name prefix (10l in r20287)Loren Merritt2009-10-18
| | | | Originally committed as revision 20294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sync yasm macros to x264Loren Merritt2009-10-18
| | | | Originally committed as revision 20293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mux all stream types except audio as one pes packet per avpacket, issue #1374Baptiste Coudurier2009-10-18
| | | | Originally committed as revision 20292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix sar for dvcpro hd, patch by Charles Yates, charles dot yates at gmail ↵Charles Yates2009-10-18
| | | | | | dot com Originally committed as revision 20291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* huffyuv: add some const qualifiersLoren Merritt2009-10-18
| | | | Originally committed as revision 20290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentation and add bracesBaptiste Coudurier2009-10-18
| | | | Originally committed as revision 20289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* handle_packets takes number of packets as arg, avoid reading too muchBaptiste Coudurier2009-10-18
| | | | Originally committed as revision 20288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simd add_hfyu_left_predictionLoren Merritt2009-10-18
| | | | | | | 2.2x faster than C on conroe, 3.6x on penryn. 4-6% faster huffyuv decoding if using left or plane mode and yuv Originally committed as revision 20287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase max resync size, fix demuxing of dvgrab-2009.03.28_19-07-22.m2tBaptiste Coudurier2009-10-18
| | | | | | | Print error when max resync size is reached and return EAGAIN instead of INVALIDDATA, so user can retry if wanted. Originally committed as revision 20286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add CONFIG_LPC to the build system for lpc dsputil functions. fixes buildJustin Ruggles2009-10-18
| | | | | | problems when lpc.c is not compiled. Originally committed as revision 20285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WMAPRO: use some type punning in decode_coeffs()Måns Rullgård2009-10-18
| | | | Originally committed as revision 20284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Smarten mtv's probe a bit. Check for non zeroReynaldo H. Verdejo Pinochet2009-10-18
| | | | | | | | | on bpp and width|height header fields. This change is among the ones suggested by Vitor Sessak in his '[FFmpeg-devel] [PATCH] Improve MTV probe' thread. Originally committed as revision 20283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace seek test error return numbers by the corresponding E* strings.Reimar Döffinger2009-10-18
| | | | | | | | Hopefully this fixes regression tests on DOS. It breaks alignment of the output a bit more, but this should be easy to fix with a second patch. Originally committed as revision 20282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace big square-root table by a call to ff_sqrt(). Based on a patchVitor Sessak2009-10-18
| | | | | | by Reimar Döffinger. Originally committed as revision 20281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove old and useless debug codeAurelien Jacobs2009-10-18
| | | | | | | It uses the old, deprecated metadata API and prints exactly the same thing as what ffmpeg/ffplay does. Originally committed as revision 20280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Read metadata in WavPack files.Anton Khirnov2009-10-18
| | | | | | Patch by Anton Khirnov (acronym("What You Should Know About Something"), gmail) Originally committed as revision 20279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo that mistakenly slipped into previous commit:Onur Küçük2009-10-18
| | | | | | | CONFIG_MPEG_XVMC_DECODER was changed to CONFIG_MPEGVIDEO_XVMC_DECODER. patch by Onur Küçük, onur delipenguen net Originally committed as revision 20278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskaenc: Add support for writing chapters.Anton Khirnov2009-10-18
| | | | | | patch by Anton Khirnov wyskas _at_ gmail _dot_ com Originally committed as revision 20277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Break overly long lines.Diego Biurrun2009-10-18
| | | | Originally committed as revision 20276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the null video filter.Stefano Sabatini2009-10-18
| | | | Originally committed as revision 20275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use 'enum PixelFormat *' rather than 'int *' as type for theStefano Sabatini2009-10-18
| | | | | | | AVFilterFormats.formats field. Cleaner / safer. Originally committed as revision 20274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the avfilter_get_video_buffer() API change operatedStefano Sabatini2009-10-18
| | | | | | in r20272. Originally committed as revision 20273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avfilter_get_video_buffer() recursive.Stefano Sabatini2009-10-18
| | | | | | | | | | | | | | | | | | | When called on a link with a filter whose destination pad has not a get_video_buffer callback defined, it will call avfilter_get_video_buffer() on the first output link of the destination filer, rather than use avfilter_default_get_buffer(), so the video buffer can be allocated forward in the filterchain. Also add the w and h parameters to avfilter_get_video_buffer(), as the minimum width and height requested by each filter in the filterchain may change, this allows for example a memcpy-less pad filter. This change breaks API / ABI backward compatibility. See the thread: "[PATCH] Implement recusive avfilter_get_video_buffer()". Originally committed as revision 20272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add documentation for libavfilter video filters.Stefano Sabatini2009-10-18
| | | | Originally committed as revision 20271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support more than 64 channels in RTMP inputKostya Shishkov2009-10-18
| | | | Originally committed as revision 20270 to svn://svn.ffmpeg.org/ffmpeg/trunk