summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Bink demuxerPeter Ross2010-01-31
| | | | Originally committed as revision 21569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add include to fix implicit declaration of ff_mpeg4_init_direct_mv andReimar Döffinger2010-01-31
| | | | | | ff_h263_encode_mba Originally committed as revision 21568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add v210x decoder long namePeter Ross2010-01-31
| | | | Originally committed as revision 21567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare support for the pixel formats:Stefano Sabatini2010-01-31
| | | | | | | | | | | | | | | | | | | | PIX_FMT_YUVJ420P PIX_FMT_YUVJ422P PIX_FMT_YUVJ440P PIX_FMT_YUVJ444P in the isSupported{In,Out} macros. These pixel formats are not true pixel formats but hacks specific to JPEG in libavcodec. They are deprecated and should be removed (that is from libavcodec first and libswscale second)... but they must be tested by swscale-test. See thread: Subject: [FFmpeg-devel] [PATCH] Extend show_pix_fmts() to make it print the input/output support Date: 2010-01-30 15:54:08 GMT Originally committed as revision 30474 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Get rid of a check in one direction that cant be true in it in that partMichael Niedermayer2010-01-31
| | | | | | | of the code. No meassureable speed change. Originally committed as revision 21566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Blackfin: use SRAM only when CONFIG_SRAM is setMåns Rullgård2010-01-31
| | | | Originally committed as revision 30472 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Blackfin: use SRAM only when CONFIG_SRAM is setMåns Rullgård2010-01-31
| | | | Originally committed as revision 21565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add CONFIG_SRAM to allow use of on-chip SRAM on some systemsMåns Rullgård2010-01-31
| | | | | | | | Some SoCs have a small amount of on-chip SRAM which may be used for frequently used code or data. When enabled, this option will allow FFmpeg to use such facilities where supported. Originally committed as revision 21564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix seeking by bytes with the mouse and do so by default if the duration isMichael Niedermayer2010-01-30
| | | | | | nonsense. Originally committed as revision 21563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flag to ignore dts on frames that contain pts.Michael Niedermayer2010-01-30
| | | | | | | This works around common issues with mpeg-ps files with broken timestamps. Also allows playing the broken sample from issue1024. Originally committed as revision 21562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix AVFormat AVOprions.Michael Niedermayer2010-01-30
| | | | Originally committed as revision 21561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Store strings directly in mov_mdhd_language_map instead of using pointers,Reimar Döffinger2010-01-30
| | | | | | | which has a up to 200% overhead. Also allows to use memcpy instead of strcpy. Originally committed as revision 21560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent.Stefano Sabatini2010-01-30
| | | | Originally committed as revision 30467 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use a consistent convention for the names of the internal wrapperStefano Sabatini2010-01-30
| | | | | | | | | functions. Improve readability. -This line, and those below, will be ignored-- swscale.c Originally committed as revision 30466 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Flush the bitreservour.Michael Niedermayer2010-01-30
| | | | | | Fixes issue1716 Originally committed as revision 21559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Always consider the mov language code as 4 bytes fixed size and change theReimar Döffinger2010-01-30
| | | | | | function declaration to reflect this. Originally committed as revision 21558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify conversion to 5-bit ASCII.Reimar Döffinger2010-01-30
| | | | Originally committed as revision 21557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate audio-only tests so they are only run onceMåns Rullgård2010-01-30
| | | | Originally committed as revision 21556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Redesign packet queue full check to be more robust.Michael Niedermayer2010-01-30
| | | | Originally committed as revision 21555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump up MAX_VIDEOQ_SIZE to fix stuttering of oddly interleaved avi files.Michael Niedermayer2010-01-30
| | | | | | Fixes issue1211 Originally committed as revision 21554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicated empty line.Stefano Sabatini2010-01-30
| | | | Originally committed as revision 21553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split first reference list comparission from mv comparission.Michael Niedermayer2010-01-30
| | | | | | about 0.5% faster MBAFF loop filtering Originally committed as revision 21552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the jump-table section-relative for x86_64 with PIC enabled.Reimar Döffinger2010-01-30
| | | | | | | | This allows to get rid of the macho64 specific hack that moves them to rodata (with worse cache behaviour) and avoids textrels which e.g. Gentoo does not allow for x86_64 libraries. Originally committed as revision 21551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt()Stefano Sabatini2010-01-30
| | | | | | function. Originally committed as revision 21550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicated word in av_strlcat() doxy.Stefano Sabatini2010-01-30
| | | | Originally committed as revision 21549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing '()' at the end of a function name.Stefano Sabatini2010-01-30
| | | | Originally committed as revision 21548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add mention to the av_get_pix_fmt() addition.Stefano Sabatini2010-01-30
| | | | Originally committed as revision 21547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable Altivec for processors older than G4.Carl Eugen Hoyos2010-01-30
| | | | Originally committed as revision 21546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().Stefano Sabatini2010-01-30
| | | | Originally committed as revision 21545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PPC: allow --cpu=E500[v2]Ancoron Luciferis2010-01-30
| | | | | | Patch by Ancoron Luciferis <ancoron chaoslayer de> Originally committed as revision 21544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: match PPC CPU types case insensitivelyMåns Rullgård2010-01-30
| | | | Originally committed as revision 21543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set target_path to $(CURDIR)Måns Rullgård2010-01-30
| | | | | | CURDIR is updated by make -C, PWD is not. Originally committed as revision 21542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace h->left_type[0] by the local variable for it we have.Michael Niedermayer2010-01-30
| | | | | | No meassureable speed effect. Originally committed as revision 21541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slightly faster bit trickery.Michael Niedermayer2010-01-30
| | | | Originally committed as revision 21540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace ?: by branchless code.Michael Niedermayer2010-01-30
| | | | | | about 0.5% faster loop filtering Originally committed as revision 21539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix randomness of the swscale-test output.Stefano Sabatini2010-01-30
| | | | | | | | See the thread: Subject: [FFmpeg-devel] [RFC] Make swscale-test perform only one convertion Date: Fri, 29 Jan 2010 01:52:23 +0100 Originally committed as revision 30457 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Set duration in Smacker demuxerDaniel Verkamp2010-01-30
| | | | Originally committed as revision 21538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Demux Bink audio in Smacker filesDaniel Verkamp2010-01-30
| | | | Originally committed as revision 21537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Bink codec IDsDaniel Verkamp2010-01-30
| | | | Originally committed as revision 21536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* another 10l: forgot to change parent condition as wellKostya Shishkov2010-01-30
| | | | Originally committed as revision 21535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l trocadero: now return value of ff_rtmp_packet_read() has different meaningKostya Shishkov2010-01-30
| | | | Originally committed as revision 21534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make RTMP send/receive packet functions report number of bytes read or sent.Kostya Shishkov2010-01-30
| | | | Originally committed as revision 21533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: add an empty line between variable declarations and codeKostya Shishkov2010-01-30
| | | | Originally committed as revision 21532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Indeo Video Interactive 4 and 5 common code and DSP functions.Kostya Shishkov2010-01-30
| | | | | | | Reviewed and corrected by myself because there were no other volunteers in the last weeks. Originally committed as revision 21531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert commits 21227, 21441, and 21442. None of this is necessary now that weRamiro Polla2010-01-29
| | | | | | | load the getaddrinfo family of functions through GetProcAddress. Also, there is currently no feature that gets fixed in Win98 through the use of KernelEx. Originally committed as revision 21530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make VP5 and VP6 decoders output a qscale table to allow for more automaticReimar Döffinger2010-01-29
| | | | | | post-processing, and add a new FF_QSCALE_TYPE_VP56 for this. Originally committed as revision 21529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add no_repeat_mask option, so that single-pulse vectors can also beRonald S. Bultje2010-01-29
| | | | | | expressed in a AMRFixed structure and handled by ff_set_fixed_vector(). Originally committed as revision 21528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for vorbis 6.1 and 7.1 channel configurations as per the new specRobert Swain2010-01-29
| | | | | | http://xiph.org/vorbis/doc/Vorbis_I_spec.html#x1-800004.3.9 Originally committed as revision 21527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove MAX_STREAMS usage in ogg and mxf muxersBaptiste Coudurier2010-01-29
| | | | Originally committed as revision 21526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set target_path to $(PWD) by defaultMåns Rullgård2010-01-29
| | | | | | | This simplifies configuring for the most common remote testing setup. Originally committed as revision 21525 to svn://svn.ffmpeg.org/ffmpeg/trunk