]> git.sesse.net Git - ffmpeg/history - libavcodec
hardcode ff_ac3_frame_sizes table
[ffmpeg] / libavcodec /
2007-03-18 Justin Ruggleshardcode ff_ac3_frame_sizes table
2007-03-17 Bobby BinghamAdd RLE encoding support, patch by Bobby Bingham, uhmmm...
2007-03-17 Bobby BinghamMove the encoding of the image data to its own function.
2007-03-17 Bobby BinghamAdd 15 bit support, patch by Bobby Bingham, uhmmmm...
2007-03-15 John Dalglieshforce 16-bytes alignement of block array, as needed...
2007-03-15 Ian Braithwaitesubband_coef_noise -> subband_coef_sign
2007-03-15 Bobby BinghamTarga (.tga) encoder,
2007-03-14 Michael Niedermayer10l for myself, fixing --disable-encoders
2007-03-14 Kostya ShishkovDXA demuxer and decoder
2007-03-14 Michael Niedermayerdeprecate ff_realloc_static
2007-03-14 Michael Niedermayer10l to whoever wrote this
2007-03-14 Michael Niedermayerkill av_mallocz_static() calls in init_rl()
2007-03-14 Michael Niedermayermove RLTable stuff to its own header
2007-03-14 Michael Niedermayerkill av_mallocz_static()
2007-03-14 Baptiste Coudurierreindent after last commit
2007-03-14 Baptiste Coudurierh264 complete frames parsing support
2007-03-14 Michael Niedermayerkill 3 more av_mallocz_static()
2007-03-14 Michael Niedermayerkill another 2 av_mallocz_static()
2007-03-13 Michael Niedermayerkill a av_mallocz_static()
2007-03-13 Michael Niedermayer10^10l to whoever wrote this
2007-03-13 Michael Niedermayerremove useless static cm variable
2007-03-13 Michael Niedermayercosmetic
2007-03-13 Michael Niedermayerremove silly static int done protecting the initalizati...
2007-03-13 Michael Niedermayerremove redundant memset()
2007-03-13 Michael Niedermayerdont malloc() static mv_penalty arrays
2007-03-13 Michael Niedermayerdeprecate av_mallocz_static()
2007-03-13 Ian BraithwaiteCombine the window and overlap loops,
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...
next