866 Commits (778bc09bbe5cd5b1044c47ff914de34971e3ba81)

Author SHA1 Message Date
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
Gwenole Beauchesne 1aea701830 Amend AVCodecContext with hwaccel_context (HW accelerator context). 16 years ago
Gwenole Beauchesne cd823ff950 Use av_mallocz() to initialize hwaccel_data_private. 16 years ago
Gwenole Beauchesne 68e5d5235e Add private HW accel data infrastructure. 16 years ago
Vitor Sessak 616e899c43 VQF demuxer 16 years ago
Ivan Schreter b283ba26ce Add handling of frame position in the parser. 16 years ago
Michael Niedermayer 3797c74ba5 Add ticks_per_frame, this should hopefully fix the regressions caused 16 years ago
Carl Eugen Hoyos 5fe2a515f8 Completed documentation of reference field. 16 years ago
Ivan Schreter 27ca0a79c9 Add timestamp computation if values are exported by decoder. 16 years ago
Ivan Schreter 810c451b02 Change duration computation to use time_base instead of TB/2. 16 years ago
Gwenole Beauchesne 40e5d31b57 More approved hunks for VAAPI & our new and cleaner hwaccel API. 16 years ago
Ivan Schreter 346db3ef7f Use context variable repeat_pict for frame duration computation and 16 years ago
Ivan Schreter b1fa494205 Add convergence_duration to AVCodecParserContext. 16 years ago
Peter Ross 9bf1b72405 Add AVERROR_EOF. 16 years ago
Ivan Schreter 6363af44da Add key_frame to AVCodecParserContext, used in libavformat. 16 years ago
Stefano Sabatini c1b0210115 Improve grammar: "X next after Y" -> "next X after Y". 16 years ago
Stefano Sabatini 0334f79994 Document av_codec_next(). 16 years ago
Ivan Kalvachev 24b1583a62 Another attempt to clarify draw_horiz_band() usage. 16 years ago