summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAge
* Fix argument type mismatches for av_picture_crop and av_picture_fillMåns Rullgård2009-07-01
* Add doxy to av_log_missing_feature() etc. stating that the function isRonald S. Bultje2009-06-29
* Move av_log_missing_feature() from the internal.h to the public avcodec.hRonald S. Bultje2009-06-29
* Make documentation better match the code. Now AVCodecContext.sample_fmtBrian Crowell2009-06-23
* Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoderReimar Döffinger2009-06-19
* Electronic Arts Madcow decoderPeter Ross2009-06-13
* DPX (Digital Picture Exchange) image decoderJimmy Christensen2009-06-12
* Clarify (re)get_buffer() and CODEC_CAP_DR1 relation.Michael Niedermayer2009-06-07
* clarify avcodec_decode_audio3 and avcodec_decode_video2 doxygenBaptiste Coudurier2009-06-06
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-06
* Add AV_PKT_FLAG_KEY and deprecate PKT_FLAG_KEY.Reimar Döffinger2009-06-03
* Clarify the input AVPacket for avcodec_decode*()Michael Niedermayer2009-06-03
* Add a lock manager API to libavcodec.Andreas Öman2009-05-31
* remove apparently unused real_pict_num from AVCodecContextBaptiste Coudurier2009-05-27
* V210 Uncompressed 4:2:2 10-bit encoder and decoderBaptiste Coudurier2009-05-12
* Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad2009-05-11
* Add 8088flex TMV video decoder.Daniel Verkamp2009-05-06
* Add colorspace fields to AVCodecContext.Michael Niedermayer2009-05-05
* Export av_free_packet().Ramiro Polla2009-04-30
* Revert r18700, documentation of deprecated functions might be useful forVitor Sessak2009-04-27
* Remove useless and outright wrong chatter from avcodec_encode_video().Michael Niedermayer2009-04-27
* Remove redundant chatter from avcodec_encode_audio()Michael Niedermayer2009-04-27
* Negative is error not -1, corrected in the doxy for avcodec_decode_subtitle2().Michael Niedermayer2009-04-27
* Add multiframe note to avcodec_decode_video() too.Michael Niedermayer2009-04-27
* Cleanup first paragraph of doxy of avcodec_decode_audio3().Michael Niedermayer2009-04-27
* Remove documentation from deprecated fields, they should not be used,Michael Niedermayer2009-04-27
* Remove confusing and redundant engrish chatter from avcodec_decode_video2().Michael Niedermayer2009-04-27
* Support reading packed YUV422 10bit samples from Sveriges Television AB (SVT)Michael Niedermayer2009-04-22
* Add 3 channel layout convenience macros.Justin Ruggles2009-04-18
* Introduce codec id for MPEG-4 ALS and associate it with correspondingJai Menon2009-04-17
* Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger2009-04-12
* Fix documentation for avcodec_encode_audio(), in the case of PCM audioJohn Fletcher2009-04-11
* Get rid of av_destruct_packet_nofree and use NULL instead.Reimar Döffinger2009-04-11
* Add av_shrink_packet function for use in av_get_packet that reduces pkt->sizeReimar Döffinger2009-04-08
* Clarify which time_base the relevant members of AVPacket useRobert Swain2009-04-08
* Move av_packet_*() functions from libavformat/ to libavcodec/, where theThilo Borgmann2009-04-07
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Move AVPacket up a bit, so that structs/functions that include AVPacket canThilo Borgmann2009-04-07
* Add convenience macros for 5.0/5.1 back speaker configurations.Justin Ruggles2009-04-06
* Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistencyStefano Sabatini2009-04-04
* Move AVPacket declaration from avformat.h to avcodec.h.Thilo Borgmann2009-04-02
* Add SSE4 detection supportDavid Conrad2009-04-01
* Make the pixel formats which were defined as macros:Stefano Sabatini2009-03-22
* Add AURA 1 and 2 codec IDs and register their FOURCCsKostya Shishkov2009-03-22
* Extend the behavior of avcodec_get_pix_fmt(), if it cannot find aStefano Sabatini2009-03-21
* Globally prefer enum PixelFormat over int when it makes sense.Stefano Sabatini2009-03-21
* Remove deprecated functions and structures on next version bump.Diego Biurrun2009-03-21
* Fix avpicture_get_size for non-paletted formats with a helper paletteReimar Döffinger2009-03-21
* Rename hwaccel_data_private to hwaccel_picture_private.Gwenole Beauchesne2009-03-20
* Split TrueHD decoder from MLPRamiro Polla2009-03-19