]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec /
2009-11-25 Michal SojkaRemoved static omkization
2009-05-25 Martin MolnarAdded autogenerated Makefiles
2009-05-14 Pavel PisaMakefile.omk sucks in config generated by config4omk. omkize
2009-05-14 Pavel PisaThe temporary workaround to create _build/user/ffmpeg...
2009-05-14 Pavel PisaThe FFMpeg can be made to build by OMK hackish way.
2009-05-14 Pavel PisaThe first step in omkization.
2009-05-14 Pavel PisaAdded copies of makefiles for OMK build.
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.
2009-04-30 ramiroExport av_free_packet().
2009-04-30 diegoAdd missing return statement to out-of-memory condition...
2009-04-29 diegoDrop unused libamr-nb fixed-point glue code.
2009-04-29 conradARM: Use fewer register in NEON put_pixels _y2 and...
2009-04-29 conradARM: NEON put_pixels_clamped
2009-04-27 stefanoImplement av_get_bits_per_pixel().
2009-04-27 vitorRevert r18700, documentation of deprecated functions...
2009-04-27 vitorCheck if there is enough bytes before reading the buffe...
2009-04-27 vitorSkip 0x0000 frame footer in EA ADPCM decoder.
2009-04-27 michaelRemove useless and outright wrong chatter from avcodec_...
2009-04-27 michaelRemove redundant chatter from avcodec_encode_audio()
2009-04-27 michaelNegative is error not -1, corrected in the doxy for...
2009-04-27 michaelAdd multiframe note to avcodec_decode_video() too.
2009-04-27 michaelCleanup first paragraph of doxy of avcodec_decode_audio3().
2009-04-27 michaelRemove documentation from deprecated fields, they shoul...
2009-04-27 michaelRemove confusing and redundant engrish chatter from...
2009-04-27 kostyaRevert changing VLC initialization type for RV3/4 decoder.
2009-04-26 ramiromlpdec: Simplify filtering code by using only one count...
2009-04-26 kostyaCorrectly update output sample format in wavpack decoder.
2009-04-25 bananProper subpacket size check for cook multichannel files.
2009-04-25 bananRemove parentheses
2009-04-25 bananSet the type of size in COOKSubpacket to unsigned
2009-04-25 stefanoAdd pixdescs definitions for planar YUV pixfmts with...
2009-04-25 bananMake sure we only parse max amount of subpackets (5...
2009-04-25 bananIndent
2009-04-25 bananRemove redundant code
2009-04-25 bananSupport cook multichannel files.
2009-04-25 bananFix the COOKDEBUG code
2009-04-25 bananFactor out COOKSubpacket, in preparation for multichann...
2009-04-25 stefanoAdd missing pixel format descriptor definitions.
2009-04-25 kostyaGet rid of monstrous static table and initialize VLCs...
2009-04-24 kostyaRemove useless assignment during initialization for...
2009-04-24 michaelindent
2009-04-24 kostyaTrueMotion 2 uses its own YUV-like colourspace, so...
2009-04-24 kostyacosmetics: remove extra space indentation
2009-04-24 kostyaMerge decoding functions for all bitdepths in WavPack...
2009-04-24 michaelSupport >8bit per component YUV in FFV1.
2009-04-24 michaelForce speed irrelevant calls to get/put_symbol() to...
next