]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
cosmetics: Fix some typos.
[frescor/ffmpeg.git] / libavcodec /
2009-05-22 diegocosmetics: Fix some typos.
2009-05-21 jbr10l: typing mistake in r18888
2009-05-21 jbreac3dec: fix bug in GAQ dequantization
2009-05-21 jbreac3dec: make GAQ dequantization 24-bit
2009-05-21 jbreac3dec: revert commit r18860. keep the AHT IDCT 24...
2009-05-20 mrumathops: sort arch-specific #include lines
2009-05-20 mrumathops: whitespace cosmetics
2009-05-20 benoitUse IF1 frame sizes in AMR-WB.
2009-05-20 sergeUse iMDCT output scaling to simplify ffvorbis and make...
2009-05-20 sergeFix for a problem with inverted sign of output data...
2009-05-20 sergeSupport for testing (i)MDCT output scale factor in...
2009-05-19 diegoThe AC-3 decoder is now LGPL. Exchange the license...
2009-05-19 darkshikariLGPL version of ac3_decode_transform_coeffs_ch, ~12...
2009-05-19 alexcAdd missing libavformat dependencies on mpeg4audio.o
2009-05-19 diegoMove AMR-WB-specific code to the AMR-WB section of...
2009-05-19 diegocosmetics: Move AMR-WB-specific code to the AMR-WB...
2009-05-18 diegoRemove useless casts of vec_ld() parameters.
2009-05-17 bananIndent
2009-05-17 bananChange from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STA...
2009-05-17 bananIndent
2009-05-17 bananSwitch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STA...
2009-05-17 vitorMake TMV decoder check packet sizes before reading...
2009-05-17 reimarAdd a forward declaration of mpeg1_decode_block_intra...
2009-05-17 jbreac3dec: use 16-bit pre-mantissas instead of 24-bit...
2009-05-17 mrumpeg12: fix non-standard use of "extern inline"
2009-05-16 jbrac3dec: fix coupling range check. the start subband...
2009-05-16 sergeSupport for getting (i)MDCT output multiplied by a...
2009-05-16 kostyaFix off-by-one error in MS RLE decoder which may result...
2009-05-15 diegocosmetics: K&R coding style, indent correctly, break...
2009-05-15 diegoReplace 'x == 0' if conditions with '!x'.
2009-05-15 diegocosmetics: Remove pointless {}.
2009-05-15 diegoSurround AMR_WB encoding code by appropriate #ifdefs.
2009-05-15 diegocosmetics: Move some more code around to avoid #ifdeffery.
2009-05-15 diegocosmetics: Move functions around so that encoding and...
2009-05-15 diegoRemove redundant #if condition. Two CONFIG_LIBAMR_NB...
2009-05-15 diegoAdd av_cold attribute to amr_nb decoding/encoding initi...
2009-05-15 bananBugfix for bug introduced in the multichannel cook...
2009-05-15 ramiromlp: Simplify adressing of state and coeffs arrays...
2009-05-15 ramiromlp: include mlp.h and use MAX_CHANNELS instead of...
2009-05-15 conradEnsure that we don't read from invalid memory with...
2009-05-15 bcoudurierdecode mpeg-2 closed gop first b frames, fix issue...
2009-05-15 bcoudurierchange pic type to Picture* and remove casts
2009-05-14 stefanoDocument av_set_string3() returned error codes.
2009-05-14 stefanoMake av_set_string3() print a message in case of unknow...
2009-05-14 stefanoProvide a context to av_log() calls in av_set_number2...
2009-05-14 sergeFix for issue #829 ("ffvorbis outputs crackling sound...
2009-05-14 michaelFix VBV delay for mpeg1/2 CBR.
2009-05-14 conradUse skip_bits_long() for large skips
2009-05-13 alexcSubroutine to copy an AAC Program Config Element (PCE)
2009-05-13 alexcCosmetics after last commit
2009-05-13 alexcAllow parsing and decoding of ADTS AAC files with chann...
2009-05-13 alexcMove the ADTS header size to the parser's header file.
2009-05-13 alexcAdd a quick description to the H.264 BSF
2009-05-13 bcoudurieradd casts to silence gcc warnings
2009-05-13 bcoudurieradd casts to silence gcc warnings
2009-05-12 diegoFix bandwith vs. bandwiDth typo.
2009-05-12 bcoudurierV210 Uncompressed 4:2:2 10-bit encoder and decoder
2009-05-11 diegoSupport 16K samplerate in Nellymoser.
2009-05-11 conradAdd a chroma_sample_location field to define positionin...
2009-05-11 mruPPC: 32-bit asm for MAC64 and MLS64
2009-05-10 bcouduriersgi encoder does not support pal8
2009-05-10 bcoudurierreindent
2009-05-10 bcouduriercheck for palette presence, fix crash with QT-BMP.mov...
2009-05-10 bananRemove dead nested assignment found by CSA
2009-05-10 bcoudurierupdate comment for rgb 16 bit in .mov
2009-05-09 diegoAdd necessary header for CONFIG_RUNTIME_CPUDETECT prepr...
2009-05-08 diegodata parameter of dnxhd_encode_picture() should not...
2009-05-08 michaelCorrect x/ymin to avoid segfault due to out of picture...
2009-05-06 stefanoAdd 8088flex TMV video decoder.
2009-05-06 stefanoAdd CGA and palette data for 8088flex TMV decoder.
2009-05-06 ramiromlpdec: Fix possible writing out of array bounds introd...
2009-05-06 ramiromlpdec: Split sync word error and MLP sync word check.
2009-05-06 ramiromlpdec: Fix indentation that got mangled from copy...
2009-05-06 kostyaAdd 32-bit RGB support to TIFF decoder and extend a...
2009-05-06 kostyaAdd floating point audio decoding to WavPack decoder.
2009-05-06 kostyaPrepare WavPack decoder to support floating point output.
2009-05-06 jbrcosmetics: line wrap and vertical alignment
2009-05-06 jbrac3dec: Remove unneeded context variable, num_cpl_subba...
2009-05-05 jbrcosmetics: indentation after last commit
2009-05-05 jbrac3dec: move channel remapping to outside of block...
2009-05-05 michaelExtract colorspace fields from MPEG1/2.
2009-05-05 mrumpegaudio: enclose SUM8() macro args in parens when...
2009-05-05 mrumpegaudio: avoid unnecessary copy in high-precision...
2009-05-05 mrumpegaudio: use av_clip()
2009-05-05 michaelAdd colorspace fields to AVCodecContext.
2009-05-05 cehoyosCosmetics: Fix indentation after r18741.
2009-05-05 michaelDo not discard mp3 frames in the parser after a broken...
2009-05-05 kostyaFactorize out integer sample value decoding for WavPack.
2009-05-04 mruPPC: implement MULH() in assembler
2009-05-04 diegoDo not scan for MP3 header after the given buffer and...
2009-05-04 reynaldoProperly handle SILENCE frame. Patch by Kenan Gillet.
2009-05-03 bananRemove dead assignments found by CSA
2009-05-03 kostyaCheck whether extra bits block has enough data.
2009-05-02 bananRemove dead assignments found by CSA
2009-05-02 bananRemove dead assignments found by CSA
2009-05-02 kostyaDecode extended bitstream for high-precision WavPack...
2009-05-01 michaelIgnore first entry of intra matrixes if its invalid.
2009-05-01 michaelFactorize quantization matrix loading code out.
2009-04-30 ramiroDon't #if a function declaration and properly indent it.
2009-04-30 ramiromlpdec: Move MLP's filter_channel() to dsputils.
next