]> git.sesse.net Git - ffmpeg/history - libavcodec
Check url_seek() in url_open().
[ffmpeg] / libavcodec /
2008-05-04 Jason Garrett-GlaserUse a state machine to reduce branching logic in decode...
2008-05-04 Ramiro PollaPrevent targaenc.c from outputting trash byte.
2008-05-04 Sisir KoppakaAdd complete multimedia Wiki URL, patch by Sisir Koppaka.
2008-05-04 Ramiro PollaIndent.
2008-05-04 Ramiro PollaDo not read out of array bounds.
2008-05-03 Michael NiedermayerOutput buffer overflow.
2008-05-03 Michael NiedermayerHeap buffer overflow.
2008-05-03 Michael NiedermayerFix memset(0) based buffer overflow.
2008-05-03 Michael NiedermayerMove declaration a little.
2008-05-03 Michael NiedermayerSetting i to 0 once should do.
2008-05-03 Diego Biurruncosmetics: Consistently use C-style comments in #endif...
2008-05-03 Anuradha SuraparajuAdd Dirac support through libschroedinger.
2008-05-03 Diego Biurrun10l: Unbreak libdirac compilation; CONFIG_LIBDIRAC...
2008-05-03 Måns Rullgårdfix checkheaders when libdirac not installed
2008-05-03 Måns Rullgårdadd necessary #includes in headers
2008-05-03 Anuradha SuraparajuDirac decoding/encoding support via libdirac.
2008-05-03 Diego BiurrunAdd Dirac parser from SoC; written by Marco Gerards;
2008-05-02 Justin Rugglesinclude avcodec.h
2008-05-02 Benjamin LarssonLong name spelling fixes
2008-05-02 Justin Rugglesmove call to init_get_bits inside conditional
2008-05-02 Justin Rugglesshare streaminfo parsing function
2008-05-02 Justin Rugglessplit out some decoder context params to a shared macro
2008-05-02 Justin Ruggleschange function parameters for dump_headers()
2008-05-02 Justin Ruggleschange function parameters for metadata_streaminfo()
2008-05-01 Diego PettenòMark symbol as static, patch by Diego 'Flameeyes' Pette...
2008-04-30 Diego BiurrunComment out unused ff_vc1_norm6_spec table.
2008-04-30 Stefano SabatiniTransform codec short name into a single word.
2008-04-29 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-04-29 Michael Niedermayerindent
2008-04-29 Michael NiedermayerFix decoding of:
2008-04-29 Ramiro PollaTypo: distoration -> distortion.
2008-04-29 Robert SwainRemove leading whitespace in long codec name that was...
2008-04-29 Stefano SabatiniAdd some long names to AVCodec declarations.
2008-04-29 Stefano SabatiniTransform codec names into single words.
2008-04-29 Justin Rugglesremove unused variable, min_framesize
2008-04-28 Kostya ShishkovCalculate motion vector information based on PTS provid...
2008-04-28 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-04-27 Stefano SabatiniMake 8SVX codec names just a single word for consistenc...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-04-27 Diego BiurrunUse filename as multiple inclusion guard.
2008-04-26 Diego BiurrunRename i386/cputest.c --> i386/cpuid.c.
2008-04-26 Diego BiurrunRemove unnecessary test program dependency declarations.
2008-04-26 Robert SwainGrammar fixes and improvements for the new ACELP code
2008-04-26 Baptiste Coudurierbreak if error in header so it can output already decod...
2008-04-26 Baptiste Couduriermerge init with declaration
2008-04-26 Baptiste Couduriercosmetics: merge decls
2008-04-26 Baptiste Couduriersimplify: merge loops
2008-04-26 Baptiste Couduriersimplify
2008-04-26 Baptiste Couduriersimplify: remove useless fields and vars
2008-04-26 Baptiste Couduriermove MP3On4DecodeContext def near the code and under...
2008-04-26 Baptiste Couduriercorrectly patch syncword for samples rates < 16000...
2008-04-26 Baptiste Coudurierfix 1 frame config decoding
2008-04-26 Baptiste Coudurierremove old draft last case not present anymore in iso...
2008-04-26 Baptiste Couduriermp3on4 decoder now depends on mpeg4audio code
2008-04-26 Baptiste Coudurieruse mpeg4audio common code
2008-04-26 Kostya ShishkovSkip blocks in B-frames reuse motion vectors from next...
2008-04-26 Baptiste Couduriersimplify
2008-04-26 Baptiste Couduriercorrectly compute out_size and samples number
2008-04-26 Baptiste Coudurierfsize is 12 bits according to specs
2008-04-26 Baptiste Couduriersimplify using FFMIN3
2008-04-26 Baptiste Coudurierreturn error if buf_size is too small
2008-04-26 Baptiste Couduriervalues can fit uint8_t
2008-04-26 Baptiste Coudurieradd const
2008-04-26 Vladimir VoroshilovFixed-point LSP and LPC decoding routines for ACELP...
2008-04-26 Ramiro Pollaget_vlc2() only gets up to three levels in the tables...
2008-04-26 Kostya ShishkovCorrect company name
2008-04-25 Vladimir VoroshilovFixed-point implementation of ff_cos, ff_log2, ff_exp2.
2008-04-25 Baptiste Coudurier10l, alphabetical order
2008-04-25 Baptiste Coudurieridentation
2008-04-25 Baptiste Coudurierremove no more needed field
2008-04-25 Baptiste Coudurierremove unused var
2008-04-25 Baptiste Coudurierremove ima qt decoding hack, decode whole frame at...
2008-04-25 Baptiste Coudurierfix adpcm ima qt decoding, channel at init is 0, correc...
2008-04-25 Baptiste Coudurierset channels and sample rate from mpeg4audio config
2008-04-25 Baptiste Couduriermov demuxer depends on mpeg4audio code now
2008-04-25 Michel BardiauxMake sure some value is always returned via data_size
2008-04-25 Michel BardiauxAllow bitrates zero and 13200 (needed for decoding...
2008-04-24 Bartlomiej Wolowiecadd a ff_ac3_parse_header_full() which calls ff_ac3_par...
2008-04-24 Thorsten JordanSet pixel aspect ratio for libxvid wrapper.
2008-04-22 Ramiro PollaFix regression introduced by r12929.
2008-04-22 Ramiro PollaThe code now is pretty self explanatory about the heade...
2008-04-22 Ramiro PollaUse bytestream functions for reading frame header.
2008-04-22 Thorsten JordanMake Xvid wrapper use threads (with support for newest...
2008-04-22 Stefano SabatiniAdd supported_samplerates field to AVCodec
2008-04-22 Diego BiurrunRename diracschro_common.[ch] to libdirac_libschro...
2008-04-22 Luca Barbatolibdirac and libschro common code, patch from Anuradha...
2008-04-22 Bartlomiej Wolowiecchange ff_ac3_parse_header() to take a GetBitContext...
2008-04-22 Sisir KoppakaAdd .longname to bfi_decoder declaration.
2008-04-21 Keiji CostantiniForce inlining of MPV_motion_internal.
2008-04-21 Keiji CostantiniUnroll codepath
2008-04-20 Reimar DöffingerSimplify ff_split_xiph_headers
2008-04-20 Reimar DöffingerAdd checks to ff_split_xiph_headers to ensure that...
2008-04-19 Vladimir VoroshilovImplement FFMAX3(a,b,c) - maximum over three arguments.
2008-04-19 Ramiro PollaDo not pass dct_block to vlc_decode_block().
2008-04-19 Ramiro PollaCosmetics and style.
2008-04-19 Ramiro PollaRename vlc1 to vlc.
2008-04-19 Michael NiedermayerMake most of E-AC-3 work without breaking regression...
2008-04-19 Michael NiedermayerThis fixes the code so it is correct on both sides...
2008-04-19 Michael Niedermayerindent
next