summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* spelling/grammar/consistency review part IIIDiego Biurrun2009-01-289-28/+30
| | | | Originally committed as revision 16849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/consistency review part IIDiego Biurrun2009-01-2811-42/+43
| | | | Originally committed as revision 16848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add "const" to AES function arguments where possible without generatingReimar Döffinger2009-01-282-8/+8
| | | | | | more warnings. Originally committed as revision 16847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix remotely exploitable arbitrary code execution vulnerability.Michael Niedermayer2009-01-281-4/+5
| | | | | | | Found by Tobias Klein / tk // trapkit / de / See: http://www.trapkit.de/advisories/TKADV2009-004.txt Originally committed as revision 16846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix an overflow in vc1 intra overlap filterLoren Merritt2009-01-281-4/+4
| | | | Originally committed as revision 16845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add common.h #include, necessary for av_const.Diego Biurrun2009-01-281-0/+1
| | | | Originally committed as revision 16844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Doxygen comments for VC-1 decoder.Kostya Shishkov2009-01-281-5/+23
| | | | Originally committed as revision 16843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Doxygen comments for RV3/4 decoder.Kostya Shishkov2009-01-281-0/+5
| | | | Originally committed as revision 16842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Doxygen comments for APE decoder.Kostya Shishkov2009-01-281-1/+5
| | | | Originally committed as revision 16841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/consistency review part IDiego Biurrun2009-01-2827-178/+175
| | | | Originally committed as revision 16840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* second try fixing time code in gxfBaptiste Coudurier2009-01-271-3/+3
| | | | Originally committed as revision 16839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prefer av_freep() over av_free() for variables in the context for safety.Michael Niedermayer2009-01-271-1/+1
| | | | Originally committed as revision 16838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add {} between if/elseMichael Niedermayer2009-01-271-7/+7
| | | | Originally committed as revision 16837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export all tracks (each is a different language) instead of just one.Michael Niedermayer2009-01-271-14/+12
| | | | Originally committed as revision 16836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove pointless {}Michael Niedermayer2009-01-271-3/+0
| | | | 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-271-1/+1
| | | | Originally committed as revision 16834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memleak of fourxm->tracks on error return.Michael Niedermayer2009-01-271-17/+22
| | | | Originally committed as revision 16833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vertical alignMichael Niedermayer2009-01-271-8/+8
| | | | Originally committed as revision 16832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memleak of header in error returns.Michael Niedermayer2009-01-271-4/+12
| | | | Originally committed as revision 16831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better header_size checkMichael Niedermayer2009-01-271-1/+1
| | | | Originally committed as revision 16830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* size < 4 is invalidMichael Niedermayer2009-01-271-1/+1
| | | | Originally committed as revision 16829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationRamiro Polla2009-01-271-6/+6
| | | | 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-271-0/+2
| | | | | | | 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-271-1/+1
| | | | 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-271-1/+2
| | | | Originally committed as revision 16825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: remove some unused macro argumentsMåns Rullgård2009-01-271-9/+9
| | | | 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-271-6/+6
| | | | Originally committed as revision 16823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: replace jump tables with conditional branchesMåns Rullgård2009-01-271-81/+19
| | | | 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-271-34/+28
| | | | 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-271-38/+33
| | | | Originally committed as revision 16820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: optimised mid_pred()Måns Rullgård2009-01-271-0/+18
| | | | 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-271-1/+1
| | | | 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-2712-145/+115
| | | | Originally committed as revision 16817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix doxygen file referenceStefan Gehrer2009-01-271-1/+1
| | | | Originally committed as revision 16816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seek at 0 when timestamp requested is negativeBaptiste Coudurier2009-01-272-12/+26
| | | | 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-271-0/+7
| | | | 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-271-1/+2
| | | | | | 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-261-0/+1
| | | | Originally committed as revision 16812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-2615-15/+15
| | | | Originally committed as revision 16811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update preset files documentation to match with r16795.Stefano Sabatini2009-01-261-4/+4
| | | | Originally committed as revision 16810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement avfilter_graph_check_validity().Stefano Sabatini2009-01-263-1/+41
| | | | 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-261-1/+1
| | | | Originally committed as revision 16808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: exit with error if OS is unknownMåns Rullgård2009-01-261-1/+1
| | | | Originally committed as revision 16807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a Changelog entry for the ALSA stuff.Benoit Fouet2009-01-261-0/+1
| | | | Originally committed as revision 16806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix AAC data smuggling:Kostya Shishkov2009-01-261-2/+2
| | | | | | 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-261-2/+0
| | | | | | 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-261-3/+0
| | | | 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-261-0/+8
| | | | | | 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-261-1/+1
| | | | Originally committed as revision 16801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ALSA support in libavdevice.Nicolas George2009-01-267-0/+564
| | | | | | | | 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