aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Make ffplay.c:opt_seek use parse_time_or_dieStefano Sabatini2008-03-311-5/+1
| | | | | | Patch by Stefano Sabatini (stefano sabatini-lala poste it) Originally committed as revision 12653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* help gcc-2.95Michael Niedermayer2008-03-311-1/+1
| | | | Originally committed as revision 12652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alphabetical order for temporary filenamesDiego Biurrun2008-03-311-4/+4
| | | | Originally committed as revision 12651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a different filename that ends in .sh for temporary shell scripts.Diego Biurrun2008-03-311-6/+7
| | | | | | | | Apparently some Windows command interpreters have trouble executing shell scripts with an .exe suffix. inspired by a patch from Axel Holzinger, aholzinger gmx de Originally committed as revision 12650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMovie/RPL demuxerEli Friedman2008-03-313-0/+358
| | | | | | Patch by Eli Friedman (eli friedman gmail com) Originally committed as revision 12649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Escape 124 (RPL) decoderEli Friedman2008-03-314-0/+387
| | | | | | Patch by Eli Friedman (eli friedman gmail com) Originally committed as revision 12648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export parse_time_or_die from ffmpeg.c to cmdutils.cStefano Sabatini2008-03-313-11/+27
| | | | | | Patch by Stefano Sabatini (stefano sabatini-lala poste it) Originally committed as revision 12647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a comment about missing entriesLuca Abeni2008-03-311-0/+5
| | | | Originally committed as revision 12646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the correct size for the enc_name field (removing the arbitrary "50" size)Luca Abeni2008-03-311-1/+1
| | | | Originally committed as revision 12645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless entries from AVRtpPayloadTypesLuca Abeni2008-03-311-104/+0
| | | | Originally committed as revision 12644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support mp3 audio in the RTP muxerLuca Abeni2008-03-311-0/+1
| | | | Originally committed as revision 12643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant context variableJustin Ruggles2008-03-311-12/+8
| | | | Originally committed as revision 12642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Write some trivial C test programs in a more compact form.Diego Biurrun2008-03-301-12/+4
| | | | Originally committed as revision 12641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make MMX2 depend on MMX.Diego Biurrun2008-03-301-1/+1
| | | | Originally committed as revision 12640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* homogenous regression tests output for image formatsBaptiste Coudurier2008-03-302-8/+16
| | | | Originally committed as revision 12639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* missed oneBaptiste Coudurier2008-03-301-1/+1
| | | | Originally committed as revision 12638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove leading whitespacesBaptiste Coudurier2008-03-301-27/+27
| | | | Originally committed as revision 12637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent writing empty stss atomBaptiste Coudurier2008-03-301-1/+1
| | | | Originally committed as revision 12636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support mp4 fragmented files without any samples in the moov atomBaptiste Coudurier2008-03-301-4/+2
| | | | Originally committed as revision 12635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check frag track id before setting stBaptiste Coudurier2008-03-301-2/+6
| | | | Originally committed as revision 12634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IFF demuxerJai Menon2008-03-304-1/+177
| | | | | | Patch by Jai Menon (realityman <at> gmx.net) Originally committed as revision 12633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 8SVX decoderJai Menon2008-03-304-1/+121
| | | | | | Patch by Jai Menon (realityman <at> gmx.net) Originally committed as revision 12632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change rle encoder to count up to 127, sgi does not support 128Baptiste Coudurier2008-03-302-5/+5
| | | | Originally committed as revision 12631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use 15-bit LPC precision by default. This generally gives better compressionJustin Ruggles2008-03-302-13/+5
| | | | | | results. Also update Ogg regression test. Originally committed as revision 12630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Altivec and SSE2 require 16-byte alignment, so make sure they get itAlexander Strange2008-03-301-1/+1
| | | | | | patch by Alexander Strange %astrange A ithinksw P com% Originally committed as revision 12629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check mm_flags for each DCT and skips the ones that can't be runAlexander Strange2008-03-301-9/+10
| | | | | | patch by Alexander Strange %astrange A ithinksw P com% Originally committed as revision 12628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of the useless DCT_ERROR() macroAlexander Strange2008-03-301-21/+18
| | | | | | patch by Alexander Strange %astrange A ithinksw P com% Originally committed as revision 12627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix Ogg/FLAC header sizeJustin Ruggles2008-03-302-4/+4
| | | | Originally committed as revision 12626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix closed gop flag disapearence.Michael Niedermayer2008-03-292-3/+3
| | | | Originally committed as revision 12625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wrong #endif comment.Diego Biurrun2008-03-291-1/+1
| | | | Originally committed as revision 26300 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* fix ff*_g -> ff* rulesMåns Rullgård2008-03-291-2/+2
| | | | Originally committed as revision 12624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change name from stream type to frame type in AC3 codeBartlomiej Wolowiec2008-03-284-17/+17
| | | | Originally committed as revision 12623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlagBartlomiej Wolowiec2008-03-284-7/+24
| | | | Originally committed as revision 12622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gsm in mov, demux surge-1-16-B-agsm.movBaptiste Coudurier2008-03-282-0/+2
| | | | Originally committed as revision 12621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace hackish CFLAGS 64 bit test by a proper compilation check.İsmail Dönmez2008-03-281-7/+3
| | | | | | patch by İsmail Dönmez, ismail namtrac org Originally committed as revision 12620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alphabetical orderDiego Biurrun2008-03-281-1/+1
| | | | Originally committed as revision 12619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-03-281-43/+41
| | | | Originally committed as revision 12618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bandaid fix for broken shared library installationDiego Biurrun2008-03-282-4/+7
| | | | Originally committed as revision 12617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move INSTALL_PROGS_TARGETS variable to a better place.Diego Biurrun2008-03-281-2/+1
| | | | Originally committed as revision 12616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle EXTRALIBS and LDFLAGS for libswscale and libavfilter in a simpler way.Diego Biurrun2008-03-281-11/+6
| | | | Originally committed as revision 12615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l to myself, dereferencing uninitalized pointer.Michael Niedermayer2008-03-281-3/+4
| | | | Originally committed as revision 12614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace ifeq to declare install-progs dependencies by a variable.Diego Biurrun2008-03-281-4/+3
| | | | Originally committed as revision 12613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The install target should depend on enabled installation targets.Diego Biurrun2008-03-281-0/+2
| | | | Originally committed as revision 12612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix circular dependency between install-progs and install-libs targets.Diego Biurrun2008-03-281-3/+3
| | | | Originally committed as revision 12611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove TAGS target. It is ages old and has never been updated to matchDiego Biurrun2008-03-281-3/+0
| | | | | | changes to the source tree. Thus it has to be completely unused. Originally committed as revision 12610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support wb00+dc00 chunk mix.Michael Niedermayer2008-03-271-0/+19
| | | | | | fixes issue402 Originally committed as revision 12609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix building with C++ objects, variable names were inconsistent.François Revol2008-03-272-4/+4
| | | | Originally committed as revision 12608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print essence path in error messageBaptiste Coudurier2008-03-271-2/+2
| | | | Originally committed as revision 12607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, useless bracesBaptiste Coudurier2008-03-271-2/+1
| | | | Originally committed as revision 12606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print stream index in error messageBaptiste Coudurier2008-03-271-1/+2
| | | | Originally committed as revision 12605 to svn://svn.ffmpeg.org/ffmpeg/trunk