802 Commits (14a8acf108d24de2794229f755773c2b7459ba67)

Author SHA1 Message Date
Diego Biurrun c60208e7a1 Directly #include some required headers. 16 years ago
Måns Rullgård 74c4746344 Alpha: proper IDCT selection 16 years ago
Stefan Gehrer 055dc116fc added demuxer for FunCom ISS audio files, 16 years ago
Carl Eugen Hoyos 0d3d172f32 Remove CODEC_ID_H264_VDPAU. 16 years ago
Michael Niedermayer 7f507b2d9e Add CODEC_ID_MP1. 16 years ago
Michael Niedermayer 1b9bbf8674 Document the need of buf=NULL buf_size=0 at the end to obtain all frames. 16 years ago
NVIDIA Corporation 369122dd77 Add VDPAU hardware accelerated decoding for H264 which can be used by 16 years ago
Michael Niedermayer a6d18a0e6a Move metadata API from avcodec to avformat. 16 years ago
Michael Niedermayer 47146dfbf6 Generic metadata API. 16 years ago
Michael Niedermayer 1104a26a42 Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes. 16 years ago
Michael Niedermayer f656106f76 Add type, text and ass to AVSubtitleRect. 16 years ago
Michael Niedermayer 25b4c651a3 Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture. 16 years ago
Michael Niedermayer ebc466bb5f Replace some fixed width variable from AVSubtitle* by normal int. 16 years ago
Michael Niedermayer 2e94fb5d46 Future doxy for a few fields of AVSubtitleRect. 16 years ago
Michael Niedermayer db4fac64db Change AVSubtitle.rects to an array of pointers so ABI does not break 16 years ago
Michael Niedermayer c66216ed5d Add enum AVSubtitleType 16 years ago
Reimar Döffinger b870027a19 Bump minor number for many small improvements, tiff fax decoding, 16 years ago
Michael Niedermayer 53d55e9ea3 Allow decoders to set AVCodecContext.refs. 16 years ago
Kostya Shishkov 6beb8b2612 RV30 decoder 16 years ago
Stefano Sabatini 7b1454c439 Implement av_set_string3(). 16 years ago
Måns Rullgård 7eec43289a ARM: NEON optimised simple_idct 16 years ago
Stefano Sabatini d0a01fe84b Move documentation of avcodec_register_all() from allcodecs.c to 16 years ago
Stefano Sabatini 54c441c860 Remove set_all_opt() and its use in av_set_string2(). Make 16 years ago
Stefano Sabatini d1ca187fb6 Document register_avcodec(). 16 years ago
Stefano Sabatini 7a961a46ba Make register_avcodec() call avcodec_init(). 16 years ago
Stefano Sabatini 335a761a90 Use a more explicit "codec" rather than "format" as the parameter of 16 years ago
Stefano Sabatini dbbec0c2f2 Make av_log_missing_feature an internal function, and change its name 16 years ago
Diego Biurrun 9686df2be5 Delete unnecessary 'extern' keywords. 16 years ago
Kenan Gillet 73b458e354 Commit last ok'ed parts of QCELP decoder and enable it. 16 years ago
Kostya Shishkov 11c0f9eca1 enable RV40 decoder 16 years ago
Baptiste Coudurier 3bff4d8b7a Implement the fields rc_max_available_vbv_use and 16 years ago
Roman Shaposhnik 3a84713aaa Making it easier to send arbitrary structures as work orders to MT workers 16 years ago
Peter Ross 42b30357be Electronic Arts TGQ video decoder 16 years ago
Dominik Mierzejewski 82d1605fe7 Remove duplicated MM_* macros for CPU capabilities from dsputil.h. 16 years ago
Andreas Öman 9d9b9d32e6 Change multichannel API define prefix from "CHANNEL_" to "CH_". 16 years ago
Peter Ross 0d72e7d0ae Add audio channel layout API to libavcodec. 16 years ago
Baptiste Coudurier da396bf84e dnxhd parser 16 years ago
Francesco Cosoleto 30ab4deda8 Document the directpred auto value. 16 years ago
Benjamin Larsson faeedbbb06 Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work 16 years ago
Michael Niedermayer 475e4e2ffc Remove deprecated avcodec_decode_audio() this one was not under #ifdef. 16 years ago
Michael Niedermayer 9d21494776 avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 pix_fmts. 16 years ago
Michael Niedermayer 047599a4ba Rename error_resilience to error_recognition. 16 years ago
Michael Niedermayer 38360668d6 Remove DEFAULT_FRAME_RATE_BASE. 16 years ago
Michael Niedermayer 23694e27f0 Drop deprecated SAMPLE_FMT_S24. 16 years ago
Michael Niedermayer d578432db8 Remove stuff under #if LIBAVCODEC_VERSION_INT. 16 years ago
Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
Michael Niedermayer 8e5af7a654 Clarify sample_aspect_ratio. 16 years ago
Justin Ruggles 2988c93d94 create a separate codec_id for E-AC-3 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Peter Ross 43a38a7c3e Remove 'currently unused' warning about SAMPLE_FMT_xxx. 16 years ago