]> git.sesse.net Git - ffmpeg/history - libavcodec
cosmetics: Fix stray wrongly indented line.
[ffmpeg] / libavcodec /
2007-04-29 Alex Beregszaszicheck for channels<=0 and print a reasonable error...
2007-04-29 Ivo van Poortenadd V.Flash PTX decoder
2007-04-27 Michael Niedermayerfix exploitable buffer overflow
2007-04-27 Diego BiurrunMark code parts that cannot work on AMD64 due to broken...
2007-04-26 Diego Biurrun10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE...
2007-04-25 Aurelien Jacobscosmetics: align
2007-04-25 Aurelien Jacobsmove ac3 tables from a .h to a .c
2007-04-25 Diego Biurruncosmetics: Put AMR entry in alphabetical order with...
2007-04-25 Diego BiurrunRemove hackish support for the non-free fixed-point...
2007-04-24 Kostya Shishkov1000l to myself as used VLC indexes were totally wrong
2007-04-21 Marc HoffmanBlackfin is a strictly aligned processor.
2007-04-21 Mark Coxsimplify, patch by Mark Cox, melbournemark plus ffmpeg...
2007-04-21 Diego BiurrunRemove unused variable.
2007-04-21 Alex Beregszaszicompile rawvideo decoder on request
2007-04-21 Alex Beregszaszicompile mjpeg parser if requested
2007-04-21 Alex Beregszasziac3 parser requires tables from ac3tab.h, which are...
2007-04-20 Alex Beregszaszicosmetics: remove my email address
2007-04-20 Diego Biurruntypo
2007-04-19 Måns Rullgårdadd .type foo, %function directives for the benefit...
2007-04-19 Reimar DöffingerFix parts missed in clip -> av_clip rename
2007-04-18 Benjamin LarssonDeobfuscade decodeTonalComponents calling logic.
2007-04-18 Benjamin LarssonVersion bump, atrac3 added.
2007-04-18 Ramiro PollaSimplify, patch by Ramiro Polla.
2007-04-18 Ramiro PollaRemove unused vars, patch by Ramiro Polla.
2007-04-18 Ramiro PollaRemove unused vars, patch by Ramiro Polla.
2007-04-18 Ramiro PollaCosmetics, patch by Ramiro Polla.
2007-04-18 Kostya ShishkovPullback should be performed on scaled motion vectors...
2007-04-18 Diego BiurrunRemove the build instructions from the doxygen comments...
2007-04-18 Diego BiurrunDoxygen comment wording/spelling
2007-04-17 Benjamin LarssonAtrac3 decoder.
2007-04-15 Diego BiurrunMove AC3 header parsing code together with the rest...
2007-04-15 Michael Niedermayerfix mjpeg.mov
2007-04-14 Michael Niedermayerfix playback of angels_480-mjpegcompress.avi
2007-04-14 Michael Niedermayerfix playback of odd_height.mov
2007-04-14 Michael Niedermayercorrect another possible buffer overflow where interlac...
2007-04-14 Michael Niedermayerfix tiff regression test (bitexact flag was ignoredwhic...
2007-04-14 Baptiste Coudurierremove MpegEncContext, patch by baptiste
2007-04-14 Diego BiurrunUpdate preprocessor directive comments to take recent...
2007-04-13 Diego Biurruncosmetics: Fix indentation.
2007-04-13 Joakim Platetimestamps generation improvement when parsing avi
2007-04-12 Benjamin LarssonAs usual Real actually took something existing and...
2007-04-12 Diego BiurrunAdd complete instructions for the brave people wishing...
2007-04-12 Stanislav BrabecReplace hackish support for amr-nb and amr-wb. Instead...
2007-04-12 Diego BiurrunUpdate download URL with a link to a working version.
2007-04-11 Limin Wangadd a check before find_frame_end call
2007-04-11 Benjamin LarssonPer reference swf/flv adpcm encoder.
2007-04-11 Diego Biurruncosmetics: indentation
2007-04-10 Luca Barbatossd_int8_vs_int16_altivec, not completely benchmarkedwi...
2007-04-10 Ivo van Poortencosmetics after last commit
2007-04-10 Ivo van PoortenAdd support for grayscale images with arbitrary maxvals.
2007-04-10 Marco GerardsFix an underflow/overflow that was causing some crackle...
2007-04-10 Kostya ShishkovSet C predictor to zero if unavailable (should fix...
2007-04-09 Michael Niedermayersuperflouos ()
2007-04-09 Michael Niedermayerremove code_prefix variable, no speed change
2007-04-09 Michael Niedermayersimplify
2007-04-09 Reinhard NisslWhen dst_length == 0 bit_length has to be 0, too, but...
2007-04-09 Reinhard NisslRemove a NAL unit's trailing zero bytes even when dst_l...
2007-04-09 Reinhard Nisslscenario: A properly coded frame is followed by an...
2007-04-08 Nicholas TungGet rid of unnecessary pointer casts.
2007-04-08 Diego BiurrunOnly compile in Theora-specific functions if the Theora...
2007-04-08 Diego Biurruncosmetics: Move one code block to save an #ifdef in...
2007-04-08 Diego BiurrunRemove #if 0 code.
2007-04-08 Diego BiurrunFix compilation when Theora decoder is disabled, but...
2007-04-08 Diego BiurrunRemove unused variable.
2007-04-08 Marco Gerardscosmetics: indentation fix
2007-04-08 Michael Niedermayerfactorize & 0x0F
2007-04-08 Michael Niedermayerremove c93_ prefix from static functions in c93.c
2007-04-07 Michael Niedermayeralign vertically
2007-04-07 Michael Niedermayershorter variable names
2007-04-07 Michael Niedermayergeneral purpose var should be int
2007-04-07 Michael Niedermayerremove redundant comments
2007-04-07 Michael Niedermayerremove useless debuging av_log()
2007-04-07 Michael Niedermayerindention cleanup
2007-04-07 Michael Niedermayeruse shorter names for the block type enum
2007-04-07 Michael Niedermayercosmetic
2007-04-07 Michael Niedermayeruse bytestream reader instead of bitstream for THP
2007-04-07 Anssi HannulaCRYO APC demuxer
2007-04-07 Michael Niedermayersimplify
2007-04-07 Michael Niedermayerprev1/2 -> prev[2]
2007-04-07 Michael Niedermayersimplify
2007-04-07 Michael Niedermayergeneral purpose vars should be int
2007-04-07 Michael Niedermayertable[index][ch] -> table[ch][index] (might be faster...
2007-04-07 Nicholas TungBethsoft VID demuxer and video decoder
2007-04-07 Ivo van PoortenFix segmentation fault for gray16le to gray conversion.
2007-04-07 Nicholas TungRemove superfluous setting of has_b_frames in codecs...
2007-04-07 Marco GerardsTHP PCM decoder, used on the Nintendo GameCube.
2007-04-07 Michael NiedermayerTIFF-LZW encoding support by (Bartlomiej Wolowiec b...
2007-04-07 Michael NiedermayerLZW encoder by Bartlomiej Wolowiec b.wolowiec students...
2007-04-07 Anssi HannulaInterplay C93 demuxer and video decoder
2007-04-07 Diego Biurruntypos
2007-04-07 Diego Biurruntypos/grammar
2007-04-07 Diego Biurrunspelling/wording/grammar
2007-04-07 Víctor PaesaPrint a list of valid AMR bitrates if a wrong one is...
2007-04-06 Kamil NowosadYUV support patch by (Kamil Nowosad k.nowosad student...
2007-04-06 Kamil Nowosads/invert/photometric_interpretation/ patch by Kamil...
2007-04-06 Xiaohui SunSGI image decoder ported to the new image API.
2007-04-06 Benoit FouetReturn correct decoded size, decoder is called with...
2007-04-06 David BatemanIWMMXT-specific dsputils clear_blocks function.
2007-04-06 Kostya ShishkovThis codec is PAL8 so make it output PAL8 too
2007-04-05 Michael Niedermayerremove compound literals gcc 2.95 doesnt support taking...
next