Wed, 01 Sep 2010 10:26:28 +0000 |
aurel |
add FF_API_PALETTE_CONTROL define to drop usage of AVPaletteControl
libavcodec
|
Thu, 26 Aug 2010 00:38:25 +0000 |
stefano |
Implement avcodec_get_channel_layout().
libavcodec
|
Mon, 23 Aug 2010 13:19:48 +0000 |
bindhammer |
removed an unnecessary blank line
libavcodec
|
Mon, 23 Aug 2010 11:51:04 +0000 |
bindhammer |
added codec-ids for the a64 codec
libavcodec
|
Thu, 12 Aug 2010 15:05:58 +0000 |
stefano |
Implement av_get_image_linesize() and use it in
libavcodec
|
Wed, 11 Aug 2010 14:18:52 +0000 |
stefano |
Add av_picture_data_copy() and reimplement av_picture_copy() as a
libavcodec
|
Fri, 06 Aug 2010 09:36:45 +0000 |
stefano |
Deprecate avcodec_check_dimensions() in favor of the new function
libavcodec
|
Thu, 29 Jul 2010 23:44:57 +0000 |
stefano |
Move fill_image_linesize() and fill_image_data_ptr() from
libavcodec
|
Mon, 26 Jul 2010 23:12:28 +0000 |
stefano |
Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()
libavcodec
|
Sat, 24 Jul 2010 22:50:12 +0000 |
aurel |
add SubRip muxer and demuxer
libavcodec
|
Mon, 19 Jul 2010 22:38:23 +0000 |
rbultje |
Remove FF_MM_SSE2/3 flags for CPUs where this is generally not faster than
libavcodec
|
Sun, 18 Jul 2010 08:03:35 +0000 |
pross |
ASCII/ANSI art decoder
libavcodec
|
Sun, 11 Jul 2010 16:56:20 +0000 |
jbr |
Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.
libavcodec
|
Sun, 11 Jul 2010 07:35:00 +0000 |
reimar |
Add avsubtitle_free function.
libavcodec
|
Sun, 11 Jul 2010 05:06:08 +0000 |
pross |
Fix trivial punctuation error
libavcodec
|
Sat, 10 Jul 2010 23:35:15 +0000 |
reimar |
Document that and why subtitle decoders do not support direct-rendering.
libavcodec
|
Sat, 10 Jul 2010 07:55:06 +0000 |
reimar |
Add native GSM 06.10 audio decoder.
libavcodec
|
Wed, 07 Jul 2010 21:23:36 +0000 |
cehoyos |
Add new decoder property max_lowres and do not init decoder if requested value is higher.
libavcodec
|
Sat, 03 Jul 2010 15:35:23 +0000 |
cehoyos |
Change all occurences of "inofficial" to "unofficial" in code, comments
libavcodec
|
Fri, 02 Jul 2010 19:26:27 +0000 |
aurel |
fix comment grammar
libavcodec
|
Fri, 02 Jul 2010 15:56:38 +0000 |
aurel |
clarify convergence_duration documentation
libavcodec
|
Fri, 02 Jul 2010 12:48:32 +0000 |
diego |
Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.
libavcodec
|
Fri, 02 Jul 2010 00:03:48 +0000 |
mru |
Grammar fixes
libavcodec
|
Thu, 01 Jul 2010 18:49:44 +0000 |
stefano |
Move colorspace.h from libavcodec to libavutil.
libavcodec
|
Wed, 30 Jun 2010 20:09:37 +0000 |
mru |
Improve av_resample() documentation
libavcodec
|
Wed, 30 Jun 2010 15:38:06 +0000 |
mru |
Fix grammar errors in documentation
libavcodec
|
Tue, 22 Jun 2010 19:24:09 +0000 |
rbultje |
Native VP8 decoder.
libavcodec
|
Tue, 22 Jun 2010 09:22:21 +0000 |
mstorsjo |
Bump micro version, add changelog entry for DTS-ES extension decoding support
libavcodec
|
Sat, 19 Jun 2010 14:14:51 +0000 |
alexc |
Add HE-AAC v2 support to the AAC decoder.
libavcodec
|
Fri, 11 Jun 2010 09:01:25 +0000 |
vitor |
RealAudio 14.4k encoder.
libavcodec
|
Thu, 10 Jun 2010 08:39:05 +0000 |
thardin |
avcodec.h: Clarify AVCodecContext::pix_fmt documentation since its value may be set by the demuxer
libavcodec
|
Tue, 08 Jun 2010 11:55:06 +0000 |
pross |
Pictor/PC Paint decoder
libavcodec
|
Sat, 05 Jun 2010 20:58:56 +0000 |
mstorsjo |
Improve grammar and readability
libavcodec
|
Sat, 05 Jun 2010 12:01:28 +0000 |
stefano |
Move eval.c and eval.h from libavcodec to libavutil, and make the eval
libavcodec
|
Thu, 03 Jun 2010 21:59:25 +0000 |
michael |
Clarify that get/release_buffer() overriding only works with CODEC_CAP_DR1 codecs.
libavcodec
|
Thu, 03 Jun 2010 21:53:41 +0000 |
michael |
Document the frames returned by the decoder better.
libavcodec
|
Thu, 03 Jun 2010 20:47:59 +0000 |
cehoyos |
VP8 encoding via libvpx.
libavcodec
|
Wed, 02 Jun 2010 10:54:45 +0000 |
stefano |
Implement av_get_codec_tag_string() and use it in ffprobe.
libavcodec
|
Tue, 01 Jun 2010 08:07:07 +0000 |
stefano |
Make ff_parse_expr() and ff_parse_and_eval_expr() return an int
libavcodec
|
Wed, 26 May 2010 18:45:13 +0000 |
stefano |
Bump minor version bump and add an APIchanges entry after addition of
libavcodec
|
Wed, 26 May 2010 18:34:48 +0000 |
cehoyos |
Bump minor version and add Changelog entry after r23334.
libavcodec
|
Wed, 26 May 2010 10:38:48 +0000 |
cehoyos |
Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it.
libavcodec
|
Wed, 26 May 2010 04:20:32 +0000 |
alexc |
Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine packets once and only once.
libavcodec
|
Tue, 25 May 2010 01:19:08 +0000 |
cehoyos |
VP8 decoding via libvpx.
libavcodec
|
Sun, 23 May 2010 15:34:39 +0000 |
reimar |
Document CODEC_FLAG_EMU_EDGE and avcodec_align_dimensions interaction.
libavcodec
|
Thu, 20 May 2010 23:09:11 +0000 |
stefano |
Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags.
libavcodec
|
Wed, 19 May 2010 20:13:50 +0000 |
conrad |
Bump minor version for CODEC_ID_VP8
libavcodec
|
Wed, 19 May 2010 16:50:00 +0000 |
conrad |
Add VP8 CODEC_ID
libavcodec
|
Mon, 17 May 2010 22:49:34 +0000 |
stefano |
Add log_level_offset to AVCodecContext.
libavcodec
|
Sun, 16 May 2010 23:00:22 +0000 |
stefano |
Change the order of parameters for ff_eval_expr() and
libavcodec
|
Sat, 08 May 2010 16:24:33 +0000 |
reimar |
Another try for fixing/improving decode_video documentation.
libavcodec
|
Thu, 06 May 2010 22:38:18 +0000 |
darkshikari |
Add intra refresh and crf-max support to the libavcodec libx264 wrapper.
libavcodec
|
Sun, 02 May 2010 16:07:29 +0000 |
reimar |
Clarify how allocation works for the picture argument for
libavcodec
|
Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Thu, 01 Apr 2010 06:41:16 +0000 |
koorogi |
Add function to export EDGE_WIDTH from libavcodec.
libavcodec
|
Wed, 31 Mar 2010 21:10:52 +0000 |
rbultje |
Document API addition of avcodec_copy_context().
libavcodec
|
Wed, 31 Mar 2010 20:40:49 +0000 |
rbultje |
Add avcodec_copy_context().
libavcodec
|
Wed, 31 Mar 2010 12:29:58 +0000 |
cehoyos |
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
libavcodec
|
Tue, 30 Mar 2010 23:31:16 +0000 |
stefano |
Move AVMediaType from libavcodec to libavutil.
libavcodec
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavcodec
|
Tue, 30 Mar 2010 22:09:14 +0000 |
cehoyos |
Add spectral extension to the E-AC-3 decoder.
libavcodec
|
Mon, 29 Mar 2010 22:17:01 +0000 |
stefano |
Implement YOP demuxer and video decoder.
libavcodec
|
Sat, 27 Mar 2010 13:22:07 +0000 |
reimar |
Clearer CODEC_CAP_DR1 documentation.
libavcodec
|
Thu, 25 Mar 2010 19:25:21 +0000 |
bcoudurier |
Enable more libx264 options, aq, psy, rc lookahead and ssim
libavcodec
|
Tue, 23 Mar 2010 20:03:20 +0000 |
vitor |
Bump minor version, I forgot in the last commit
libavcodec
|
Mon, 22 Mar 2010 14:57:50 +0000 |
mstorsjo |
Add doxygen docs for av_xiphlacing
libavcodec
|
Mon, 15 Mar 2010 14:03:01 +0000 |
benoit |
Remove avcodec_thread_execute from avcodec.h, and make static functions that
libavcodec
|
Sat, 13 Mar 2010 18:19:36 +0000 |
aurel |
CODEC_ID_XVID is not used anywhere, remove it at next major bump
libavcodec
|
Sat, 13 Mar 2010 18:17:25 +0000 |
aurel |
bump minor avcodec version for libxvid codec id change (r22489)
libavcodec
|
Sat, 13 Mar 2010 09:43:24 +0000 |
stefano |
Move error code definitions from libavcodec/avcodec.h to
libavcodec
|
Tue, 09 Mar 2010 10:32:34 +0000 |
alexc |
Revert r22288 "Increase FF_INPUT_BUFFER_PADDING_SIZE to 64."
libavcodec
|
Tue, 09 Mar 2010 01:20:20 +0000 |
daniel |
Bump avcodec minor version for kgv1 decoder
libavcodec
|
Tue, 09 Mar 2010 01:03:09 +0000 |
daniel |
Kega Game Video (KGV1) decoder
libavcodec
|
Mon, 08 Mar 2010 04:33:02 +0000 |
alexc |
Add an HE-AAC v1 decoder.
libavcodec
|
Sun, 07 Mar 2010 21:56:45 +0000 |
mru |
Create a public API for FFT family of functions
libavcodec
|
Sun, 07 Mar 2010 21:16:44 +0000 |
alexc |
Increase FF_INPUT_BUFFER_PADDING_SIZE to 64.
libavcodec
|
Sat, 27 Feb 2010 21:13:22 +0000 |
reimar |
Fix avcodec_align_dimensions to return values suitably aligned for FLV decoding
libavcodec
|
Fri, 26 Feb 2010 08:55:43 +0000 |
benoit |
Fix typos in ref_index documentation.
libavcodec
|
Fri, 26 Feb 2010 00:51:26 +0000 |
michael |
Clarify ref_index.
libavcodec
|
Sun, 21 Feb 2010 13:28:46 +0000 |
kostya |
Bink video decoder
libavcodec
|
Fri, 12 Feb 2010 19:25:23 +0000 |
michael |
Try to support truncated h264 frames mixed with mpeg pes headers in mkv.
libavcodec
|
Fri, 12 Feb 2010 14:22:41 +0000 |
rbultje |
WMAVoice decoder.
libavcodec
|
Tue, 09 Feb 2010 07:55:07 +0000 |
kostya |
Indeo 5 decoder
libavcodec
|
Wed, 03 Feb 2010 09:56:16 +0000 |
pross |
IFF PBM/ILBM bitmap decoder
libavcodec
|
Sun, 31 Jan 2010 13:34:28 +0000 |
daniel |
libavcodec version bump for Bink codec IDs (r21536)
libavcodec
|
Sun, 31 Jan 2010 12:51:15 +0000 |
pross |
Bink Audio decoder
libavcodec
|
Sat, 30 Jan 2010 18:50:00 +0000 |
stefano |
Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().
libavcodec
|
Sat, 30 Jan 2010 09:48:55 +0000 |
daniel |
Add Bink codec IDs
libavcodec
|
Fri, 29 Jan 2010 19:11:47 +0000 |
reimar |
Make VP5 and VP6 decoders output a qscale table to allow for more automatic
libavcodec
|
Thu, 28 Jan 2010 20:57:29 +0000 |
cehoyos |
Export H264 profile and level in AVCodecContext.
libavcodec
|
Thu, 21 Jan 2010 13:49:47 +0000 |
michael |
Clarify CODEC_CAP_SUBFRAMES.
libavcodec
|
Sat, 16 Jan 2010 03:54:55 +0000 |
vitor |
SIPR16k decoder
libavcodec
|
Sun, 10 Jan 2010 21:38:15 +0000 |
vitor |
SIPR decoder for modes 8k5, 6k5 and 5k0.
libavcodec
|
Sun, 10 Jan 2010 05:41:36 +0000 |
pross |
Deluxe Paint Animation decoder
libavcodec
|
Sun, 03 Jan 2010 21:21:41 +0000 |
stefano |
Document avcodec_pix_fmt_to_codec_tag().
libavcodec
|
Sun, 03 Jan 2010 14:31:25 +0000 |
stefano |
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and
libavcodec
|
Wed, 23 Dec 2009 16:01:15 +0000 |
kostya |
Auravision Aura 2 decoder
libavcodec
|
Wed, 23 Dec 2009 13:04:57 +0000 |
kostya |
Add Auravision Aura decoding support
libavcodec
|
Thu, 17 Dec 2009 18:56:56 +0000 |
reimar |
Add decoder for R210 (uncompressed 10-bit RGB) codec.
libavcodec
|
Thu, 17 Dec 2009 17:25:31 +0000 |
vitor |
CD+G demuxer and decoder
libavcodec
|
Tue, 15 Dec 2009 13:46:42 +0000 |
ramiro |
Fix a typo in documentation.
libavcodec
|
Wed, 09 Dec 2009 00:24:33 +0000 |
darkshikari |
Minor version bump for mbtree addition.
libavcodec
|
Tue, 08 Dec 2009 20:01:46 +0000 |
darkshikari |
Add MBtree support for libx264
libavcodec
|
Tue, 24 Nov 2009 15:49:34 +0000 |
darkshikari |
Add weightp support in API for libx264.
libavcodec
|
Fri, 20 Nov 2009 19:16:42 +0000 |
daniel |
Add codec id for Flash screen codec v2 and hook it up in FLV demuxer
libavcodec
|
Wed, 18 Nov 2009 17:15:17 +0000 |
diego |
Add functions to return library license and library configuration.
libavcodec
|
Thu, 12 Nov 2009 20:21:38 +0000 |
vitor |
Bump minor version after MPEG-4 Lossless commit
libavcodec
|
Thu, 12 Nov 2009 20:08:17 +0000 |
cehoyos |
Bump minor version after applying ALS decoder.
libavcodec
|
Wed, 11 Nov 2009 20:24:23 +0000 |
alexc |
Add a channels field to MPEG4AudioConfig.
libavcodec
|
Tue, 10 Nov 2009 21:53:22 +0000 |
jbr |
Add CH_LAYOUT_NATIVE channel mask value to allow user to request native codec
libavcodec
|
Thu, 29 Oct 2009 10:46:16 +0000 |
cehoyos |
Support demuxing teletext in DVB streams.
libavcodec
|
Sat, 24 Oct 2009 17:24:16 +0000 |
vitor |
Bump micro version after the FRWU decoder inclusion
libavcodec
|
Tue, 13 Oct 2009 18:15:57 +0000 |
reimar |
Add decoder for "forward uncompressed".
libavcodec
|
Mon, 12 Oct 2009 19:50:31 +0000 |
faust3 |
extend description of avcodec_decode_audio3:
libavcodec
|
Mon, 12 Oct 2009 11:35:35 +0000 |
reimar |
Add an execute2 function that is more flexible and allows to use parallel
libavcodec
|
Tue, 29 Sep 2009 17:34:36 +0000 |
darkshikari |
Fix indentation in avcodec.h
libavcodec
|
Tue, 22 Sep 2009 17:28:03 +0000 |
banan |
Hook up the MD studio demuxer and Atrac1 decoder.
libavcodec
|
Wed, 16 Sep 2009 15:08:26 +0000 |
faust3 |
Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframes
libavcodec
|
Thu, 10 Sep 2009 18:49:25 +0000 |
banan |
Add ATRAC1 codec ID.
libavcodec
|
Wed, 02 Sep 2009 16:41:49 +0000 |
faust3 |
add missing wmapro decoder parts
libavcodec
|
Wed, 26 Aug 2009 22:10:35 +0000 |
cehoyos |
Decoder for LPCM as used in Bluray discs.
libavcodec
|
Tue, 25 Aug 2009 08:47:39 +0000 |
cehoyos |
Add Bluray Subtitle Support
libavcodec
|
Wed, 01 Jul 2009 10:36:18 +0000 |
mru |
Fix argument type mismatches for av_picture_crop and av_picture_fill
libavcodec
|
Mon, 29 Jun 2009 19:17:03 +0000 |
rbultje |
Add doxy to av_log_missing_feature() etc. stating that the function is
libavcodec
|
Mon, 29 Jun 2009 19:11:53 +0000 |
rbultje |
Move av_log_missing_feature() from the internal.h to the public avcodec.h
libavcodec
|
Tue, 23 Jun 2009 18:17:15 +0000 |
vitor |
Make documentation better match the code. Now AVCodecContext.sample_fmt
libavcodec
|
Fri, 19 Jun 2009 08:28:07 +0000 |
reimar |
Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoder
libavcodec
|
Sat, 13 Jun 2009 02:19:41 +0000 |
pross |
Electronic Arts Madcow decoder
libavcodec
|
Fri, 12 Jun 2009 05:29:29 +0000 |
diego |
DPX (Digital Picture Exchange) image decoder
libavcodec
|
Sun, 07 Jun 2009 19:30:54 +0000 |
michael |
Clarify (re)get_buffer() and CODEC_CAP_DR1 relation.
libavcodec
|
Sat, 06 Jun 2009 20:16:53 +0000 |
bcoudurier |
clarify avcodec_decode_audio3 and avcodec_decode_video2 doxygen
libavcodec
|
Sat, 06 Jun 2009 09:35:15 +0000 |
stefano |
Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should
libavcodec
|
Wed, 03 Jun 2009 11:20:35 +0000 |
reimar |
Add AV_PKT_FLAG_KEY and deprecate PKT_FLAG_KEY.
libavcodec
|
Wed, 03 Jun 2009 10:25:21 +0000 |
michael |
Clarify the input AVPacket for avcodec_decode*()
libavcodec
|
Sun, 31 May 2009 06:51:18 +0000 |
andoma |
Add a lock manager API to libavcodec.
libavcodec
|
Wed, 27 May 2009 21:40:10 +0000 |
bcoudurier |
remove apparently unused real_pict_num from AVCodecContext
libavcodec
|
Tue, 12 May 2009 19:56:48 +0000 |
bcoudurier |
V210 Uncompressed 4:2:2 10-bit encoder and decoder
libavcodec
|
Mon, 11 May 2009 04:34:23 +0000 |
conrad |
Add a chroma_sample_location field to define positioning of chroma samples
libavcodec
|
Wed, 06 May 2009 21:57:20 +0000 |
stefano |
Add 8088flex TMV video decoder.
libavcodec
|
Tue, 05 May 2009 18:25:20 +0000 |
michael |
Add colorspace fields to AVCodecContext.
libavcodec
|
Thu, 30 Apr 2009 12:06:34 +0000 |
ramiro |
Export av_free_packet().
libavcodec
|
Mon, 27 Apr 2009 18:35:54 +0000 |
vitor |
Revert r18700, documentation of deprecated functions might be useful for
libavcodec
|
Mon, 27 Apr 2009 12:41:41 +0000 |
michael |
Remove useless and outright wrong chatter from avcodec_encode_video().
libavcodec
|
Mon, 27 Apr 2009 12:39:30 +0000 |
michael |
Remove redundant chatter from avcodec_encode_audio()
libavcodec
|
Mon, 27 Apr 2009 12:38:14 +0000 |
michael |
Negative is error not -1, corrected in the doxy for avcodec_decode_subtitle2().
libavcodec
|
Mon, 27 Apr 2009 12:36:23 +0000 |
michael |
Add multiframe note to avcodec_decode_video() too.
libavcodec
|
Mon, 27 Apr 2009 12:34:25 +0000 |
michael |
Cleanup first paragraph of doxy of avcodec_decode_audio3().
libavcodec
|
Mon, 27 Apr 2009 12:28:56 +0000 |
michael |
Remove documentation from deprecated fields, they should not be used,
libavcodec
|
Mon, 27 Apr 2009 12:25:36 +0000 |
michael |
Remove confusing and redundant engrish chatter from avcodec_decode_video2().
libavcodec
|
Wed, 22 Apr 2009 01:50:15 +0000 |
michael |
Support reading packed YUV422 10bit samples from Sveriges Television AB (SVT)
libavcodec
|
Sat, 18 Apr 2009 18:51:01 +0000 |
jbr |
Add 3 channel layout convenience macros.
libavcodec
|
Fri, 17 Apr 2009 19:17:14 +0000 |
jai_menon |
Introduce codec id for MPEG-4 ALS and associate it with corresponding
libavcodec
|
Sun, 12 Apr 2009 13:17:37 +0000 |
reimar |
Add a av_fast_malloc function and replace several uses of av_fast_realloc,
libavcodec
|
Sat, 11 Apr 2009 21:14:29 +0000 |
stefano |
Fix documentation for avcodec_encode_audio(), in the case of PCM audio
libavcodec
|
Sat, 11 Apr 2009 12:42:29 +0000 |
reimar |
Get rid of av_destruct_packet_nofree and use NULL instead.
libavcodec
|
Wed, 08 Apr 2009 20:19:12 +0000 |
reimar |
Add av_shrink_packet function for use in av_get_packet that reduces pkt->size
libavcodec
|
Wed, 08 Apr 2009 01:45:44 +0000 |
superdump |
Clarify which time_base the relevant members of AVPacket use
libavcodec
|
Tue, 07 Apr 2009 18:31:14 +0000 |
rbultje |
Move av_packet_*() functions from libavformat/ to libavcodec/, where the
libavcodec
|
Tue, 07 Apr 2009 15:59:50 +0000 |
rbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
libavcodec
|
Tue, 07 Apr 2009 15:37:26 +0000 |
rbultje |
Move AVPacket up a bit, so that structs/functions that include AVPacket can
libavcodec
|
Mon, 06 Apr 2009 01:07:09 +0000 |
jbr |
Add convenience macros for 5.0/5.1 back speaker configurations.
libavcodec
|
Sat, 04 Apr 2009 13:20:53 +0000 |
stefano |
Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency
libavcodec
|
Thu, 02 Apr 2009 19:53:53 +0000 |
stefano |
Move AVPacket declaration from avformat.h to avcodec.h.
libavcodec
|
Wed, 01 Apr 2009 09:11:32 +0000 |
conrad |
Add SSE4 detection support
libavcodec
|
Sun, 22 Mar 2009 22:50:19 +0000 |
stefano |
Make the pixel formats which were defined as macros:
libavcodec
|
Sun, 22 Mar 2009 07:40:22 +0000 |
kostya |
Add AURA 1 and 2 codec IDs and register their FOURCCs
libavcodec
|
Sat, 21 Mar 2009 22:43:46 +0000 |
stefano |
Extend the behavior of avcodec_get_pix_fmt(), if it cannot find a
libavcodec
|
Sat, 21 Mar 2009 22:24:44 +0000 |
stefano |
Globally prefer enum PixelFormat over int when it makes sense.
libavcodec
|
Sat, 21 Mar 2009 13:51:29 +0000 |
diego |
Remove deprecated functions and structures on next version bump.
libavcodec
|
Sat, 21 Mar 2009 10:25:20 +0000 |
reimar |
Fix avpicture_get_size for non-paletted formats with a helper palette
libavcodec
|
Fri, 20 Mar 2009 12:04:58 +0000 |
gb |
Rename hwaccel_data_private to hwaccel_picture_private.
libavcodec
|
Thu, 19 Mar 2009 21:23:39 +0000 |
ramiro |
Split TrueHD decoder from MLP
libavcodec
|
Tue, 17 Mar 2009 12:43:09 +0000 |
gb |
Amend AVCodecContext with hwaccel_context (HW accelerator context).
libavcodec
|
Wed, 11 Mar 2009 08:25:00 +0000 |
gb |
Use av_mallocz() to initialize hwaccel_data_private.
libavcodec
|
Mon, 09 Mar 2009 08:04:41 +0000 |
gb |
Add private HW accel data infrastructure.
libavcodec
|
Sat, 07 Mar 2009 22:42:09 +0000 |
vitor |
VQF demuxer
libavcodec
|
Thu, 05 Mar 2009 07:35:06 +0000 |
schreter |
Add handling of frame position in the parser.
libavcodec
|
Thu, 26 Feb 2009 23:47:32 +0000 |
michael |
Add ticks_per_frame, this should hopefully fix the regressions caused
libavcodec
|
Thu, 26 Feb 2009 01:38:51 +0000 |
cehoyos |
Completed documentation of reference field.
libavcodec
|
Tue, 24 Feb 2009 22:19:09 +0000 |
cehoyos |
Add timestamp computation if values are exported by decoder.
libavcodec
|
Tue, 24 Feb 2009 20:17:02 +0000 |
cehoyos |
Change duration computation to use time_base instead of TB/2.
libavcodec
|
Mon, 23 Feb 2009 13:44:51 +0000 |
michael |
More approved hunks for VAAPI & our new and cleaner hwaccel API.
libavcodec
|
Sat, 21 Feb 2009 20:11:47 +0000 |
cehoyos |
Use context variable repeat_pict for frame duration computation and
libavcodec
|
Thu, 19 Feb 2009 23:35:59 +0000 |
cehoyos |
Add convergence_duration to AVCodecParserContext.
libavcodec
|
Thu, 19 Feb 2009 12:18:09 +0000 |
pross |
Add AVERROR_EOF.
libavcodec
|
Wed, 18 Feb 2009 23:46:05 +0000 |
cehoyos |
Add key_frame to AVCodecParserContext, used in libavformat.
libavcodec
|
Sun, 15 Feb 2009 20:45:10 +0000 |
stefano |
Improve grammar: "X next after Y" -> "next X after Y".
libavcodec
|
Sun, 15 Feb 2009 16:02:07 +0000 |
stefano |
Document av_codec_next().
libavcodec
|
Sat, 14 Feb 2009 22:22:55 +0000 |
iive |
Another attempt to clarify draw_horiz_band() usage.
libavcodec
|
Sat, 14 Feb 2009 21:00:26 +0000 |
diego |
Attempt to clarify draw_horiz_band description and fix two random typos.
libavcodec
|
Sat, 14 Feb 2009 20:52:18 +0000 |
iive |
More clarification for draw_horiz_band() in hwaccell mode.
libavcodec
|
Sat, 14 Feb 2009 20:07:52 +0000 |
iive |
Document that ff_draw_horiz_band() could be used as hwaccell callback.
libavcodec
|
Wed, 11 Feb 2009 22:57:10 +0000 |
bcoudurier |
extend resampling API, add S16 internal conversion
libavcodec
|
Mon, 09 Feb 2009 15:49:06 +0000 |
michael |
Try to doxyfy av_resample_init(). I hope I did not misremember anything as I
libavcodec
|
Mon, 09 Feb 2009 15:31:08 +0000 |
michael |
Move doxy for public resample2 functions to the public header.
libavcodec
|
Sun, 08 Feb 2009 18:56:33 +0000 |
michael |
Clarify has_b_frames doxy.
libavcodec
|
Fri, 06 Feb 2009 23:54:50 +0000 |
stefano |
Drop the deprecated function register_avcodec() at the next major
libavcodec
|
Fri, 06 Feb 2009 23:50:54 +0000 |
stefano |
Replace the calls to the deprecated function register_avcodec() with
libavcodec
|
Fri, 06 Feb 2009 23:46:15 +0000 |
stefano |
Rename register_avcodec() as avcodec_register() and deprecate the old
libavcodec
|
Fri, 06 Feb 2009 11:49:31 +0000 |
cehoyos |
Use libopenjpeg for jpeg2k decoding.
libavcodec
|
Thu, 05 Feb 2009 08:58:35 +0000 |
pross |
Electronic Arts TQI decoder
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Sat, 31 Jan 2009 00:45:34 +0000 |
michael |
Fix documentation of the return value of avcodec_encode_video().
libavcodec
|
Sun, 25 Jan 2009 19:11:10 +0000 |
diego |
Directly #include some required headers.
libavcodec
|
Sun, 18 Jan 2009 05:52:12 +0000 |
mru |
Alpha: proper IDCT selection
libavcodec
|
Sat, 17 Jan 2009 20:08:43 +0000 |
stefang |
added demuxer for FunCom ISS audio files,
libavcodec
|
Sat, 17 Jan 2009 01:17:04 +0000 |
cehoyos |
Remove CODEC_ID_H264_VDPAU.
libavcodec
|
Tue, 13 Jan 2009 19:13:08 +0000 |
michael |
Add CODEC_ID_MP1.
libavcodec
|
Wed, 07 Jan 2009 19:55:08 +0000 |
michael |
Document the need of buf=NULL buf_size=0 at the end to obtain all frames.
libavcodec
|
Sun, 04 Jan 2009 23:55:27 +0000 |
cehoyos |
Add VDPAU hardware accelerated decoding for H264 which can be used by
libavcodec
|
Sun, 04 Jan 2009 18:58:49 +0000 |
michael |
Move metadata API from avcodec to avformat.
libavcodec
|
Sun, 04 Jan 2009 18:48:37 +0000 |
michael |
Generic metadata API.
libavcodec
|
Sat, 03 Jan 2009 19:21:48 +0000 |
michael |
Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.
libavcodec
|
Sat, 03 Jan 2009 19:20:50 +0000 |
michael |
Add type, text and ass to AVSubtitleRect.
libavcodec
|
Sat, 03 Jan 2009 19:17:18 +0000 |
michael |
Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.
libavcodec
|
Sat, 03 Jan 2009 18:41:35 +0000 |
michael |
Replace some fixed width variable from AVSubtitle* by normal int.
libavcodec
|
Sat, 03 Jan 2009 17:58:25 +0000 |
michael |
Future doxy for a few fields of AVSubtitleRect.
libavcodec
|
Sat, 03 Jan 2009 17:54:48 +0000 |
michael |
Change AVSubtitle.rects to an array of pointers so ABI does not break
libavcodec
|
Sat, 03 Jan 2009 15:15:03 +0000 |
michael |
Add enum AVSubtitleType
libavcodec
|
Sat, 27 Dec 2008 09:22:21 +0000 |
reimar |
Bump minor number for many small improvements, tiff fax decoding,
libavcodec
|
Wed, 24 Dec 2008 17:38:27 +0000 |
michael |
Allow decoders to set AVCodecContext.refs.
libavcodec
|
Sat, 20 Dec 2008 18:06:01 +0000 |
kostya |
RV30 decoder
libavcodec
|
Tue, 16 Dec 2008 21:35:35 +0000 |
stefano |
Implement av_set_string3().
libavcodec
|
Mon, 15 Dec 2008 22:12:37 +0000 |
mru |
ARM: NEON optimised simple_idct
libavcodec
|
Sun, 14 Dec 2008 21:38:03 +0000 |
stefano |
Move documentation of avcodec_register_all() from allcodecs.c to
libavcodec
|
Sun, 14 Dec 2008 21:34:12 +0000 |
stefano |
Remove set_all_opt() and its use in av_set_string2(). Make
libavcodec
|
Sun, 14 Dec 2008 20:04:41 +0000 |
stefano |
Document register_avcodec().
libavcodec
|
Sun, 14 Dec 2008 20:04:00 +0000 |
stefano |
Make register_avcodec() call avcodec_init().
libavcodec
|
Sun, 14 Dec 2008 19:36:38 +0000 |
stefano |
Use a more explicit "codec" rather than "format" as the parameter of
libavcodec
|
Mon, 08 Dec 2008 21:21:38 +0000 |
stefano |
Make av_log_missing_feature an internal function, and change its name
libavcodec
|
Wed, 03 Dec 2008 15:23:30 +0000 |
diego |
Delete unnecessary 'extern' keywords.
libavcodec
|
Tue, 02 Dec 2008 16:48:05 +0000 |
vitor |
Commit last ok'ed parts of QCELP decoder and enable it.
libavcodec
|
Mon, 01 Dec 2008 06:40:36 +0000 |
kostya |
enable RV40 decoder
libavcodec
|
Sat, 29 Nov 2008 14:08:48 +0000 |
stefano |
Implement the fields rc_max_available_vbv_use and
libavcodec
|
Wed, 12 Nov 2008 17:47:23 +0000 |
romansh |
Making it easier to send arbitrary structures as work orders to MT workers
libavcodec
|
Sat, 08 Nov 2008 00:29:22 +0000 |
pross |
Electronic Arts TGQ video decoder
libavcodec
|
Mon, 03 Nov 2008 18:08:00 +0000 |
rathann |
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
libavcodec
|
Sun, 02 Nov 2008 21:04:28 +0000 |
andoma |
Change multichannel API define prefix from "CHANNEL_" to "CH_".
libavcodec
|
Sat, 01 Nov 2008 05:03:42 +0000 |
pross |
Add audio channel layout API to libavcodec.
libavcodec
|
Fri, 24 Oct 2008 01:38:30 +0000 |
bcoudurier |
dnxhd parser
libavcodec
|