summaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAgeFilesLines
* Minor version bump for mbtree addition.Jason Garrett-Glaser2009-12-091-1/+1
* Add MBtree support for libx264Erik Slagter2009-12-081-0/+1
* Add weightp support in API for libx264.Jason Garrett-Glaser2009-11-241-1/+11
* Add codec id for Flash screen codec v2 and hook it up in FLV demuxerDaniel Verkamp2009-11-201-0/+1
* Add functions to return library license and library configuration.Diego Biurrun2009-11-181-0/+10
* Bump minor version after MPEG-4 Lossless commitVitor Sessak2009-11-121-1/+1
* Bump minor version after applying ALS decoder.Carl Eugen Hoyos2009-11-121-1/+1
* Add a channels field to MPEG4AudioConfig.Alex Converse2009-11-111-2/+2
* Add CH_LAYOUT_NATIVE channel mask value to allow user to request native codecJustin Ruggles2009-11-101-1/+6
* Support demuxing teletext in DVB streams.Francesco Lavra2009-10-291-0/+1
* Bump micro version after the FRWU decoder inclusionVitor Sessak2009-10-241-1/+1
* Add decoder for "forward uncompressed".Reimar Döffinger2009-10-131-0/+1
* extend description of avcodec_decode_audio3:Sascha Sommer2009-10-121-3/+5
* Add an execute2 function that is more flexible and allows to use parallelReimar Döffinger2009-10-121-1/+22
* Fix indentation in avcodec.hJason Garrett-Glaser2009-09-291-1/+1
* Hook up the MD studio demuxer and Atrac1 decoder.Benjamin Larsson2009-09-221-1/+1
* Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframesSascha Sommer2009-09-161-0/+4
* Add ATRAC1 codec ID.Benjamin Larsson2009-09-101-0/+1
* add missing wmapro decoder partsSascha Sommer2009-09-021-1/+1
* Decoder for LPCM as used in Bluray discs.Christian Schmidt2009-08-261-1/+3
* Add Bluray Subtitle SupportStephen Backway2009-08-251-1/+2
* Fix argument type mismatches for av_picture_crop and av_picture_fillMåns Rullgård2009-07-011-1/+1
* Add doxy to av_log_missing_feature() etc. stating that the function isRonald S. Bultje2009-06-291-2/+6
* Move av_log_missing_feature() from the internal.h to the public avcodec.hRonald S. Bultje2009-06-291-0/+20
* Make documentation better match the code. Now AVCodecContext.sample_fmtBrian Crowell2009-06-231-2/+2
* Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoderReimar Döffinger2009-06-191-2/+3
* Electronic Arts Madcow decoderPeter Ross2009-06-131-1/+2
* DPX (Digital Picture Exchange) image decoderJimmy Christensen2009-06-121-0/+1
* Clarify (re)get_buffer() and CODEC_CAP_DR1 relation.Michael Niedermayer2009-06-071-0/+6
* clarify avcodec_decode_audio3 and avcodec_decode_video2 doxygenBaptiste Coudurier2009-06-061-12/+10
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-061-36/+36
* Add AV_PKT_FLAG_KEY and deprecate PKT_FLAG_KEY.Reimar Döffinger2009-06-031-2/+5
* Clarify the input AVPacket for avcodec_decode*()Michael Niedermayer2009-06-031-0/+7
* Add a lock manager API to libavcodec.Andreas Öman2009-05-311-1/+27
* remove apparently unused real_pict_num from AVCodecContextBaptiste Coudurier2009-05-271-1/+3
* V210 Uncompressed 4:2:2 10-bit encoder and decoderBaptiste Coudurier2009-05-121-1/+2
* Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad2009-05-111-0/+23
* Add 8088flex TMV video decoder.Daniel Verkamp2009-05-061-0/+1
* Add colorspace fields to AVCodecContext.Michael Niedermayer2009-05-051-0/+65
* Export av_free_packet().Ramiro Polla2009-04-301-8/+2
* Revert r18700, documentation of deprecated functions might be useful forVitor Sessak2009-04-271-0/+31
* Remove useless and outright wrong chatter from avcodec_encode_video().Michael Niedermayer2009-04-271-4/+1
* Remove redundant chatter from avcodec_encode_audio()Michael Niedermayer2009-04-271-4/+0
* Negative is error not -1, corrected in the doxy for avcodec_decode_subtitle2().Michael Niedermayer2009-04-271-1/+1
* Add multiframe note to avcodec_decode_video() too.Michael Niedermayer2009-04-271-0/+2
* Cleanup first paragraph of doxy of avcodec_decode_audio3().Michael Niedermayer2009-04-271-5/+4
* Remove documentation from deprecated fields, they should not be used,Michael Niedermayer2009-04-271-31/+0
* Remove confusing and redundant engrish chatter from avcodec_decode_video2().Michael Niedermayer2009-04-271-5/+1
* Support reading packed YUV422 10bit samples from Sveriges Television AB (SVT)Michael Niedermayer2009-04-221-0/+1
* Add 3 channel layout convenience macros.Justin Ruggles2009-04-181-1/+4
OpenPOWER on IntegriCloud