summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAgeFilesLines
...
* Rename hwaccel_data_private to hwaccel_picture_private.Gwenole Beauchesne2009-03-201-1/+1
* Split TrueHD decoder from MLPRamiro Polla2009-03-191-1/+2
* Amend AVCodecContext with hwaccel_context (HW accelerator context).Gwenole Beauchesne2009-03-171-0/+12
* Use av_mallocz() to initialize hwaccel_data_private.Gwenole Beauchesne2009-03-111-3/+3
* Add private HW accel data infrastructure.Gwenole Beauchesne2009-03-091-0/+16
* VQF demuxerVitor Sessak2009-03-071-0/+1
* Add handling of frame position in the parser.Ivan Schreter2009-03-051-1/+56
* Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer2009-02-261-1/+10
* Completed documentation of reference field.Carl Eugen Hoyos2009-02-261-0/+1
* Add timestamp computation if values are exported by decoder.Ivan Schreter2009-02-241-1/+42
* Change duration computation to use time_base instead of TB/2.Ivan Schreter2009-02-241-4/+1
* More approved hunks for VAAPI & our new and cleaner hwaccel API.Gwenole Beauchesne2009-02-231-0/+100
* Use context variable repeat_pict for frame duration computation andIvan Schreter2009-02-211-0/+12
* Add convergence_duration to AVCodecParserContext.Ivan Schreter2009-02-191-1/+18
* Add AVERROR_EOF.Peter Ross2009-02-191-1/+2
* Add key_frame to AVCodecParserContext, used in libavformat.Ivan Schreter2009-02-181-1/+9
* Improve grammar: "X next after Y" -> "next X after Y".Stefano Sabatini2009-02-151-1/+1
* Document av_codec_next().Stefano Sabatini2009-02-151-0/+5
* Another attempt to clarify draw_horiz_band() usage.Ivan Kalvachev2009-02-141-7/+7
* Attempt to clarify draw_horiz_band description and fix two random typos.Diego Biurrun2009-02-141-7/+7
* More clarification for draw_horiz_band() in hwaccell mode.Ivan Kalvachev2009-02-141-0/+4
* Document that ff_draw_horiz_band() could be used as hwaccell callback.Ivan Kalvachev2009-02-141-0/+3
* extend resampling API, add S16 internal conversionBaptiste Coudurier2009-02-111-3/+31
* Try to doxyfy av_resample_init(). I hope I did not misremember anything as IMichael Niedermayer2009-02-091-0/+5
* Move doxy for public resample2 functions to the public header.Michael Niedermayer2009-02-091-0/+29
* Clarify has_b_frames doxy.Michael Niedermayer2009-02-081-1/+2
* Drop the deprecated function register_avcodec() at the next majorStefano Sabatini2009-02-061-0/+2
* Replace the calls to the deprecated function register_avcodec() withStefano Sabatini2009-02-061-1/+1
* Rename register_avcodec() as avcodec_register() and deprecate the oldStefano Sabatini2009-02-061-2/+7
* Use libopenjpeg for jpeg2k decoding.Jai Menon2009-02-061-1/+1
* Electronic Arts TQI decoderPeter Ross2009-02-051-1/+2
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix documentation of the return value of avcodec_encode_video().Bitbreaker/METALVOTZE X2009-01-311-1/+1
* Directly #include some required headers.Diego Biurrun2009-01-251-1/+1
* Alpha: proper IDCT selectionMåns Rullgård2009-01-181-0/+1
* added demuxer for FunCom ISS audio files,Stefan Gehrer2009-01-171-1/+2
* Remove CODEC_ID_H264_VDPAU.Carl Eugen Hoyos2009-01-171-3/+0
* Add CODEC_ID_MP1.Michael Niedermayer2009-01-131-0/+1
* Document the need of buf=NULL buf_size=0 at the end to obtain all frames.Michael Niedermayer2009-01-071-0/+3
* Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation2009-01-041-0/+7
* Move metadata API from avcodec to avformat.Michael Niedermayer2009-01-041-44/+0
* Generic metadata API.Michael Niedermayer2009-01-041-0/+45
* Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.Michael Niedermayer2009-01-031-1/+1
* Add type, text and ass to AVSubtitleRect.Michael Niedermayer2009-01-031-0/+10
* Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer2009-01-031-3/+6
* Replace some fixed width variable from AVSubtitle* by normal int.Michael Niedermayer2009-01-031-6/+6
* Future doxy for a few fields of AVSubtitleRect.Michael Niedermayer2009-01-031-5/+5
* Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer2009-01-031-1/+1
* Add enum AVSubtitleTypeMichael Niedermayer2009-01-031-0/+18
* Bump minor number for many small improvements, tiff fax decoding,Reimar Döffinger2008-12-271-1/+1