summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Export all tracks (each is a different language) instead of just one.Michael Niedermayer2009-01-27
| | | | Originally committed as revision 16836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove pointless {}Michael Niedermayer2009-01-27
| | | | Originally committed as revision 16835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move current_track variable closer to where it is used.Michael Niedermayer2009-01-27
| | | | Originally committed as revision 16834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memleak of fourxm->tracks on error return.Michael Niedermayer2009-01-27
| | | | Originally committed as revision 16833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vertical alignMichael Niedermayer2009-01-27
| | | | Originally committed as revision 16832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memleak of header in error returns.Michael Niedermayer2009-01-27
| | | | Originally committed as revision 16831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better header_size checkMichael Niedermayer2009-01-27
| | | | Originally committed as revision 16830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* size < 4 is invalidMichael Niedermayer2009-01-27
| | | | Originally committed as revision 16829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationRamiro Polla2009-01-27
| | | | Originally committed as revision 16828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mingw: don't check for minimum mingw runtime and w32api versions for mingw-w64Ramiro Polla2009-01-27
| | | | | | | there is no vfw in mingw-64, and it has different (not yet stable) version defines Originally committed as revision 16827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Whitespace cosmetics to align return statements.Benoit Fouet2009-01-27
| | | | Originally committed as revision 16826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check buffer is inside what is passed when probing for flac.Benoit Fouet2009-01-27
| | | | Originally committed as revision 16825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: remove some unused macro argumentsMåns Rullgård2009-01-27
| | | | Originally committed as revision 16824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: reorder some instructions in put_pixels*_arm for speed gainsMåns Rullgård2009-01-27
| | | | Originally committed as revision 16823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: replace jump tables with conditional branchesMåns Rullgård2009-01-27
| | | | Originally committed as revision 16822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: replace explicit literal loads with ldr Rd, =litMåns Rullgård2009-01-27
| | | | Originally committed as revision 16821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: change alignment of loops in put_pixels*_arm to 32Måns Rullgård2009-01-27
| | | | Originally committed as revision 16820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: optimised mid_pred()Måns Rullgård2009-01-27
| | | | Originally committed as revision 16819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: allow register operands for shifts in MULL()Måns Rullgård2009-01-27
| | | | Originally committed as revision 16818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge rtp_internal.h in rtp.h, and remove rtp_internal.hLuca Abeni2009-01-27
| | | | Originally committed as revision 16817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix doxygen file referenceStefan Gehrer2009-01-27
| | | | Originally committed as revision 16816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seek at 0 when timestamp requested is negativeBaptiste Coudurier2009-01-27
| | | | Originally committed as revision 16815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a ff_gcd() function again, for compatibility with old libavcodecAurelien Jacobs2009-01-27
| | | | Originally committed as revision 16814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vp5: don't try decoding a P frame before any I frame was parsedAurelien Jacobs2009-01-27
| | | | | | fix issue802 Originally committed as revision 16813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make it clear that the new metadata API is a work in progressAurelien Jacobs2009-01-26
| | | | Originally committed as revision 16812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-26
| | | | Originally committed as revision 16811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update preset files documentation to match with r16795.Stefano Sabatini2009-01-26
| | | | Originally committed as revision 16810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement avfilter_graph_check_validity().Stefano Sabatini2009-01-26
| | | | Originally committed as revision 16809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change "H.263 Intel" long name to "Intel H.263".Stefano Sabatini2009-01-26
| | | | Originally committed as revision 16808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: exit with error if OS is unknownMåns Rullgård2009-01-26
| | | | Originally committed as revision 16807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a Changelog entry for the ALSA stuff.Benoit Fouet2009-01-26
| | | | Originally committed as revision 16806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix AAC data smuggling:Kostya Shishkov2009-01-26
| | | | | | aactab.h declares only 316 of 428 elements in ff_aac_pow2sf_tab[] Originally committed as revision 16805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove misleading comment about how to build SHA1 test program.Diego Biurrun2009-01-26
| | | | | | Generating the test program is integrated into the build system already. Originally committed as revision 16804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded check.Benoit Fouet2009-01-26
| | | | Originally committed as revision 16803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix an exploit in indeo by checking we are not writing out of the strip array.Benoit Fouet2009-01-26
| | | | | | Fixes issue 655 Originally committed as revision 16802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix version.h dependency on version.shMåns Rullgård2009-01-26
| | | | Originally committed as revision 16801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ALSA support in libavdevice.Nicolas George2009-01-26
| | | | | | | | Patch by Nicolas George: name surname normalesup org Original thread: [FFmpeg-devel] [PATCH] ALSA for libavdevice Date: 12/09/2008 07:17 PM Originally committed as revision 16800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* version.h depends on version.sh.Diego Biurrun2009-01-26
| | | | Originally committed as revision 16799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* HAVE_3DNOW --> HAVE_AMD3DNOWDiego Biurrun2009-01-26
| | | | Originally committed as revision 16798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Workaround for gcc 3.4 to align sh properlyDavid Conrad2009-01-26
| | | | Originally committed as revision 16797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reorganize header #includes: Unconditionally #include standard C headers,Diego Biurrun2009-01-25
| | | | | | group all local #includes together. Originally committed as revision 16796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make opt_preset() use FFMPEG_DATADIR from config.h rather than /usr andRobert Swain2009-01-25
| | | | | | /usr/local Originally committed as revision 16795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Add #undefs for system free/malloc/realloc, which must be used here.Diego Biurrun2009-01-25
| | | | Originally committed as revision 16794 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add (un)installation targets for ffpresets using the new DATADIR variableRobert Swain2009-01-25
| | | | Originally committed as revision 16793 to svn://svn.ffmpeg.org/ffmpeg/trunk
* C files should #include the header files of the same name.Diego Biurrun2009-01-25
| | | | Originally committed as revision 16792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add datadir variable and write to config.{h,mak}Måns Rullgård2009-01-25
| | | | Originally committed as revision 16791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disambiguate the macros used to disable fprintf/printf/puts functions.Diego Biurrun2009-01-25
| | | | Originally committed as revision 16790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add required limits.h header.Diego Biurrun2009-01-25
| | | | Originally committed as revision 16789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The default subq value in the x264 CLI is now 6, not 5.Robert Swain2009-01-25
| | | | Originally committed as revision 16788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun2009-01-25
| | | | Originally committed as revision 28358 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale