summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Collapse)AuthorAge
* Directly #include some required headers.Diego Biurrun2009-01-25
| | | | Originally committed as revision 16780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alpha: proper IDCT selectionMåns Rullgård2009-01-18
| | | | | | | Only select the Alpha IDCT if auto or explicitly requested. Also disable it in lowres mode. Originally committed as revision 16666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added demuxer for FunCom ISS audio files,Stefan Gehrer2009-01-17
| | | | | | extended ADPCM decoder by ISS specific IMA variant Originally committed as revision 16658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove CODEC_ID_H264_VDPAU.Carl Eugen Hoyos2009-01-17
| | | | Originally committed as revision 16649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add CODEC_ID_MP1.Michael Niedermayer2009-01-13
| | | | Originally committed as revision 16580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document the need of buf=NULL buf_size=0 at the end to obtain all frames.Michael Niedermayer2009-01-07
| | | | Originally committed as revision 16482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation2009-01-04
| | | | | | | | video players. Original patch by NVIDIA corporation. Originally committed as revision 16431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move metadata API from avcodec to avformat.Michael Niedermayer2009-01-04
| | | | Originally committed as revision 16425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Generic metadata API.Michael Niedermayer2009-01-04
| | | | | | | | avi is updated as example. No version bump, the API still might change slightly ... No update to ffmpeg.c as requested by aurel. Originally committed as revision 16424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.Michael Niedermayer2009-01-03
| | | | Originally committed as revision 16418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add type, text and ass to AVSubtitleRect.Michael Niedermayer2009-01-03
| | | | Originally committed as revision 16417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer2009-01-03
| | | | Originally committed as revision 16416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace some fixed width variable from AVSubtitle* by normal int.Michael Niedermayer2009-01-03
| | | | Originally committed as revision 16415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Future doxy for a few fields of AVSubtitleRect.Michael Niedermayer2009-01-03
| | | | Originally committed as revision 16413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer2009-01-03
| | | | | | when the size of AVSubtitleRect changes. Originally committed as revision 16412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add enum AVSubtitleTypeMichael Niedermayer2009-01-03
| | | | Originally committed as revision 16410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor number for many small improvements, tiff fax decoding,Reimar Döffinger2008-12-27
| | | | | | AVCodecContext refs is set during decoding. Originally committed as revision 16355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow decoders to set AVCodecContext.refs.Michael Niedermayer2008-12-24
| | | | Originally committed as revision 16305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RV30 decoderKostya Shishkov2008-12-20
| | | | Originally committed as revision 16247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement av_set_string3().Stefano Sabatini2008-12-16
| | | | Originally committed as revision 16175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised simple_idctMåns Rullgård2008-12-15
| | | | Originally committed as revision 16146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move documentation of avcodec_register_all() from allcodecs.c toStefano Sabatini2008-12-14
| | | | | | avcodec.h. Originally committed as revision 16135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove set_all_opt() and its use in av_set_string2(). MakeStefano Sabatini2008-12-14
| | | | | | | | | | | | av_set_string() and av_set_string2() do not accept as parameter the name of a named constant. This avoids av_set_string2() and av_set_string() to misbehave when there is an option and a named constant with the same name. See the thread: "[PATCH] Remove libavcodec/opt.c:set_all_opt()". Originally committed as revision 16134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document register_avcodec().Stefano Sabatini2008-12-14
| | | | Originally committed as revision 16132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make register_avcodec() call avcodec_init().Stefano Sabatini2008-12-14
| | | | | | | This avoids the possibility to use a registered codec without first initializing libavcodec, which resulted in unexpected behavior. Originally committed as revision 16131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a more explicit "codec" rather than "format" as the parameter ofStefano Sabatini2008-12-14
| | | | | | register_avcodec(). Originally committed as revision 16130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make av_log_missing_feature an internal function, and change its nameStefano Sabatini2008-12-08
| | | | | | to ff_log_missing_feature. Originally committed as revision 16037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
| | | | Originally committed as revision 15990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Commit last ok'ed parts of QCELP decoder and enable it.Kenan Gillet2008-12-02
| | | | | | patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable RV40 decoderKostya Shishkov2008-12-01
| | | | Originally committed as revision 15968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement the fields rc_max_available_vbv_use andBaptiste Coudurier2008-11-29
| | | | | | | | | | rc_min_vbv_overflow_use in AVCodecContext, and use their values in the ratecontrol code rather than hardcoded ones. See the thread: "[RFC] ratecontrol buffer size magic". Patch by Baptiste Coudurier. Originally committed as revision 15955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik2008-11-12
| | | | Originally committed as revision 15804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts TGQ video decoderPeter Ross2008-11-08
| | | | Originally committed as revision 15789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski2008-11-03
| | | | | | | Add missing one for FF_MM_ALTIVEC to avcodec.h. Rename all the occurences of MM_* to the corresponding FF_MM_*. Originally committed as revision 15770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change multichannel API define prefix from "CHANNEL_" to "CH_".Andreas Öman2008-11-02
| | | | Originally committed as revision 15768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add audio channel layout API to libavcodec.Peter Ross2008-11-01
| | | | Originally committed as revision 15762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dnxhd parserBaptiste Coudurier2008-10-24
| | | | Originally committed as revision 15673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document the directpred auto value.Francesco Cosoleto2008-09-28
| | | | | | Patch by Francesco Cosoleto cosoleto ^^AT^^ gmail @@dot@@ com Originally committed as revision 15448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for Acelp.net fourcc and codecid, remuxing wav to avi should workBenjamin Larsson2008-09-26
| | | | Originally committed as revision 15425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove deprecated avcodec_decode_audio() this one was not under #ifdef.Michael Niedermayer2008-09-08
| | | | Originally committed as revision 15272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 ↵Michael Niedermayer2008-09-08
| | | | | | pix_fmts. Originally committed as revision 15271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-08
| | | | Originally committed as revision 15270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove DEFAULT_FRAME_RATE_BASE.Michael Niedermayer2008-09-08
| | | | Originally committed as revision 15265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop deprecated SAMPLE_FMT_S24.Michael Niedermayer2008-09-08
| | | | Originally committed as revision 15264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove stuff under #if LIBAVCODEC_VERSION_INT.Michael Niedermayer2008-09-08
| | | | Originally committed as revision 15263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
| | | | | | | | | | | bits_per_coded_sample but that cannot be done seperately. Patch by Luca Abeni Also reset the minor version and fix the forgotton change to libfaad. Note: The API/ABI should not be considered stable yet, there still may be a change done here or there if some developer has some cleanup ideas and patches! Originally committed as revision 15262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify sample_aspect_ratio.Michael Niedermayer2008-09-03
| | | | Originally committed as revision 15180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create a separate codec_id for E-AC-3Justin Ruggles2008-09-01
| | | | Originally committed as revision 15143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
| | | | | | | | | Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove 'currently unused' warning about SAMPLE_FMT_xxx.Peter Ross2008-08-30
| | | | Originally committed as revision 15046 to svn://svn.ffmpeg.org/ffmpeg/trunk