summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* Split decoder-specific code off from vc1.c into vc1dec.c and keep codeDiego Biurrun2009-06-11
| | | | | | shared between decoder and parser in vc1.c. Originally committed as revision 19152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add const in cast. Removes warning:Baptiste Coudurier2009-06-11
| | | | | | libavcodec/resample.c:215: warning: assignment discards qualifiers from pointer target type Originally committed as revision 19151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give s->resample_context to avoid segfault, avclass was movedBaptiste Coudurier2009-06-11
| | | | Originally committed as revision 19150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable native Vorbis encoder; quality is much worse than libvorbis andDavid Conrad2009-06-11
| | | | | | there really isn't a reason to use it on purpose unless you're improving it. Originally committed as revision 19149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add code to enable and disable all VAAPI and VDPAU parts.Diego Biurrun2009-06-10
| | | | | | | As a positive sideeffect, VAAPI/VDPAU objects need no longer be listed for all VAAPI/VDPAU-related decoders. Originally committed as revision 19145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add field prev_interlaced_frame to H264Context to be able to flag soft telecineHaruhiko Yamagata2009-06-09
| | | | | | | | progressive. Patch by Haruhiko Yamagata, h D yamagata A nifty D com Originally committed as revision 19141 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
* 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
* 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
* Convert structure names to FFmpeg styleVladimir Voroshilov2009-06-06
| | | | Originally committed as revision 19123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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
* 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
* 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
* cosmetics: K&R style reformattingDiego Biurrun2009-06-04
| | | | Originally committed as revision 19088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use fewer macros in x86-optimized mlpdsp.Ramiro Polla2009-06-03
| | | | | | Fixes compilation on 32-bit llvm which didn't allow a cast in an m operand. Originally committed as revision 19086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix sei_ct_type check so it does not mistreat ct_type= unknown.Michael Niedermayer2009-06-03
| | | | Originally committed as revision 19082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print ct_type and pic_struct.Michael Niedermayer2009-06-03
| | | | Originally committed as revision 19081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC ADTS to AudioSpecificConfig bitstream filterAlex Converse2009-06-03
| | | | Originally committed as revision 19080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set AV_PKT_FLAG_KEY in avcodec_decode_video.Reimar Döffinger2009-06-03
| | | | | | | | This fixes decoding of MPNG, which currently is incorrectly decoded as CorePNG delta frames. CorePNG can not be correctly decoded via this old API either way. Originally committed as revision 19079 to svn://svn.ffmpeg.org/ffmpeg/trunk