| Commit message (Expand) | Author | Age | Files | Lines |
* | Add decoder for "forward uncompressed". | Reimar Döffinger | 2009-10-13 | 1 | -0/+1 |
* | extend description of avcodec_decode_audio3: | Sascha Sommer | 2009-10-12 | 1 | -3/+5 |
* | Add an execute2 function that is more flexible and allows to use parallel | Reimar Döffinger | 2009-10-12 | 1 | -1/+22 |
* | Fix indentation in avcodec.h | Jason Garrett-Glaser | 2009-09-29 | 1 | -1/+1 |
* | Hook up the MD studio demuxer and Atrac1 decoder. | Benjamin Larsson | 2009-09-22 | 1 | -1/+1 |
* | Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframes | Sascha Sommer | 2009-09-16 | 1 | -0/+4 |
* | Add ATRAC1 codec ID. | Benjamin Larsson | 2009-09-10 | 1 | -0/+1 |
* | add missing wmapro decoder parts | Sascha Sommer | 2009-09-02 | 1 | -1/+1 |
* | Decoder for LPCM as used in Bluray discs. | Christian Schmidt | 2009-08-26 | 1 | -1/+3 |
* | Add Bluray Subtitle Support | Stephen Backway | 2009-08-25 | 1 | -1/+2 |
* | Fix argument type mismatches for av_picture_crop and av_picture_fill | Måns Rullgård | 2009-07-01 | 1 | -1/+1 |
* | Add doxy to av_log_missing_feature() etc. stating that the function is | Ronald S. Bultje | 2009-06-29 | 1 | -2/+6 |
* | Move av_log_missing_feature() from the internal.h to the public avcodec.h | Ronald S. Bultje | 2009-06-29 | 1 | -0/+20 |
* | Make documentation better match the code. Now AVCodecContext.sample_fmt | Brian Crowell | 2009-06-23 | 1 | -2/+2 |
* | Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoder | Reimar Döffinger | 2009-06-19 | 1 | -2/+3 |
* | Electronic Arts Madcow decoder | Peter Ross | 2009-06-13 | 1 | -1/+2 |
* | DPX (Digital Picture Exchange) image decoder | Jimmy Christensen | 2009-06-12 | 1 | -0/+1 |
* | Clarify (re)get_buffer() and CODEC_CAP_DR1 relation. | Michael Niedermayer | 2009-06-07 | 1 | -0/+6 |
* | clarify avcodec_decode_audio3 and avcodec_decode_video2 doxygen | Baptiste Coudurier | 2009-06-06 | 1 | -12/+10 |
* | Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should | Stefano Sabatini | 2009-06-06 | 1 | -36/+36 |
* | Add AV_PKT_FLAG_KEY and deprecate PKT_FLAG_KEY. | Reimar Döffinger | 2009-06-03 | 1 | -2/+5 |
* | Clarify the input AVPacket for avcodec_decode*() | Michael Niedermayer | 2009-06-03 | 1 | -0/+7 |
* | Add a lock manager API to libavcodec. | Andreas Öman | 2009-05-31 | 1 | -1/+27 |
* | remove apparently unused real_pict_num from AVCodecContext | Baptiste Coudurier | 2009-05-27 | 1 | -1/+3 |
* | V210 Uncompressed 4:2:2 10-bit encoder and decoder | Baptiste Coudurier | 2009-05-12 | 1 | -1/+2 |
* | Add a chroma_sample_location field to define positioning of chroma samples | David Conrad | 2009-05-11 | 1 | -0/+23 |
* | Add 8088flex TMV video decoder. | Daniel Verkamp | 2009-05-06 | 1 | -0/+1 |
* | Add colorspace fields to AVCodecContext. | Michael Niedermayer | 2009-05-05 | 1 | -0/+65 |
* | Export av_free_packet(). | Ramiro Polla | 2009-04-30 | 1 | -8/+2 |
* | Revert r18700, documentation of deprecated functions might be useful for | Vitor Sessak | 2009-04-27 | 1 | -0/+31 |
* | Remove useless and outright wrong chatter from avcodec_encode_video(). | Michael Niedermayer | 2009-04-27 | 1 | -4/+1 |
* | Remove redundant chatter from avcodec_encode_audio() | Michael Niedermayer | 2009-04-27 | 1 | -4/+0 |
* | Negative is error not -1, corrected in the doxy for avcodec_decode_subtitle2(). | Michael Niedermayer | 2009-04-27 | 1 | -1/+1 |
* | Add multiframe note to avcodec_decode_video() too. | Michael Niedermayer | 2009-04-27 | 1 | -0/+2 |
* | Cleanup first paragraph of doxy of avcodec_decode_audio3(). | Michael Niedermayer | 2009-04-27 | 1 | -5/+4 |
* | Remove documentation from deprecated fields, they should not be used, | Michael Niedermayer | 2009-04-27 | 1 | -31/+0 |
* | Remove confusing and redundant engrish chatter from avcodec_decode_video2(). | Michael Niedermayer | 2009-04-27 | 1 | -5/+1 |
* | Support reading packed YUV422 10bit samples from Sveriges Television AB (SVT) | Michael Niedermayer | 2009-04-22 | 1 | -0/+1 |
* | Add 3 channel layout convenience macros. | Justin Ruggles | 2009-04-18 | 1 | -1/+4 |
* | Introduce codec id for MPEG-4 ALS and associate it with corresponding | Jai Menon | 2009-04-17 | 1 | -1/+2 |
* | Add a av_fast_malloc function and replace several uses of av_fast_realloc, | Reimar Döffinger | 2009-04-12 | 1 | -0/+14 |
* | Fix documentation for avcodec_encode_audio(), in the case of PCM audio | John Fletcher | 2009-04-11 | 1 | -0/+3 |
* | Get rid of av_destruct_packet_nofree and use NULL instead. | Reimar Döffinger | 2009-04-11 | 1 | -3/+7 |
* | Add av_shrink_packet function for use in av_get_packet that reduces pkt->size | Reimar Döffinger | 2009-04-08 | 1 | -0/+8 |
* | Clarify which time_base the relevant members of AVPacket use | Robert Swain | 2009-04-08 | 1 | -6/+6 |
* | Move av_packet_*() functions from libavformat/ to libavcodec/, where the | Thilo Borgmann | 2009-04-07 | 1 | -0/+43 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -20/+72 |
* | Move AVPacket up a bit, so that structs/functions that include AVPacket can | Thilo Borgmann | 2009-04-07 | 1 | -49/+49 |
* | Add convenience macros for 5.0/5.1 back speaker configurations. | Justin Ruggles | 2009-04-06 | 1 | -3/+4 |
* | Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency | Stefano Sabatini | 2009-04-04 | 1 | -1/+4 |