summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Remove one more set of useless parentheses from a return call.Diego Biurrun2008-05-06
| | | | Originally committed as revision 13070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
| | | | Originally committed as revision 13069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor wording fixDiego Biurrun2008-05-06
| | | | Originally committed as revision 13068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In pkg-config files, libraries not exposed through the library, but just neededAnssi Hannula2008-05-06
| | | | | | | during static linking should be listed under Libs.private, not Libs. patch by Anssi Hannula, anssi.hannula gmail com Originally committed as revision 13067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor spelling fixDiego Biurrun2008-05-06
| | | | Originally committed as revision 13066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: whitespace/order changes, if/then --> && in pkg-config sectionDiego Biurrun2008-05-05
| | | | Originally committed as revision 13065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge both pkg-config creation commands into one.Diego Biurrun2008-05-05
| | | | Originally committed as revision 13064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In the pkg-config file generation, derive the short name from the libraryDiego Biurrun2008-05-05
| | | | | | name instead of passing it as a parameter. Originally committed as revision 13063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove stray extra parameter from libavutil pkg-config command.Diego Biurrun2008-05-05
| | | | Originally committed as revision 13062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: sort lines (correctly)Diego Biurrun2008-05-05
| | | | Originally committed as revision 26673 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Check url_seek() in url_open().Michael Niedermayer2008-05-05
| | | | Originally committed as revision 13061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a state machine to reduce branching logic in decode_cabac_residual.Jason Garrett-Glaser2008-05-04
| | | | | | Patch by Jason Garrett-Glaser (darkshikari gmail com) Originally committed as revision 13060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: reorder and align targetsLuca Barbato2008-05-04
| | | | Originally committed as revision 26671 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Build sparc arch specific code using the MakefileLuca Barbato2008-05-04
| | | | Originally committed as revision 26670 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Prevent targaenc.c from outputting trash byte.Ramiro Polla2008-05-04
| | | | Originally committed as revision 13059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alphabetical orderDiego Biurrun2008-05-04
| | | | Originally committed as revision 26669 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix configure for cross-compilation and --arch=amd64.Ramiro Polla2008-05-04
| | | | Originally committed as revision 13058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use correct length modifier for pointer diff argument in av_log() call.Diego Biurrun2008-05-04
| | | | Originally committed as revision 13057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix 'comparison always false' warning.Diego Pettenò2008-05-04
| | | | | | patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com Originally committed as revision 13056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add complete multimedia Wiki URL, patch by Sisir Koppaka.Sisir Koppaka2008-05-04
| | | | Originally committed as revision 13055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Indent.Ramiro Polla2008-05-04
| | | | Originally committed as revision 13054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not read out of array bounds.Ramiro Polla2008-05-04
| | | | Originally committed as revision 13053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Output buffer overflow.Michael Niedermayer2008-05-03
| | | | Originally committed as revision 13052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Heap buffer overflow.Michael Niedermayer2008-05-03
| | | | Originally committed as revision 13051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memset(0) based buffer overflow.Michael Niedermayer2008-05-03
| | | | Originally committed as revision 13050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move declaration a little.Michael Niedermayer2008-05-03
| | | | Originally committed as revision 13049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Setting i to 0 once should do.Michael Niedermayer2008-05-03
| | | | Originally committed as revision 13048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Consistently use C-style comments in #endif preprocessor directives.Diego Biurrun2008-05-03
| | | | Originally committed as revision 13047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Dirac support through libschroedinger.Anuradha Suraparaju2008-05-03
| | | | | | patch by Anuradha Suraparaju, anuradha rd.bbc.co uk Originally committed as revision 13046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Unbreak libdirac compilation; CONFIG_LIBDIRAC is defined in config.h, soDiego Biurrun2008-05-03
| | | | | | include the header before using parts from it. Originally committed as revision 13045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix checkheaders when libdirac not installedMåns Rullgård2008-05-03
| | | | Originally committed as revision 13044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add necessary #includes in headersMåns Rullgård2008-05-03
| | | | Originally committed as revision 13043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Dirac decoding/encoding support via libdirac.Anuradha Suraparaju2008-05-03
| | | | | | patch by Anuradha Suraparaju, anuradha rd.bbc.co uk Originally committed as revision 13042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Dirac parser from SoC; written by Marco Gerards;Diego Biurrun2008-05-03
| | | | | | submitted by Anuradha Suraparaju, anuradha rd.bbc.co uk Originally committed as revision 13041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dts probeBenjamin Larsson2008-05-03
| | | | Originally committed as revision 13040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include avcodec.hJustin Ruggles2008-05-02
| | | | Originally committed as revision 13039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Long name spelling fixesBenjamin Larsson2008-05-02
| | | | Originally committed as revision 13038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move call to init_get_bits inside conditionalJustin Ruggles2008-05-02
| | | | Originally committed as revision 13037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* share streaminfo parsing functionJustin Ruggles2008-05-02
| | | | Originally committed as revision 13036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split out some decoder context params to a shared macroJustin Ruggles2008-05-02
| | | | Originally committed as revision 13035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change function parameters for dump_headers()Justin Ruggles2008-05-02
| | | | Originally committed as revision 13034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change function parameters for metadata_streaminfo()Justin Ruggles2008-05-02
| | | | Originally committed as revision 13033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Nellymoser handling in FLVBartlomiej Wolowiec2008-05-02
| | | | Originally committed as revision 13032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards,Luca Barbato2008-05-02
| | | | | | patch extracted by Anuradha Suraparaju anuradhaAtrdDoTbbcDoTcoDoTuk. Originally committed as revision 13031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix encoding of flac private dataJustin Ruggles2008-05-01
| | | | Originally committed as revision 13030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not duplicate -y parameter on regression.sh.Ramiro Polla2008-05-01
| | | | | | It is already set by FFMPEG_OPTS. Originally committed as revision 13029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ignore whitespace differences in seek test.Ramiro Polla2008-05-01
| | | | Originally committed as revision 13028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark symbol as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com.Diego Pettenò2008-05-01
| | | | Originally committed as revision 13027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark symbols as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail comDiego Pettenò2008-05-01
| | | | Originally committed as revision 13026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark symbols as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail comDiego Pettenò2008-05-01
| | | | Originally committed as revision 13025 to svn://svn.ffmpeg.org/ffmpeg/trunk