]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2006-09-29 Panagiotis... Move the ratecontrol related code from mpegvideo.h...
2006-09-29 Panagiotis... Reformat the output of the list of available AVOptions...
2006-09-29 Panagiotis... Remove the override of lmin and lmax, so the actual...
2006-09-29 Panagiotis... Pull out the ff_eval* from the mpegvideo header, as...
2006-09-29 Baptiste Coudurierrudimentary binary seek
2006-09-29 Baptiste Coudurieradd another data definition ul
2006-09-29 Baptiste Coudurieruse a data definition uls table to fetch codec type
2006-09-29 Baptiste Coudurieradd string param to PRINT_KEY for debug
2006-09-29 Baptiste Couduriershut up gcc about incompatible pointer type
2006-09-29 Baptiste Coudurierremove useless casts
2006-09-29 Baptiste Coudurierremove gcc warnings about void * used in arithmetic
2006-09-28 Måns Rullgårdremove extraneous #ifdef CONFIG_ENCODERS/DECODERS
2006-09-28 Benjamin Larsson-interlace -> -ilme This has been wrong in the docs...
2006-09-28 Baptiste Couduriermove sample size adjusting code after audio stsd v2...
2006-09-28 Baptiste Coudurieradd lpcm fourcc
2006-09-28 Baptiste Coudurierchange codec id if sample size field is set to 24 in...
2006-09-28 Panagiotis... Remove the "mblmax" OptionDef. The equally named AVOpti...
2006-09-28 Panagiotis... Remove the "mblmin" OptionDef. The equally named AVOpti...
2006-09-28 Panagiotis... Remove the "lmin" OptionDef. The equally named AVOption...
2006-09-28 Panagiotis... Remove the "lmax" OptionDef. The equally named AVOption...
2006-09-28 Siarhei Siamashkaadd FASTDIV macro for ARM. Reported speed-up on MPEG...
2006-09-28 Kostya ShishkovHandle case of get_bits(0)
2006-09-27 Måns Rullgårddc_val should be signed
2006-09-27 Måns Rullgårdreturn 0 from encode_picture() and estimate_qp() on...
2006-09-27 Måns Rullgårdmake sure we can create and execute files in $TMPDIR
2006-09-27 Michael Niedermayerprevent infinite loop with VORC012.WMA
2006-09-27 Måns Rullgårdput ARM feature tests next to other CPU tests
2006-09-27 Måns Rullgårdtry to stop people blindly using --cross-compile
2006-09-27 Panagiotis... Break compatibility only when first part of version...
2006-09-27 Panagiotis... Make AVOption parsign code use ff_eval2()
2006-09-27 Måns Rullgårdadd some #ifdef CONFIG_ENCODERS/DECODERS
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-09-27 Panagiotis... Make ratecontrol use ff_eval2().
2006-09-27 Måns Rullgårdremove useless memset()
2006-09-27 Luca AbeniAdd support for YUVJ formats
2006-09-27 Panagiotis... Fix compilation by postponing deprecation of ff_eval...
2006-09-27 Kostya Shishkovfree memory before return
2006-09-27 Kostya Shishkovbump lavc version for WavPack decoder
2006-09-26 Michael Niedermayerfix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000)
2006-09-26 Panagiotis... Introduce ff_eval2 which is equivalent to ff_eval but...
2006-09-26 Måns RullgårdARMv5TE optimized IDCT
2006-09-26 Michael Niedermayerfix decoding of bastard1.rm (rv ver=0x10003001 ver0...
2006-09-26 Michael Niedermayerfix r_frame_rate init code for groundhog.vob
2006-09-26 Måns Rullgårdfix MUL16 macro
2006-09-26 Michael Niedermayerdrop broken telecine detection code
2006-09-26 Michael Niedermayerreindent
2006-09-26 Michael Niedermayerdont ignore MAX_READ_SIZE
2006-09-26 Michael Niedermayersupport forward seeking in non seekable streams
2006-09-26 Michael Niedermayersimplify seek() failure check
2006-09-26 Panagiotis... Handle 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 Diego BiurrunRemove 404 link.
2006-09-24 Oded Shimonfix to vorbis decoder for book==0
2006-09-24 Panagiotis... Missing extern declaration for av_strtod.
2006-09-24 Michael Niedermayercosmetic
2006-09-24 Michael Niedermayersegfault fix
2006-09-24 Luca AbeniImprove swscale-example to test conversions between...
2006-09-23 Panagiotis... Define NAN -if not already defined- as 0.0/0.0
2006-09-22 Luca BarbatoUse mathops
2006-09-22 Panagiotis... Remove the "error" OptionDef. The equally named AVOptio...
2006-09-22 Panagiotis... Remove the "mepc" OptionDef. The equally named AVOption...
2006-09-22 Panagiotis... Remove the "skip_exp" OptionDef. The equally named...
2006-09-22 Panagiotis... Remove the "skip_factor" OptionDef. The equally named...
2006-09-22 Panagiotis... Remove the "skip_threshold" OptionDef. The equally...
2006-09-22 Panagiotis... Remove the "mb_threshold" OptionDef. The equally named...
2006-09-22 Michael Niedermayersimplify url_fseek()
2006-09-21 Loren Merrittremove a division from STOP_TIMER
2006-09-21 Loren Merrittsimplify asm mid_pred, as suggested by michaelni.
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 Roman Shaposhnik * Moving FifoBuffer out of libavformat/avformat...
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 Niedermayerreduce scores if the mp3 frames dont start from the...
2006-09-20 Michael Niedermayerset supported pixel formats for a few encoders (fixes...
2006-09-20 Panagiotis... The "video_rc_buffer_aggressivity" variable is not...
2006-09-20 Panagiotis... Remove the "sc_threshold" OptionDef variable.
2006-09-20 Panagiotis... Remove the "bug" OptionDef used for setting the workaro...
2006-09-20 Panagiotis... Remove the "qsquish" OptionDef. The AVOption min/max...
2006-09-20 Panagiotis... Remove the "qmax" OptionDef.
2006-09-20 Panagiotis... Remove the "qmin" OptionDef.
2006-09-20 Panagiotis... Remove the "bf" OptionDef parameter so the equally...
2006-09-20 Panagiotis... Inform the user that a certain AVOption is out of range.
2006-09-20 Panagiotis... Correct the constraints of some AVOptions. These had...
2006-09-20 Panagiotis... Migrate the "packetsize" OptionDef option to become...
2006-09-20 Panagiotis... Migrate the "muxrate" OptionDef option to become an...
2006-09-19 Luca BarbatoNew single instruction math operation header
2006-09-19 Michael Niedermayeruse correct rounding functions
2006-09-18 Benjamin LarssonAdded qcelp faq.
next