aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE.Diego Biurrun2007-04-262-6/+6
| | | | Originally committed as revision 8821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for seeking in TTA files.David Conrad2007-04-251-0/+15
| | | | Originally committed as revision 8820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use resolve_host in acl handlign too, simplificates the codeAlex Beregszaszi2007-04-251-12/+4
| | | | Originally committed as revision 8819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make the last globals staticAlex Beregszaszi2007-04-251-2/+2
| | | | Originally committed as revision 8818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alignAurelien Jacobs2007-04-251-5/+5
| | | | Originally committed as revision 8817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ac3 tables from a .h to a .cAurelien Jacobs2007-04-255-250/+284
| | | | Originally committed as revision 8816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for hostnames instead ip addresses in ffserver conf (using ↵Alex Beregszaszi2007-04-251-6/+6
| | | | | | resolve_host now) Originally committed as revision 8815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Put AMR entry in alphabetical order with all external libraries.Diego Biurrun2007-04-251-2/+1
| | | | Originally committed as revision 8814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove hackish support for the non-free fixed-point AMR-NB reference code.Diego Biurrun2007-04-253-37/+9
| | | | Originally committed as revision 8813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add xdv2 xdcam hd tag, decode xdcam_hd_1080i60.movBaptiste Coudurier2007-04-251-0/+1
| | | | Originally committed as revision 8812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.movBaptiste Coudurier2007-04-251-0/+1
| | | | Originally committed as revision 8811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a vstats_file command line optionStefano Sabatini2007-04-252-13/+31
| | | | | | patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 8810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert my two previous deliveries (back to r8806) to aply the good patch for ↵Benoit Fouet2007-04-252-37/+20
| | | | | | vstats Originally committed as revision 8809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* to complete r8807: free vstats resourcesBenoit Fouet2007-04-251-0/+5
| | | | Originally committed as revision 8808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a vstats_file command line optionStefano Sabatini2007-04-252-20/+32
| | | | | | patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 8807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch submissions should contain a suggested commit log messageMichael Niedermayer2007-04-251-0/+2
| | | | Originally committed as revision 8806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add rgb suffix to rawvideo muxerBenoit Fouet2007-04-251-1/+1
| | | | Originally committed as revision 8805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* updates the x11grab doc example, adding -s cif, as it is mandatoryBenoit Fouet2007-04-251-2/+2
| | | | Originally committed as revision 8804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* "fast unaligned" bytestream functionsRamiro Polla2007-04-252-0/+36
| | | | | | | | | patch by Ramiro Polla ramiro lisha ufsc br original thread: date: 03/11/2007 03:06 AM subject: [Ffmpeg-devel] [PATCH] Machine endian bytestream functions Originally committed as revision 8803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Faster 32 bit byteswaping code for Blackfin.Marc Hoffman2007-04-241-0/+12
| | | | | | | 200% faster on BF537 compiled with gcc 4.1. patch by Marc Hoffman, mmh pleasantst com Originally committed as revision 8802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2007-04-241-1/+1
| | | | Originally committed as revision 8801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l to myself as used VLC indexes were totally wrongKostya Shishkov2007-04-241-6/+6
| | | | Originally committed as revision 8800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix ffserver crash when closing the second RTP sessionLuca Abeni2007-04-241-0/+1
| | | | Originally committed as revision 8799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more format abbreviationsBenoit Fouet2007-04-243-1/+76
| | | | Originally committed as revision 8798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct comment about seek functionBaptiste Coudurier2007-04-241-1/+1
| | | | Originally committed as revision 8797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reorder endianness macros by bit depth, alignment prettyprinting.Diego Biurrun2007-04-241-28/+29
| | | | Originally committed as revision 8796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move ebx_available and ebp_available from CONFIG_LIST to HAVE_LIST,Diego Biurrun2007-04-242-3/+3
| | | | | | it's not configurable by the user. Originally committed as revision 8795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused code + variable, fixes a warning.Diego Biurrun2007-04-241-4/+1
| | | | Originally committed as revision 8794 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a note about license headers to the patch submission checklist.Diego Biurrun2007-04-231-0/+3
| | | | Originally committed as revision 8793 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable seektestMichael Niedermayer2007-04-221-1/+1
| | | | Originally committed as revision 8792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seek regression test referenceMichael Niedermayer2007-04-221-0/+3490
| | | | Originally committed as revision 8791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont assert(0) due to buggy rm demuxerMichael Niedermayer2007-04-221-0/+4
| | | | Originally committed as revision 8790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont try to seek on single imagesMichael Niedermayer2007-04-221-0/+1
| | | | Originally committed as revision 8789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure that seek_test is rebuild if any of the libs changedMichael Niedermayer2007-04-221-1/+3
| | | | Originally committed as revision 8788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check ip port range from configAlex Beregszaszi2007-04-221-2/+14
| | | | Originally committed as revision 8787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplificateAlex Beregszaszi2007-04-221-5/+3
| | | | Originally committed as revision 8786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_strdup instead malloc/strcpyAlex Beregszaszi2007-04-221-2/+1
| | | | Originally committed as revision 8785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed InputFormat option, which was never workingAlex Beregszaszi2007-04-221-0/+1
| | | | Originally committed as revision 8784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix av_seek_frame_generic() so that it doesnt fail if theMichael Niedermayer2007-04-221-1/+1
| | | | | | requested timestamp is after the last with backward flag Originally committed as revision 8783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless code, file removal is handled elsewhereAlex Beregszaszi2007-04-221-10/+0
| | | | Originally committed as revision 8782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init packet before calling the demuxerMichael Niedermayer2007-04-221-0/+3
| | | | | | fixed random/uninitalized AVPacket->pos Originally committed as revision 8781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change from using a seek table internal to the TTA demuxer to using the ↵David Conrad2007-04-221-37/+21
| | | | | | standard lavf index. Originally committed as revision 8780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilationBaptiste Coudurier2007-04-221-0/+2
| | | | Originally committed as revision 8779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* done in r8635 by Xiaohui SunBaptiste Coudurier2007-04-221-1/+0
| | | | Originally committed as revision 8778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Blackfin is a strictly aligned processor.Marc Hoffman2007-04-211-1/+1
| | | | | | | | Patch by Marc Hoffman mmh _at_ pleasantst.com Subject: [Ffmpeg-devel] PATCH Blackfin UNALIGNED_STORES_ARE_BAD in bitstream.h Date: Tue, 17 Apr 2007 06:12:02 -0400 Originally committed as revision 8777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cabac bytestream optimization from x264Michael Niedermayer2007-04-211-0/+1
| | | | Originally committed as revision 8776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, patch by Mark Cox, melbournemark plus ffmpeg minus devel gmail comMark Cox2007-04-211-6/+3
| | | | Originally committed as revision 8775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* long -> intBaptiste Coudurier2007-04-211-16/+16
| | | | Originally committed as revision 8774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: mov_mp4 -> mp4Baptiste Coudurier2007-04-211-6/+6
| | | | Originally committed as revision 8773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean and simplify esds reading functionBaptiste Coudurier2007-04-211-58/+12
| | | | Originally committed as revision 8772 to svn://svn.ffmpeg.org/ffmpeg/trunk