883 Commits (1aa71e258dff1f63177ac799c63cffc84e56eeff)

Author SHA1 Message Date
Måns Rullgård 4a30fff60d Fix argument type mismatches for av_picture_crop and av_picture_fill 15 years ago
Ronald S. Bultje 684aa30251 Add doxy to av_log_missing_feature() etc. stating that the function is 15 years ago
Ronald S. Bultje 4811f89bc6 Move av_log_missing_feature() from the internal.h to the public avcodec.h 15 years ago
Brian Crowell ce9dd8f509 Make documentation better match the code. Now AVCodecContext.sample_fmt 15 years ago
Reimar Döffinger 4bbe788ab7 Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoder 15 years ago
Peter Ross c63ea92bf2 Electronic Arts Madcow decoder 16 years ago
Jimmy Christensen 94d3d6a468 DPX (Digital Picture Exchange) image decoder 16 years ago
Michael Niedermayer f1b99cc63b Clarify (re)get_buffer() and CODEC_CAP_DR1 relation. 16 years ago
Baptiste Coudurier ae8d21fb45 clarify avcodec_decode_audio3 and avcodec_decode_video2 doxygen 16 years ago
Stefano Sabatini bf7e799c9e Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should 16 years ago
Reimar Döffinger 8f3f2e0676 Add AV_PKT_FLAG_KEY and deprecate PKT_FLAG_KEY. 16 years ago
Michael Niedermayer da45d5b9c6 Clarify the input AVPacket for avcodec_decode*() 16 years ago
Andreas Öman f988ce6cad Add a lock manager API to libavcodec. 16 years ago
Baptiste Coudurier c0601d705c remove apparently unused real_pict_num from AVCodecContext 16 years ago
Baptiste Coudurier ca0bb1c49c V210 Uncompressed 4:2:2 10-bit encoder and decoder 16 years ago
David Conrad 580a7465fb Add a chroma_sample_location field to define positioning of chroma samples 16 years ago
Daniel Verkamp a1fd2bc350 Add 8088flex TMV video decoder. 16 years ago
Michael Niedermayer 4ee6a5c161 Add colorspace fields to AVCodecContext. 16 years ago
Ramiro Polla ce1d9c851c Export av_free_packet(). 16 years ago
Vitor Sessak 859471565a Revert r18700, documentation of deprecated functions might be useful for 16 years ago
Michael Niedermayer 859f9c0b47 Remove useless and outright wrong chatter from avcodec_encode_video(). 16 years ago
Michael Niedermayer aa04b9204e Remove redundant chatter from avcodec_encode_audio() 16 years ago
Michael Niedermayer 1885c76acf Negative is error not -1, corrected in the doxy for avcodec_decode_subtitle2(). 16 years ago
Michael Niedermayer 4d24c24fcb Add multiframe note to avcodec_decode_video() too. 16 years ago
Michael Niedermayer e5776422b4 Cleanup first paragraph of doxy of avcodec_decode_audio3(). 16 years ago
Michael Niedermayer 3784411100 Remove documentation from deprecated fields, they should not be used, 16 years ago
Michael Niedermayer ed57ef39e6 Remove confusing and redundant engrish chatter from avcodec_decode_video2(). 16 years ago
Michael Niedermayer 97f9214342 Support reading packed YUV422 10bit samples from Sveriges Television AB (SVT) 16 years ago
Justin Ruggles 1b7bc4a245 Add 3 channel layout convenience macros. 16 years ago
Jai Menon b24bbbb4da Introduce codec id for MPEG-4 ALS and associate it with corresponding 16 years ago
Reimar Döffinger 238ef6dadd Add a av_fast_malloc function and replace several uses of av_fast_realloc, 16 years ago
John Fletcher dae2434928 Fix documentation for avcodec_encode_audio(), in the case of PCM audio 16 years ago
Reimar Döffinger 80d403fc19 Get rid of av_destruct_packet_nofree and use NULL instead. 16 years ago
Reimar Döffinger feb993e579 Add av_shrink_packet function for use in av_get_packet that reduces pkt->size 16 years ago
Robert Swain 7b356d3951 Clarify which time_base the relevant members of AVPacket use 16 years ago
Thilo Borgmann cdd8930e6a Move av_packet_*() functions from libavformat/ to libavcodec/, where the 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Thilo Borgmann 18c915eef4 Move AVPacket up a bit, so that structs/functions that include AVPacket can 16 years ago
Justin Ruggles 8613af0a65 Add convenience macros for 5.0/5.1 back speaker configurations. 16 years ago
Stefano Sabatini 6b4343616c Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency 16 years ago
Thilo Borgmann fabd2469f1 Move AVPacket declaration from avformat.h to avcodec.h. 16 years ago
David Conrad 710441c2f6 Add SSE4 detection support 16 years ago
Stefano Sabatini 6e08ca9c51 Make the pixel formats which were defined as macros: 16 years ago
Kostya Shishkov c21fbefb9d Add AURA 1 and 2 codec IDs and register their FOURCCs 16 years ago
Stefano Sabatini d89f692f0e Extend the behavior of avcodec_get_pix_fmt(), if it cannot find a 16 years ago
Stefano Sabatini a61ec8e7ae Globally prefer enum PixelFormat over int when it makes sense. 16 years ago
Diego Biurrun 2bbd85719c Remove deprecated functions and structures on next version bump. 16 years ago
Reimar Döffinger 899a8fa1cb Fix avpicture_get_size for non-paletted formats with a helper palette 16 years ago
Gwenole Beauchesne 952e2083bc Rename hwaccel_data_private to hwaccel_picture_private. 16 years ago
Ramiro Polla 9ba4821d93 Split TrueHD decoder from MLP 16 years ago