]> git.sesse.net Git - ffmpeg/history - libavcodec/avcodec.h
avoid name clash
[ffmpeg] / libavcodec / avcodec.h
2002-10-28 Fabrice Bellardadded wma decoder
2002-10-27 Michael Niedermayerhandle direct rendering buffer allocation failure
2002-10-22 Michael Niedermayerxvid qpel bug workaround
2002-10-14 Michael Niedermayermpeg4 header parser clenup (needed for parsing of VOL...
2002-10-13 Michael Niedermayerbetter/cleaner error resilience (done in a 2nd pass...
2002-10-07 ArpiDV ntsc support, 411P colorspace added
2002-10-04 Fabrice Bellardadded DV support
2002-10-01 Michael Niedermayerrv10 cleanup (de)muxer still needs to be cleaned up...
2002-09-29 Michael Niedermayeridct permutation cleanup, idct can be selected per...
2002-09-28 Falk HüffnerMinor warning fix.
2002-09-27 Michael Niedermayerff_get_fourcc() & XVIX support
2002-09-26 Michael Niedermayerautodetect UMP4 (by adding a fourcc field to AVCodecCon...
2002-09-26 Michael Niedermayermpeg4 interlaced dct encoding
2002-09-24 Michael Niedermayerdarkness masking (lumi masking does only bright stuff...
2002-09-23 Michael Niedermayeradaptive quantization (lumi/temporal & spatial complexi...
2002-09-19 Michael Niedermayerfixing i_quant_factor, this should finally fix the...
2002-09-19 Michael Niedermayerdocumenting most stuff in AVCodecContext
2002-09-19 Michael Niedermayeravcodec_alloc_context()
2002-09-13 Alex Beregszasziaspect (ext. par too) support for h263 and mpeg4 (inc...
2002-09-12 Michael Niedermayerexport pts from stream if available
2002-09-12 Michael Niedermayerset pict_type & key_frame on decoding too
2002-09-06 Michael Niedermayersupport decoding of the last mpeg "packet" even if...
2002-09-01 Mark Hillsoggvorbis support patch by (Mark Hills <mark at pogo...
2002-09-01 Michael Niedermayercroping patch by (talus25 at speakeasy dot net) with...
2002-08-30 Martin Olschewskisun solaris compilation bugfix, patch by (Martin Olsche...
2002-08-29 Michael Niedermayerslow but accurate integer dct from IJG (should be ok...
2002-08-26 Alex Beregszasziadded aspected_width/height for EXTENDED_PAR
2002-08-25 Michael Niedermayernew ratecontrol code
2002-08-06 Michael Niedermayermpeg4 mpeg quantizer encoding
2002-07-27 Philip GladstoneAdd conversions to and from RGBA32 and BGRA32.
2002-07-25 Fabrice Bellardadded proposed API for parse_only mode to extract compr...
2002-07-20 François Revolbeos/mov/adpcm patch by François Revol <revol at free...
2002-07-15 Michael Niedermayeruvlinesize
2002-07-14 Michael Niedermayerdirect rendering method 1 support
2002-07-09 Nick Kurshevnew codec: Sorenson v1
2002-06-18 Michael Niedermayerwmv1 support
2002-06-11 Fabrice Bellardmemory functions are exported
2002-06-09 Michael Niedermayergrayscale only decoding
2002-06-03 Nick Kurshevuse qstride instead of fixed constants
2002-06-03 Nick Kurshevnew field for communicating with external postprocessing
2002-06-02 Michael Niedermayersingle coefficient elimination
2002-05-21 Michael Niedermayerworkaround dc_scale bug in old ffmpeg msmpeg4v3 encoder...
2002-05-20 Fabrice Bellardadded avcodec_set_bit_exact() for testing
2002-05-14 Juanjo- repeat_pict meaning changed, now it signals the extra...
2002-05-14 Zdenek Kabelac* first shot for the new avcodec API
2002-05-12 Nick Kurshevbuild num ++
2002-05-12 Nick Kurshevbuild info for ABI
2002-05-12 Nick KurshevI was too lazy to be a hero ;)
2002-05-12 Juanjo- repeat_pict added to AVCodecContext to signal if...
2002-05-11 Juanjo- pict_type exported to AVCodecContext
2002-05-09 Philip Gladstone* Start using enumerated types (makes debugging much...
2002-05-06 Juanjo- MPEG-4 B frames coding option for ffmpeg.c
2002-05-05 Nick Kurshevversion info
2002-05-01 ArpiSupport for external huffman table and various fixes...
2002-04-27 Michael Niedermayerexport mbskip_table for direct rendering
2002-04-24 Michael Niedermayeravcodec_flush_buffers()
2002-04-22 Michael Niedermayerexport delay info
2002-04-21 Michael Niedermayerfixed ratecontrol & b-frames
2002-04-20 Arpipostprocess array increased to handle images up to...
2002-04-17 Michael Niedermayerfixed mpeg4 time stuff on encoding
2002-04-15 Juanjo- Versions defined for libav/libavcodec.
2002-04-14 Juanjo- ME method compatibility with legacy apps.
2002-04-14 Juanjo- ME setting moved to AVCodecContext/MpegEncContext...
2002-04-09 Juanjo- PIX_FMT_ANY = -1 to avoid breaking any stuff that...
2002-04-09 Juanjo- Commented out PIX_FMT_ANY by now. It seems that not...
2002-04-08 Zdenek Kabelac* using pixtype as enum - by Philip Gladstone
2002-04-06 Michael Niedermayerwmv1 header parser (unfinished)
2002-04-05 Michael Niedermayermsmpeg4v2 decoding (no encoding yet)
2002-03-28 Arpiusing Juanjo's way to pass forced type - especially...
2002-03-28 Michael Niedermayerforce frame type for 2-pass encoding
2002-03-27 Michael Niedermayer4MV motion estimation (not finished yet)
2002-03-23 Michael Niedermayerstatistics for 2-pass encoding
2002-03-22 Michael Niedermayermore aspect stuff
2002-03-22 Michael Niedermayermpeg4 aspect_ratio_info in AVCodecContext (requested...
2002-03-22 Michael Niedermayernew motion estimation (epzs) not complete yet but allre...
2002-03-17 Michael Niedermayerhopefully better bitrate controll
2002-03-10 Juanjo- Added MP3 encoding through libmp3lame contributed...
2002-02-26 Juanjo- Added PSNR feature to libavcodec and ffmpeg. By now...
2002-02-09 Juanjo- Fixes on RTP and GOB headers for H.263.
2001-12-23 Arpiavcodec_find_encoder_by_name() patch by Alex
2001-11-19 Juanjo- Preliminary RTP friendly mode for H.263.
2001-11-05 Arpipostprocessing array increased to handle HDTV resolutio...
2001-10-16 Arpiexporting qscale data for postprocessing (for MPlayer)
2001-09-23 Fabrice Bellardadded pcm codecs
2001-08-15 Fabrice Bellardadded draw_horiz_band test
2001-08-11 Fabrice Bellardnew img_convert API - added deinterlacing filter
2001-08-06 Fabrice Bellardadded 422P and 444P formats (need to patch ffmpeg.c...
2001-08-06 Fabrice Bellardadded MJPEG decoder + comments
2001-07-23 Fabrice Bellardadded CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and...
2001-07-22 Fabrice BellardInitial revision