summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Use a constant instead of a magic number.Gwenole Beauchesne2009-01-30
| | | | | | Patch by Gwenolé Beauchesne: gbeauchesne splitted minus desktop com Originally committed as revision 16856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid indeterminate order of accessing srcStefan Gehrer2009-01-30
| | | | Originally committed as revision 16855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoAurelien Jacobs2009-01-30
| | | | Originally committed as revision 16854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename string.c to avstring.c so that the name of header and C file match.Diego Biurrun2009-01-29
| | | | Originally committed as revision 16853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Add empty line for consistent formatting.Gwenole Beauchesne2009-01-29
| | | | | | patch by Gwenolé Beauchesne, gbeauchesne splitted-desktop com Originally committed as revision 16852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark ff_fft_end av_cold.Alex Converse2009-01-29
| | | | Originally committed as revision 16851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pvez avi fourcc is truemotion1Ben Littler2009-01-29
| | | | Originally committed as revision 16850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/consistency review part IIIDiego Biurrun2009-01-28
| | | | Originally committed as revision 16849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/consistency review part IIDiego Biurrun2009-01-28
| | | | 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-28
| | | | | | more warnings. Originally committed as revision 16847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix remotely exploitable arbitrary code execution vulnerability.Michael Niedermayer2009-01-28
| | | | | | | 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-28
| | | | Originally committed as revision 16845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add common.h #include, necessary for av_const.Diego Biurrun2009-01-28
| | | | Originally committed as revision 16844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Doxygen comments for VC-1 decoder.Kostya Shishkov2009-01-28
| | | | Originally committed as revision 16843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Doxygen comments for RV3/4 decoder.Kostya Shishkov2009-01-28
| | | | Originally committed as revision 16842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Doxygen comments for APE decoder.Kostya Shishkov2009-01-28
| | | | Originally committed as revision 16841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/consistency review part IDiego Biurrun2009-01-28
| | | | Originally committed as revision 16840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* second try fixing time code in gxfBaptiste Coudurier2009-01-27
| | | | 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-27
| | | | Originally committed as revision 16838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add {} between if/elseMichael Niedermayer2009-01-27
| | | | 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-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