]> git.sesse.net Git - ffmpeg/history - libavcodec
simplify seek() failure check
[ffmpeg] / libavcodec /
2006-09-26 Panagiotis IssarisHandle possible failure of ff_eval.
2006-09-26 Michael Niedermayermpeg1 b_strategy=2 segfault fix
2006-09-26 Kostya ShishkovWavPack lossless audio decoder
2006-09-25 Reimar Döffingerremove get_le16 and get_le32, get_bits and get_bits_lon...
2006-09-25 Reimar DöffingerGet rid of get_bits_long_le, get_bits_long was fixed...
2006-09-25 Reimar DöffingerChanges needed due to show_bits_long behaviour changes...
2006-09-25 Reimar DöffingerFix get_bits_long to work with ALT_BITSTREAM_READER_LE.
2006-09-25 Aurelien Jacobsrename vector to vect to avoid clash with Apple gcc
2006-09-25 Luca Barbatomove memory functions from avcodec to avutil
2006-09-24 Oded Shimonfix to vorbis decoder for book==0
2006-09-24 Panagiotis IssarisMissing extern declaration for av_strtod.
2006-09-24 Michael Niedermayercosmetic
2006-09-24 Michael Niedermayersegfault fix
2006-09-23 Panagiotis IssarisDefine NAN -if not already defined- as 0.0/0.0
2006-09-22 Luca BarbatoUse mathops
2006-09-22 Panagiotis IssarisRemove the "error" OptionDef. The equally named AVOptio...
2006-09-22 Panagiotis IssarisRemove the "mepc" OptionDef. The equally named AVOption...
2006-09-22 Panagiotis IssarisRemove the "mb_threshold" OptionDef. The equally named...
2006-09-21 Loren Merrittcosmetics (indentation)
2006-09-21 Loren Merritttweak ff_imdct_calc_3dn2
2006-09-21 Loren Merrittsse implementation of imdct.
2006-09-21 Kostya ShishkovFinally enable B-frame decoding as all known samples...
2006-09-21 Kostya ShishkovFor B-frames if the second reference frame signals...
2006-09-21 Kostya ShishkovReorder MV order in B-frames so no swapping in vc1_b_mc...
2006-09-21 Kostya ShishkovZero number of current scan after decoding one picture.
2006-09-21 Michael Niedermayer1000l copy and paste typo
2006-09-20 Michael Niedermayerset supported pixel formats for a few encoders (fixes...
2006-09-20 Panagiotis IssarisRemove the "qsquish" OptionDef. The AVOption min/max...
2006-09-20 Panagiotis IssarisRemove the "qmax" OptionDef.
2006-09-20 Panagiotis IssarisRemove the "qmin" OptionDef.
2006-09-20 Panagiotis IssarisRemove the "bf" OptionDef parameter so the equally...
2006-09-20 Panagiotis IssarisInform the user that a certain AVOption is out of range.
2006-09-20 Panagiotis IssarisCorrect the constraints of some AVOptions. These had...
2006-09-19 Luca BarbatoNew single instruction math operation header
2006-09-19 Michael Niedermayeruse correct rounding functions
2006-09-18 Panagiotis IssarisAdd support for SI (k, M, ...) and IEC/IEEE (Ki, Mi...
2006-09-17 Michael NiedermayerK prefix
2006-09-17 Michael Niedermayersupport SI and some non SI prefixes
2006-09-16 Michael BenjaminADI Blackfin optimizations
2006-09-16 Måns Rullgårdremove junk characters in comment
2006-09-15 Måns Rullgårdclean up #ifdef HAVE_IPP
2006-09-15 Panagiotis IssarisCorrect the i_qfactor minimum, which was current set...
2006-09-15 Diego BiurrunFix Indel --> Intel typo.
2006-09-15 Panagiotis IssarisRename the AVOption's names to the shorter OptionDef...
2006-09-15 Baptiste Coudurierremove unused, uninitialized free format frame size
2006-09-14 Aurelien Jacobsdisable vp3 mmx idct for theora files to avoid artifacts
2006-09-14 Panagiotis IssarisSynchronize the defaults specified in the AVOptions...
2006-09-14 Panagiotis IssarisMake OFFSET() reuse offsetof
2006-09-14 Panagiotis IssarisAllow parameter values (AVOptions) to use the 'k',...
2006-09-14 Diego BiurrunRemove the LGPL exception clause as discussed on ffmpeg...
2006-09-13 Siarhei SiamashkaProper armv5te instructions support detection.
2006-09-13 Aurelien Jacobsreplaces back some C code by dsp.put_pixels_tab[0]...
2006-09-13 Panagiotis Issariscorrects the type of the AVOption parameter "bugs"...
2006-09-13 Panagiotis Issarisadds descriptions to the libavcodec AVOptions array...
2006-09-12 Aurelien JacobsEnables back the mmx/sse optimized version of the vp3...
2006-09-12 Kostya ShishkovSwap back and forward motion vectors to achieve correct...
2006-09-12 Kostya ShishkovSet motion vectors used in B-frames to zero by default
2006-09-12 Kostya ShishkovUse h264_chroma funcs in B-frames MC too
2006-09-12 Kostya ShishkovFix edge emulation for bicubic MC in B frames
2006-09-12 Kostya Shishkov2989l: Set avctx->has_b_frames value in header and...
2006-09-11 Aurelien Jacobsdon't use dsp.put_pixels_tab[0][0] with unaligned ptr...
2006-09-10 Siarhei Siamashkaarmv5 optimizations
2006-09-10 Panagiotis IssarisUse and set sane AVOption defaults
2006-09-10 Panagiotis Issarisadds doxygen docs to av_opt_set_defaults. Patch by...
2006-09-10 Panagiotis Issarismake AVOptions default value field work.
2006-09-10 Diego BiurrunRemove unused variable.
2006-09-10 Luca BarbatoCleanup, from Emanuele Giaquinta <exg@gentoo.org>
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2006-09-10 Kostya ShishkovDisable B-frames decoding until they produce correct...
2006-09-09 Aurelien Jacobsrename vector to vect to avoid clash with Apple gcc
2006-09-09 Diego BiurrunAdd proper GPL headers.
2006-09-09 Aurelien JacobsVP5 and VP6 video decoder
2006-09-09 Kostya ShishkovDrop unneeded checks before av_free() and change to...
2006-09-09 Kostya ShishkovSupport for BI-frames in Advanced Profile
2006-09-09 Kostya ShishkovDon't print header bits by default
2006-09-09 Kostya Shishkov[Cosmetics] Remove if(profile < PROFILE_ADVANCED) from...
2006-09-09 Kostya Shishkov[Cosmetics] Remove some done TODOs/FIXMEs from comments
2006-09-09 Kostya ShishkovProper support for B/BI frames
2006-09-09 Panagiotis Issarisundefines a few temporary defines which were not undefi...
2006-09-08 Michael Niedermayerprint more correct error messges
2006-09-07 Kostya ShishkovHandle the rest of known blocks (by skipping them)
2006-09-07 Kostya ShishkovTests for overreading input data
2006-09-07 Kostya ShishkovCursor drawing support
2006-09-06 Diego BiurrunSwitch license from GPL to LGPL. The original author...
2006-09-05 Alan CurryFix buffer handling for stereo mace files, fixes some...
2006-09-05 Corey Hickeysecond pass encoding changes:
2006-09-05 Diego BiurrunMark this file properly as LGPL as allowed by its autho...
2006-09-05 Kostya ShishkovTry to handle all chunks, previous scheme was not correct.
2006-09-05 Kostya ShishkovHandle raw blocks correctly (both updating pointer...
2006-09-05 Kostya ShishkovVMware Video decoder (fourcc: VMnc)
2006-09-04 Michael Niedermayerseems the output of that code is never used
2006-09-04 Måns Rullgårdinline align_get_bits()
2006-09-04 Corey Hickeyerror message spelling typo
2006-09-04 Diego BiurrunExchange informal GPL notice by official license header.
2006-09-04 Kostya ShishkovVC-1 Advanced Profile support (progressive only, tested...
2006-09-04 Roman Shaposhnik * Restructuring the division of labor between DV...
2006-09-03 Diego BiurrunThe license of this file is LGPL, as clarified by Fabrice.
2006-09-03 Diego BiurrunAdd copyright notice from the Independent JPEG Group...
2006-09-03 Justin RugglesFix 2 bit allocation bugs. One fix enables using a...
2006-09-03 Kostya ShishkovAltiVec version of put_no_rnd_h264_chroma_pixels_tab...
next