]> git.sesse.net Git - ffmpeg/history - libavcodec/avcodec.h
prepare splitting decoder-only parts into own file:
[ffmpeg] / libavcodec / avcodec.h
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-14 Nicolas GeorgeMore detailed documentation
2007-06-13 Carl Eugen HoyosImprove understanding ofavcodec_find_decoder()
2007-06-12 Diego Biurrunmisc spelling fixes
2007-06-12 Stefano SabatiniMove the video size and rate abbreviations system from...
2007-06-11 Aurelien Jacobsmove codecs declarations from avcodec.h to allcodecs.h
2007-06-07 Ronald S. BultjeAdd CPU feature definitions for SSE3 and SSSE3.
2007-06-07 Ronald S. BultjeCPU feature definitions should always be available...
2007-06-06 Diego BiurrunConsistent naming and lib prefixes for x264, xvid and...
2007-06-02 Diego BiurrunRename aac_decoder to libfaad_decoder for consistency...
2007-06-02 Diego BiurrunRename faac_encoder to libfaac_encoder for consistency...
2007-05-30 Stefano SabatiniAdd support for listing the supported pixel formats...
2007-05-19 Aurelien Jacobsallows to disable jpegls decoder
2007-05-17 Aurelien Jacobsremove libdts decoder, we have a native dts decoder
2007-05-16 Diego BiurrunRemove extern C declarations for C++.
2007-05-10 Benoit Fouetadd AVERROR_NOENT
2007-05-07 Ivo van PoortenRenderware TXD decoder
2007-05-07 Vitor SessakRoQ audio encoder
2007-05-07 Aurelien Jacobsmake some parser parameters const to avoid casting...
2007-05-04 Diego BiurrunRename oggvorbis decoder to libvorbis.
2007-05-03 Diego BiurrunGive libamr decoders/encoders a lib prefix in the name.
2007-05-03 Diego BiurrunRename dts_decoder to libdts_decoder.
2007-05-02 Nicolas Georgeadd the possibility to choose aac profile
2007-05-02 Diego Biurruncosmetics: Group all external library decoders and...
2007-05-02 Mark Coxpatch so that the deprecated items show up correctly
2007-04-29 Ivo van Poortenadd V.Flash PTX decoder
2007-04-18 Benjamin LarssonVersion bump, atrac3 added.
2007-04-17 Benjamin LarssonAtrac3 decoder.
2007-04-13 Joakim Platetimestamps generation improvement when parsing avi
2007-04-07 Nicholas TungBethsoft VID demuxer and video decoder
2007-04-07 Marco GerardsTHP PCM decoder, used on the Nintendo GameCube.
2007-04-07 Anssi HannulaInterplay C93 demuxer and video decoder
2007-04-07 Diego Biurrunspelling/wording/grammar
2007-04-06 Xiaohui SunSGI image decoder ported to the new image API.
2007-04-03 Michael Niedermayercosmetic
2007-04-03 Kamil NowosadFF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a...
2007-04-03 Michael Niedermayertiff encoder by (Bartlomiej Wolowiec b.wolowiec stude...
2007-04-01 Diego Biurrunsupport for the THP game format by Marco Gerards, mgera...
2007-03-27 Michael Niedermayercodec id addition guidlines
2007-03-26 Ivan Kalvachevget rid of unused entries in the middle of xvmc_render...
2007-03-25 Baptiste Coudurierincrement subminor version due to r8502 and r8504,...
2007-03-22 Michael Niedermayerclarify codec_tag
2007-03-22 Michael Niedermayerclarify sub_id
2007-03-18 Baptiste Coudurierdnxhd decoder
2007-03-15 Bobby BinghamTarga (.tga) encoder,
2007-03-14 Kostya ShishkovDXA demuxer and decoder
2007-03-13 Michael Niedermayerdeprecate av_mallocz_static()
2007-03-07 Michael Niedermayeradd avcodec_get_context_defaults2() / avcodec_alloc_con...
2007-03-04 Panagiotis IssarisAdd the prefix "av_" to img_crop(), img_copy() and...
2007-03-04 Baptiste Coudurierimx dump header bitstream filter, modifies bitstream...
2007-03-04 Baptiste Coudurierdummy support for mpeg2 non linear quant
2007-03-02 Michael Niedermayersupport feeding individual NAL units to the decoder...
2007-03-01 Panagiotis IssarisAdd documentation to some avcodec.h's pix_fmt related...
2007-03-01 Baptiste Coudurierget rid of CODEC_FLAG_H263P_AIC with next major bump
2007-03-01 Baptiste Coudurierdefine MPEG4AAC id to AAC, and get rid of it and MP3LAM...
2007-02-28 Baptiste Coudurierget rid of rtp_mode field after next major bump
2007-02-27 Kostya ShishkovDCA decoder
2007-02-25 Panagiotis IssarisMove the unaltered documentation of the functions which...
2007-02-24 Diego Biurruncosmetics: Fix another common typo, dependAnt --> depen...
2007-02-23 Benoit Fouetadd CODEC_TYPE_NB to enum CodecType, will be used to...
2007-02-22 Panagiotis IssarisMove the av_realloc_static() declaration out of avcodec...
2007-02-22 Panagiotis IssarisDoxygenize the comments for the av_fast_realloc() function.
2007-02-22 Panagiotis IssarisDoxygenize the comments for the av_free_static() function.
2007-02-22 Panagiotis IssarisDoxygenize the comments for the av_mallocz_static(...
2007-02-22 Panagiotis IssarisDoxygenize the comments for the av_realloc_static(...
2007-02-22 Panagiotis IssarisDoxygenize the comments for the av_get_bits_per_sample...
2007-02-22 Panagiotis IssarisDoxygenize the comments for the av_get_pict_type_char...
2007-02-22 Panagiotis IssarisDoxygenize the comments for the avpicture_free() function.
2007-02-22 Panagiotis IssarisMove the Doxygen function documentation unaltered from...
2007-02-22 Panagiotis IssarisAdd more Doxygen documentation.
2007-02-21 Panagiotis IssarisCorrect typo.
2007-02-21 Diego Biurruncosmetics: Fix another common typo, gurantee --> guArantee.
2007-02-20 Michel BardiauxAdd support for MS-GSM codec
2007-02-17 Michael Niedermayerremove imgresample and convert with the next version...
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2007-02-11 Diego BiurrunRename ac3 decoder to liba52 to prepare for native...
2007-02-06 Michael Niedermayerwma encoder
2007-02-06 Michael NiedermayerRevised patch for HD DVD .EVO demuxing by (Ian Caulfiel...
2007-02-05 Diego BiurrunBMP encoder by Michel Bardiaux, mbardiaux mediaxim be
2007-02-03 Kostya ShishkovVC-1 parser
2007-02-01 Måns Rullgårdrevert accidental checkin
2007-02-01 Måns Rullgårdremove redundant loads
2007-01-28 Måns RullgårdARMv6 SIMD IDCT
2007-01-26 Panagiotis IssarisTypo
2007-01-25 Diego BiurrunTheora encoding via libtheora.
2007-01-21 Diego Biurruncosmetics: Sort decoder/encoder/parser variables lists.
2007-01-21 Diego Biurruncosmetics: List all encoders together.
2007-01-21 Benjamin LarssonFlash screen video encoder.
2007-01-14 Michael Niedermayeravcodec_decode_audio2()
2006-12-24 Kostya ShishkovMusepack SV7 decoding support
2006-12-23 Michael Niedermayerskiprd
2006-12-17 Aurelien JacobsAdd support for VP60 and VP61.
2006-12-08 Måns Rullgårdlavc is at major version 51, delete old stuff
2006-12-07 Panagiotis IssarisAdd codec ID for a native H.264 encoder.
2006-12-07 Kostya ShishkovZMBV encoder
2006-12-06 Måns Rullgårduse the standard INT64_C() macro for 64-bit constants
2006-12-06 Panagiotis IssarisAdd "mixed_refs" description suggested by Loren Merritt...
2006-12-03 Reimar DöffingerMove BE_*/LE_*/ST*/LD* macros to a common place. Some...
2006-12-01 Baptiste Couduriermjpeg a dump header bitstream filter, modifies bitstrea...
2006-11-10 Michael Niedermayermp3 header (de)compression bitstream filter
next