summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Reduce stack memory allocation in MP3 decoderVitor Sessak2009-11-04
| | | | Originally committed as revision 20451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement ff_scale_vector_to_given_sum_of_squares()Reynaldo H. Verdejo Pinochet2009-11-04
| | | | | | | to aid generic gain control routines. Changes for qcelp are included. Patch Collin McQuillan. Originally committed as revision 20450 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits.Reimar Döffinger2009-11-04
| | | | | | | While this "wastes" up to 2x32 bytes it makes the code slightly simpler and less confusing. Originally committed as revision 20449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't lock the channel output configuration based on the first value seen forAlex Converse2009-11-03
| | | | | | | non extradata formats. Instead lock it only after the successful decoding of a frame. This fixes issue 999. Originally committed as revision 20448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Vertical align.Stefano Sabatini2009-11-03
| | | | Originally committed as revision 20447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use spaces after commas for improving readability.Stefano Sabatini2009-11-03
| | | | Originally committed as revision 20446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add slicify video filter.Stefano Sabatini2009-11-03
| | | | Originally committed as revision 20445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avfilter_get_video_buffer() useStefano Sabatini2009-11-03
| | | | | | | | | | | | | | | avfilter_default_get_video_buffer() if the get_video_buffer() callback is not defined in a filter. Libavfilter filters author have to explicitely define the get_video_buffer() callback if they want the buffer to be requested to the filter following in the filterchain. See the thread: "[FFmpeg-devel] [PATCH] Make avfilter_get_video_buffer() use default_get_video_buffer if callback not defined". Originally committed as revision 20444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explicitely define get_video_buffer() callbacks in the format,Stefano Sabatini2009-11-03
| | | | | | noformat and null filters. Originally committed as revision 20443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change file doxy fromStefano Sabatini2009-11-03
| | | | | | | | "video format and noformat filters" to "format and noformat video filters", as suggested by Diego. Originally committed as revision 20442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix/clarify description of the noformat filter.Stefano Sabatini2009-11-03
| | | | Originally committed as revision 20441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix grammar / clarify documentation for the format and noformatStefano Sabatini2009-11-03
| | | | | | filters. Originally committed as revision 20440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.movAndrew Wason2009-11-03
| | | | | | patch by Andrew Wason Originally committed as revision 20439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify AC-3 critical band end calculation (correctly this time).Justin Ruggles2009-11-03
| | | | Originally committed as revision 20438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r20050, which caused decoding errors with at least one valid AC-3 file.Justin Ruggles2009-11-03
| | | | Originally committed as revision 20437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Indent.Ramiro Polla2009-11-02
| | | | Originally committed as revision 20436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -fpre option to take a preset file as parameter. The -[avs]pre options noRamiro Polla2009-11-02
| | | | | | longer accept filenames, and -fpre should be used instead. Originally committed as revision 20435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add PIX_FMT_PAL flag to BGR8, BGR4_BYTE, RGB8, and RGB4_BYTE formats.Stefano Sabatini2009-11-02
| | | | Originally committed as revision 20434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid huge array for rgb ljpeg on the stack.Michael Niedermayer2009-11-02
| | | | | | Code tested with an ljpeg i had laying around. Originally committed as revision 20433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* map VYUY fourcc to rawcodecBen Littler2009-11-02
| | | | | | fixes http://samples.mplayerhq.hu/V-codecs/ATI-VCR12/ATI/y422test.avi Originally committed as revision 20432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: fix 64-bit test with clangMåns Rullgård2009-11-01
| | | | Originally committed as revision 20431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set sample format in flac_decode_init() rather than inJustin Ruggles2009-11-01
| | | | | | | ff_flac_parse_streaminfo() since the latter is shared with the raw FLAC demuxer, which should not be setting the sample format. Originally committed as revision 20430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set the sample format for Smacker audio in the decoder rather than in theJustin Ruggles2009-11-01
| | | | | | demuxer. Originally committed as revision 20429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: remove extra backslashes from suncc DEPEND_CMDMichael Kostylev2009-10-31
| | | | | | Patch by Michael Kostylev <michael kostylev gmail> Originally committed as revision 20428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: use here-doc for --help outputMåns Rullgård2009-10-31
| | | | Originally committed as revision 20427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: use here-docs instead of echo for writing config.{h,mak}Måns Rullgård2009-10-31
| | | | Originally committed as revision 20426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: simplify setting of SDL flags in config.makMåns Rullgård2009-10-31
| | | | Originally committed as revision 20425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow disabling doc generation with --disable-docMåns Rullgård2009-10-31
| | | | Originally committed as revision 20424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: simplify STRIP setting in config.makMåns Rullgård2009-10-31
| | | | Originally committed as revision 20423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Makefile cosmeticsMåns Rullgård2009-10-31
| | | | Originally committed as revision 20422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement AMR gain function that is used by both AMR and SIPR.Vitor Sessak2009-10-31
| | | | | | Based on AMR SoC code by Robert Swain and Colin McQuillan. Originally committed as revision 20421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print packet duration when debugging timestampsBaptiste Coudurier2009-10-30
| | | | Originally committed as revision 20420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document slice ordering assumption done by sws_scale().Stefano Sabatini2009-10-30
| | | | Originally committed as revision 29804 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove the get_video_buffer() callback.Stefano Sabatini2009-10-30
| | | | | | | That was never required since avfilter_get_video_buffer() already calls itself on the next link if get_video_buffer is not defined. Originally committed as revision 20419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document that using "make -r" might be faster than plain "make" in Windows.Ramiro Polla2009-10-30
| | | | Originally committed as revision 20418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Issue an error when forced format cannot be honored.Etienne Buira2009-10-30
| | | | | | Patch by Etienne Buira $name $surname lists chez free.fr Originally committed as revision 20417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change whitespace placement a little to improve readabiliy slightly.Michael Niedermayer2009-10-29
| | | | | | | | Thats not an attempt to emulate indent -kr behavior down to the finest fineprint, first it would not be worth the work, second it would be less readable, third it would not be K&R but indent -kr then. Originally committed as revision 20416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Multiple inclusion guards for synth_filter.h.Michael Niedermayer2009-10-29
| | | | Originally committed as revision 20415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support demuxing teletext in DVB streams.Francesco Lavra2009-10-29
| | | | | | Original patch by Francesco Lavra, francescolavra interfree it Originally committed as revision 20414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Vertically align function arguments.Michael Niedermayer2009-10-29
| | | | Originally committed as revision 20413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add generic rules for building helpers with HOSTCCMåns Rullgård2009-10-29
| | | | Originally committed as revision 20412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vorbis_dec: factor out duplicated code for index reading, bounds checking andReimar Döffinger2009-10-28
| | | | | | error message into a shared macro. Originally committed as revision 20411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Makefile cosmeticsMåns Rullgård2009-10-28
| | | | Originally committed as revision 20410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable hardcoded tables for ia64 shared builds.Reimar Döffinger2009-10-28
| | | | | | | | | At least for cross-compilation with Gentoo gcc 4.4.2 it fixes the build errors due to GPREL 22 being insufficient for the .bss size of > 4 MB without it. Why these errors do not appear with static builds is unclear, it is not due to PIC (shared builds with PIC disabled show the same issue). Originally committed as revision 20409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add C99 flags to HOSTCFLAGSMåns Rullgård2009-10-28
| | | | Originally committed as revision 20408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change format string from "x" to PRIx32 to hopefully fix a warning with ↵Reimar Döffinger2009-10-28
| | | | | | Cygwin gcc 4.2.4. Originally committed as revision 20407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Makefile cosmeticsMåns Rullgård2009-10-28
| | | | Originally committed as revision 20406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Generate mpegaudio tables only when CONFIG_HARDCODED_TABLES is setMåns Rullgård2009-10-28
| | | | | | | Having mpegaudiodec.o unconditionally depend on mpegaudio_tables.h forces the latter to be generated even when it will not be used. Originally committed as revision 20405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix out-of-tree builds with --enable-hardcoded-tablesReimar Döffinger2009-10-28
| | | | Originally committed as revision 20404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix dependency: generated table is needed to create the mpegaudiodec.o file, ↵Reimar Döffinger2009-10-28
| | | | | | not the .c one. Originally committed as revision 20403 to svn://svn.ffmpeg.org/ffmpeg/trunk