summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
* Better formatting for 2D tables in tableprint code.Reimar Döffinger2009-10-28
| | | | Originally committed as revision 20402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, fix incorrect endif comment.Reimar Döffinger2009-10-28
| | | | Originally committed as revision 20401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for hardcoding the mpegaudiodec tables.Reimar Döffinger2009-10-28
| | | | | | Reduces .bss size by about 194 kB. Originally committed as revision 20400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mingw32: The flag to work around bug 37216 in gcc is automatically passed toRamiro Polla2009-10-28
| | | | | | | MinGW since r18501. Remove a reference that suggests users should pass the flag manually (this removal was missed in 18510). Originally committed as revision 20399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable j.Michael Niedermayer2009-10-28
| | | | Originally committed as revision 20398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Detect Sun Studio compiler and set appropriate variables.Michael Kostylev2009-10-28
| | | | | | | Add dependency generation commands compatible with Sun Studio. patch by Michael Kostylev, michael.kostylev gmail com Originally committed as revision 20397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split synth filter out of dca.c.Michael Niedermayer2009-10-28
| | | | Originally committed as revision 20396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split PAM encoder off into its own file.Diego Biurrun2009-10-28
| | | | Originally committed as revision 20395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split the decoders from pnmen.c off into their own file.Diego Biurrun2009-10-28
| | | | Originally committed as revision 20394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The encoders in pnmenc.c now depend on the init/end functions in pnm.c.Diego Biurrun2009-10-28
| | | | Originally committed as revision 20393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Commit some functions that are used by both SIPR and AMR.Vitor Sessak2009-10-27
| | | | | | Based on AMR SoC code by Robert Swain and Colin McQuillan. Originally committed as revision 20392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix doxies, use third person and phrase-ending dots.Stefano Sabatini2009-10-27
| | | | Originally committed as revision 20391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add format and noformat filters.Stefano Sabatini2009-10-27
| | | | Originally committed as revision 20390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move pixdesc.{h,c} from libavcodec to libavutil.Stefano Sabatini2009-10-27
| | | | | | | This way pixdescs can be used without requiring a dependency on libavcodec. Originally committed as revision 20389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consistently use third person in doxies.Stefano Sabatini2009-10-27
| | | | Originally committed as revision 20388 to svn://svn.ffmpeg.org/ffmpeg/trunk