summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c:Ronald S. Bultje2009-06-09
| | | | | | make get/parse_packet static" thread from 2 months ago. Originally committed as revision 19140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Express the H.264 parser dependency on the golomb code in configure instead ofDiego Biurrun2009-06-09
| | | | | | in the Makefile as it is done for all other parts that depend on golomb. Originally committed as revision 19139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing dependencies for H.264 and VC-1 parsers.Diego Biurrun2009-06-09
| | | | Originally committed as revision 19138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add additional dependencies for sdp and rtsp demuxers.Jai Menon2009-06-09
| | | | | | This fixes compilation when the rtsp muxer is disabled. Originally committed as revision 19137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly initialize AVFrames to default values in the MPEG decoder (fixesLuca Abeni2009-06-09
| | | | | | the AVFrame pts when decoding MPEG 1 and 2 video) Originally committed as revision 19136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Add missing ending backslash to installed header list.Diego Biurrun2009-06-09
| | | | Originally committed as revision 19135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify (re)get_buffer() and CODEC_CAP_DR1 relation.Michael Niedermayer2009-06-07
| | | | Originally committed as revision 19132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove comments that refer to fixed-point AMR implementations.Diego Biurrun2009-06-07
| | | | Originally committed as revision 19130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clarify avcodec_decode_audio3 and avcodec_decode_video2 doxygenBaptiste Coudurier2009-06-06
| | | | Originally committed as revision 19128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* K&R formatting of already submitted G.729 codeVladimir Voroshilov2009-06-06
| | | | Originally committed as revision 19127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics : Use dprintf instead of printf.Peter Holik2009-06-06
| | | | | | Patch by Peter Holik < $firstname @ $lastname . at > Originally committed as revision 19126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics : Fix indentation after last commit.Jai Menon2009-06-06
| | | | Originally committed as revision 19125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce http_get_line and modify http_connect to use http_get_line.Peter Holik2009-06-06
| | | | | | Patch by Peter Holik <$firstname @ $lastname . at> Originally committed as revision 19124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Convert structure names to FFmpeg styleVladimir Voroshilov2009-06-06
| | | | Originally committed as revision 19123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove '\p' doxygen markup, as it should improve plain text doxyStefano Sabatini2009-06-06
| | | | | | readability. Originally committed as revision 29351 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-06
| | | | | | | | improve plain text doxy readability. See the thread: "[RFC] Should we use doxygen markup?". Originally committed as revision 19122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get new buffer during frame decoding in VB video decoder, not only onceKostya Shishkov2009-06-06
| | | | | | during decoder initialization. Originally committed as revision 19121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Internal routine should not use name of standard function.Vladimir Voroshilov2009-06-06
| | | | | | Use g729_prng instead. Originally committed as revision 19120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure that the extradata buffer is padded appripriately in the ogg demuxer.David Conrad2009-06-05
| | | | | | Spotted by valgrind. Originally committed as revision 19119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove ff_g729_ and g729_ prefixes from static routines.Vladimir Voroshilov2009-06-05
| | | | Originally committed as revision 19118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for external OpenCORE libraries for AMR-NB/WB support.Diego Biurrun2009-06-05
| | | | Originally committed as revision 19117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add configure option to upgrade (L)GPL to version 3.Diego Biurrun2009-06-05
| | | | Originally committed as revision 19116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move around one paragraph, add headings for greater clarity.Diego Biurrun2009-06-05
| | | | Originally committed as revision 19115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1.Diego Biurrun2009-06-05
| | | | | | | This is in preparation for the (L)GPL license upgrade code that will add version 3 of these licenses. Originally committed as revision 19114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vmware video decoder uses reget_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
| | | | Originally committed as revision 19113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* zmbv decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
| | | | Originally committed as revision 19112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vc1 and wmv3 decoders use MPV_frame_start which uses get_buffer, set ↵Baptiste Coudurier2009-06-05
| | | | | | CODEC_CAP_DR1 Originally committed as revision 19111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renderware txd image decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
| | | | Originally committed as revision 19110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tmv decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
| | | | Originally committed as revision 19109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tiff image decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
| | | | Originally committed as revision 19108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vp3 and theora decoders use get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
| | | | Originally committed as revision 19107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* targa image decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
| | | | Originally committed as revision 19106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sun rasterfile image decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
| | | | Originally committed as revision 19105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* snow decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
| | | | Originally committed as revision 19104 to svn://svn.ffmpeg.org/ffmpeg/trunk
* smacker video decoder uses reget_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
| | | | Originally committed as revision 19103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kmvc decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
| | | | Originally committed as revision 19102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ptx image decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
| | | | Originally committed as revision 19101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libopenjpeg wrapper uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
| | | | Originally committed as revision 19100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* png decoder use get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
| | | | Originally committed as revision 19099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pcx decoder use get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
| | | | Originally committed as revision 19098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pgm, pgmyuv, ppm, pbm and pam decoders use get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
| | | | Originally committed as revision 19097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dxa decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
| | | | Originally committed as revision 19096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bfi decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
| | | | Originally committed as revision 19095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bmp decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
| | | | Originally committed as revision 19094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* amv decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
| | | | Originally committed as revision 19093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bethesda vid decoder uses reget_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
| | | | Originally committed as revision 19092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4xm decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
| | | | Originally committed as revision 19091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indeo3 decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
| | | | Originally committed as revision 19090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.Ramiro Polla2009-06-04
| | | | Originally committed as revision 19089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code.Ramiro Polla2009-06-04
| | | | Originally committed as revision 29350 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale