]> git.sesse.net Git - ffmpeg/history - libavcodec
s/context/ctx/
[ffmpeg] / libavcodec /
2007-03-12 Michel BardiauxGive context to dprintf
2007-03-11 Benjamin LarssonRespect the gop size (-g) for marking I frames. Use...
2007-03-11 Ian BraithwaiteReplace custom modified discrete cosine transform with...
2007-03-11 Justin Rugglesthe AC-3 parser needs ac3.o
2007-03-11 Justin Rugglesmove AC-3 header parsing to ac3.c
2007-03-11 Kostya ShishkovCorrectly ME border blocks
2007-03-11 Reimar DöffingerCheck dimensions to avoid division by zero due to inval...
2007-03-11 Justin Rugglesremove redundancy in AC-3 parser by using common tables...
2007-03-10 Benjamin LarssonSimplify, use avctx->frame_number.
2007-03-09 Justin RugglesRemove common code from AC-3 encoder and utilize ac3.c.
2007-03-09 Justin RugglesCreate ac3.c which will be used for AC-3 common code.
2007-03-09 Justin Rugglessimplify AC-3 bit allocation
2007-03-08 Justin Rugglescosmetics. remove space before semi-colon.
2007-03-08 Ian BraithwaiteSimplify gain block handling.
2007-03-08 Ian BraithwaiteDon't output the first two frames, since they don't...
2007-03-08 Baptiste Coudurierfix drop frame timecode flag
2007-03-08 Michel BardiauxCorrections so that builds with DEBUG work
2007-03-08 Michael Niedermayerbitrate sanity check (fixes assertion failure)
2007-03-08 Benoit FouetRemove useless casts as recommended by Måns Rullgård.
2007-03-08 Benoit FouetCosmetics in amr.c.
2007-03-08 Benoit FouetMove the initialization on context definition. In...
2007-03-07 Michael Niedermayeradd a -ab with default of 64k
2007-03-07 Michael Niedermayeradd avcodec_get_context_defaults2() / avcodec_alloc_con...
2007-03-07 Michael Niedermayeradd av_opt_set_defaults2() which sets just defaults...
2007-03-07 Michael Niedermayermake av_find_opt() available to the public and add...
2007-03-07 Alex Beregszaszitypo: unkown->unknown
2007-03-06 Alex Beregszasziadd little endian 24bit read/write
2007-03-05 Benoit Fouetchange management of "ab" option in ffmpeg.c, so that...
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 Coudurieradd bytestream_get/put_be24 functions
2007-03-04 Baptiste Coudurierdummy support for mpeg2 non linear quant
2007-03-03 Michael Niedermayercheck for no frame and prevent segfault
2007-03-03 Baptiste Coudurierpartial avid meridien uncompressed support
2007-03-03 Patrice BensoussanAdd proper #idef to dlsymm call, also fixes an unresolv...
2007-03-03 Diego BiurrunClarify that this decoder uses liba52.
2007-03-02 Michael Niedermayersupport feeding individual NAL units to the decoder...
2007-03-02 Baptiste Couduriersupport for mjpeg bottom field first in mov
2007-03-02 Baptiste Coudurierfix adpcm swf decoding
2007-03-01 Baptiste Coudurierremove ps option and rename rtp_payload_size AVOption...
2007-03-01 Panagiotis IssarisAdd documentation to some avcodec.h's pix_fmt related...
2007-03-01 Baptiste Coudurierquicktime 'raw ' support
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-28 Baptiste Coudurierenable rtp payload size AVOption for video encoding
2007-02-28 Baptiste Coudurierfree faac extradata
2007-02-28 Kostya ShishkovLooks like I'll work on it this year too
2007-02-28 Kostya ShishkovWMV3 Complex Profile initial support
2007-02-28 Aurelien Jacobsenable some 64bit optimized code on 64bit arch
2007-02-27 Diego BiurrunFix wrong license header.
2007-02-27 Michel BardiauxRename WMADecodeContext to WMACodecContext
2007-02-27 Michel BardiauxSupply context to tprintf
2007-02-27 Kostya ShishkovDCA decoder
2007-02-27 Diego BiurrunThe Snow DEcoding routines should be under CONFIG_SNOW_...
2007-02-27 Diego BiurrunRemove useless conditional.
2007-02-25 Aurelien Jacobscleanup setting of returned data frame
2007-02-25 Aurelien JacobsUse pointers to avoid copying AVFrame.
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-02-25 Panagiotis IssarisMove the unaltered documentation of the functions which...
2007-02-25 Michael Niedermayerrewrite find_frame_end()
2007-02-25 Ramiro Pollause FFMIN
2007-02-24 Diego BiurrunOnly compile snowdsp_mmx.c if the Snow decoder is enabled.
2007-02-24 Diego BiurrunFix wrong conditional, Snow decoding, not encoding...
2007-02-24 Diego Biurruncosmetics: Fix another common typo, dependAnt --> depen...
2007-02-24 Alexander Strangeh264 optimization: common case hl_decode_mb patch by...
2007-02-24 Aurelien JacobsUse pointers to avoid copying AVFrame.
2007-02-23 Michael Niedermayerreorder a few more paddws to reduce dependancy chains
2007-02-23 Michael Niedermayerreorder paddws to reduce dependancy chain
2007-02-23 Benoit Fouetadd CODEC_TYPE_NB to enum CodecType, will be used to...
2007-02-23 Michael Niedermayershortening dependancy chain in chroma mc2
2007-02-23 Michael Niedermayerremove now wrong comment
2007-02-23 Michael Niedermayerfix chroma mc2 bug, this is based on a patch by (Oleg...
2007-02-23 Aurelien Jacobsuse av_noinline instead of __attribute((noinline))
2007-02-23 Michael Niedermayerdont check buffer size if the decode function wont...
2007-02-23 Panagiotis Issarisav_realloc_static() is an internal function and therefo...
2007-02-22 Panagiotis IssarisMove the av_realloc_static() declaration out of avcodec...
2007-02-22 Panagiotis IssarisDoxygenize the existing amr.c documentation.
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-22 Panagiotis IssarisFix spelling.
2007-02-22 Panagiotis IssarisThe memsetting of the end of buffer is not needed for...
2007-02-22 Panagiotis IssarisStray comment, probably copy & pasted from audio_encode...
2007-02-22 Panagiotis IssarisFix typo.
2007-02-22 Diego Biurruncosmetics: aswell --> as well typo fix
2007-02-22 Michael Niedermayergcc 2.95 fix
2007-02-21 Panagiotis IssarisCorrect typo.
2007-02-21 Aurelien Jacobssimplify release_buffer using FFSWAP
2007-02-21 Diego Biurrunsimplify i386 object handling
2007-02-21 Michael Niedermayeroutput delayed frames
2007-02-21 Diego Biurruncosmetics: Fix another common typo, gurantee --> guArantee.
2007-02-21 Kostya Shishkov100l: forgot to reset LS mode on new frame
2007-02-21 Diego Biurruncosmetics: Fix a common typo, sepErate --> sepArate.
next