summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Probe aac codecs for CODEC_ID_PROBE.Joakim Plate2010-03-31
| | | | | | Patch by Joakim Plate, elupus ecce se Originally committed as revision 22742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove superfluous space from a conversion table.Anton Khirnov2010-03-31
| | | | | | Patch by Anton Khirnov, wyskas gmail Originally committed as revision 22741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H264: Copy h264dsp when creating new slice threadsAlexander Strange2010-03-31
| | | | | | | Fixes slice multithreading (broken in r22565) Fixes issue1815 Originally committed as revision 22740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better documentation of -vsyncMichael Niedermayer2010-03-31
| | | | Originally committed as revision 22739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Issue a more general message when the function which sets an optionStefano Sabatini2010-03-30
| | | | | | | | | fails. It may fail not only because of an invalid value for the option, but also for other reasons, e.g. memory problems etc. Originally committed as revision 22738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update APIchanges after the enum CodecType -> enum AVMediaTypeStefano Sabatini2010-03-30
| | | | | | transition. Originally committed as revision 22737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move AVMediaType from libavcodec to libavutil.Stefano Sabatini2010-03-30
| | | | | | | | This allows applications/libraries which require that symbol (e.g. libavfilter) to be compiled without to depend on the presence of libavcodec/avcodec.h, which may not be installed. Originally committed as revision 22736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add spectral extension to the E-AC-3 decoder.Carl Eugen Hoyos2010-03-30
| | | | | | | Original patch by Justin, updated and resubmitted by Christophe Gisquet, christophe D gisquet A gmail Originally committed as revision 22734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix implicit weight for b frames in mbaff.Michael Niedermayer2010-03-30
| | | | Originally committed as revision 22733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure the EC code does not attempt to use inter based concealment if thereMichael Niedermayer2010-03-30
| | | | | | | is no reference frame available. (this can happen because the EC code will attempt to use reference frames even for I/IDR frames) Originally committed as revision 22732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split out code that auto-chooses a default pix_fmt/sample_fmt in their ownRonald S. Bultje2010-03-30
| | | | | | functions. Originally committed as revision 22731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: restore -mdynamic-no-pic on darwin (missing since r20497)Alexander Strange2010-03-30
| | | | | | | | | | | Darwin compilers default to PIC on, so -mdynamic-no-pic (which disables it again) needs to be added to cflags before enable pic is checked. Fixes compilation without --enable-shared at least the 10.6 system compiler for x86-32. Fixes speed regression on all darwin arches except x86-64. Originally committed as revision 22730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace @returns by @return.Benoit Fouet2010-03-30
| | | | Originally committed as revision 22729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set VDPAU H264 picture parameter field_order_cnt and frame_num at theStephen Warren2010-03-30
| | | | | | | | | start of decoding a picture instead of at the end. Fixes mmco01.264 Patch by Stephen Warren Originally committed as revision 22728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix VDPAU for H.264 streams with long reference frames.Stephen Warren2010-03-30
| | | | | | Patch by Stephen Warren. Originally committed as revision 22727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing entry for the YOP demuxer and video decoder addition.Stefano Sabatini2010-03-29
| | | | Originally committed as revision 22726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document url_exist().Stefano Sabatini2010-03-29
| | | | Originally committed as revision 22725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement YOP demuxer and video decoder.Mohamed Naufal2010-03-29
| | | | | | Patch by Mohamed Naufal gmailify(naufal11). Originally committed as revision 22724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include appropriate header in table generators instead of using a dummyReimar Döffinger2010-03-29
| | | | | | av_cold define. Originally committed as revision 22723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some documentation about the table generation code.Reimar Döffinger2010-03-29
| | | | Originally committed as revision 22722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix indentation.Reimar Döffinger2010-03-29
| | | | Originally committed as revision 22721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some spelling fixes.Reimar Döffinger2010-03-29
| | | | Originally committed as revision 22720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify interleaving code.Ronald S. Bultje2010-03-29
| | | | Originally committed as revision 22719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a timeout to the select() call. Patch by Sam Gerstein <sgerstein bluefinlabSam Gerstein2010-03-29
| | | | | | com>. Originally committed as revision 22718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics : add a space after ",".Jai Menon2010-03-29
| | | | Originally committed as revision 22717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentLoren Merritt2010-03-29
| | | | Originally committed as revision 22716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimize init_vlc().Loren Merritt2010-03-29
| | | | | | | | | | Reduce worst case time from O(N^2) to O(N*log(N)). Speedup average case by a factor of 10 in ffv2 (total decoding speed +4-25%), factor of 1.3 in ffvhuff (total +0.5%), factor of 1.8 in indeo5 (total +1%), factor of 1.1 in mjpeg (total +0.1%). Originally committed as revision 22715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update x264 presets in line with latest x264 changes.Lou Logan2010-03-29
| | | | | | Patch by Lou Logan. Originally committed as revision 22714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify (Open)Solaris section of the documentation.Michael Kostylev2010-03-28
| | | | | | patch by Michael Kostylev, michael.kostylev gmail com Originally committed as revision 22713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add myself as co-maintainer of tta.cJai Menon2010-03-28
| | | | Originally committed as revision 22712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TTA : Check if the output buffer size is within bounds.Jai Menon2010-03-28
| | | | | | Fixes issue 1848. Originally committed as revision 22711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols viaHoward Chu2010-03-28
| | | | | | | | librtmp. Patch by Howard Chu <hyc * highlandsun * com>. Originally committed as revision 22710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document url_seek().Stefano Sabatini2010-03-28
| | | | Originally committed as revision 22709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement -convert_tags option, which converts showed tag names to theStefano Sabatini2010-03-28
| | | | | | FFmpeg generic tag names. Originally committed as revision 22708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix NUT (de)muxer warnings:Vitor Sessak2010-03-28
| | | | | | | | | | | | | | | | | CC libavformat/nutdec.o libavformat/nutdec.c: In function ‘read_seek’: libavformat/nutdec.c:862: warning: passing argument 3 of ‘av_tree_find’ from incompatible pointer type ./libavutil/tree.h:44: note: expected ‘int (*)(void *, const void *)’ but argument is of type ‘int (*)(struct Syncpoint *, struct Syncpoint *)’ libavformat/nutdec.c:871: warning: passing argument 3 of ‘av_tree_find’ from incompatible pointer type ./libavutil/tree.h:44: note: expected ‘int (*)(void *, const void *)’ but argument is of type ‘int (*)(struct Syncpoint *, struct Syncpoint *)’ libavformat/nutdec.c:879: warning: passing argument 3 of ‘av_tree_find’ from incompatible pointer type ./libavutil/tree.h:44: note: expected ‘int (*)(void *, const void *)’ but argument is of type ‘int (*)(struct Syncpoint *, struct Syncpoint *)’ CC libavformat/nutenc.o libavformat/nutenc.c: In function ‘write_packet’: libavformat/nutenc.c:680: warning: passing argument 3 of ‘av_tree_find’ from incompatible pointer type ./libavutil/tree.h:44: note: expected ‘int (*)(void *, const void *)’ but argument is of type ‘int (*)(struct Syncpoint *, struct Syncpoint *)’ Originally committed as revision 22707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initialize ssrc and base_timestamp using ff_random_get_seed()Martin Storsjö2010-03-28
| | | | Originally committed as revision 22706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct first pts for ogg skeletonAurelien Jacobs2010-03-28
| | | | Originally committed as revision 22705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document the behavior of av_metadata_get() if the prev parameter isStefano Sabatini2010-03-27
| | | | | | NULL. Originally committed as revision 22704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use more appropriate return values in txd demuxer.Reimar Döffinger2010-03-27
| | | | Originally committed as revision 22703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* eacdata: fix a memleak, return partial packets and use proper return values.Reimar Döffinger2010-03-27
| | | | Originally committed as revision 22702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc wording and grammar fixesDiego Biurrun2010-03-27
| | | | Originally committed as revision 22701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clearer CODEC_CAP_DR1 documentation.Reimar Döffinger2010-03-27
| | | | Originally committed as revision 22700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify where the list of supported formats is.Diego Biurrun2010-03-27
| | | | Originally committed as revision 22699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Initialize tag to NULL in show_stream, fix metadata showing inStefano Sabatini2010-03-27
| | | | | | streams. Originally committed as revision 22698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify which parts of libswscale remain GPL.Diego Biurrun2010-03-27
| | | | Originally committed as revision 22697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libswscale: Relicense almost all x86 assembler optimizations as LGPL.Diego Biurrun2010-03-27
| | | | | | | This is of course done with permissions from the authors. The only GPL component left are MMX optimizations for YUV to RGB conversion. Originally committed as revision 30965 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use av_strerror() in print_error().Stefano Sabatini2010-03-26
| | | | Originally committed as revision 22696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the newly available x264 parameters in ffmpeg in the x264 preset files.Lou Logan2010-03-26
| | | | | | Patch by Lou Logan. Originally committed as revision 22695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't report EINTR from select as an error, retry select insteadMartin Storsjö2010-03-26
| | | | Originally committed as revision 22694 to svn://svn.ffmpeg.org/ffmpeg/trunk