]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Simplify, patch by Ramiro Polla.
[frescor/ffmpeg.git] / libavcodec /
2007-04-18 bananSimplify, patch by Ramiro Polla.
2007-04-18 bananRemove unused vars, patch by Ramiro Polla.
2007-04-18 bananRemove unused vars, patch by Ramiro Polla.
2007-04-18 bananCosmetics, patch by Ramiro Polla.
2007-04-18 kostyaPullback should be performed on scaled motion vectors...
2007-04-18 diegoRemove the build instructions from the doxygen comments...
2007-04-18 diegoDoxygen comment wording/spelling
2007-04-17 bananAtrac3 decoder.
2007-04-15 diegoMove AC3 header parsing code together with the rest...
2007-04-15 michaelfix mjpeg.mov
2007-04-14 michaelfix playback of angels_480-mjpegcompress.avi
2007-04-14 michaelfix playback of odd_height.mov
2007-04-14 michaelcorrect another possible buffer overflow where interlac...
2007-04-14 michaelfix tiff regression test (bitexact flag was ignoredwhic...
2007-04-14 michaelremove MpegEncContext, patch by baptiste
2007-04-14 diegoUpdate preprocessor directive comments to take recent...
2007-04-13 diegocosmetics: Fix indentation.
2007-04-13 benoittimestamps generation improvement when parsing avi
2007-04-12 bananAs usual Real actually took something existing and...
2007-04-12 diegoAdd complete instructions for the brave people wishing...
2007-04-12 diegoReplace hackish support for amr-nb and amr-wb. Instead...
2007-04-12 diegoUpdate download URL with a link to a working version.
2007-04-11 benoitadd a check before find_frame_end call
2007-04-11 bananPer reference swf/flv adpcm encoder.
2007-04-11 diegocosmetics: indentation
2007-04-10 lu_zerossd_int8_vs_int16_altivec, not completely benchmarkedwi...
2007-04-10 ivocosmetics after last commit
2007-04-10 ivoAdd support for grayscale images with arbitrary maxvals.
2007-04-10 diegoFix an underflow/overflow that was causing some crackle...
2007-04-10 kostyaSet C predictor to zero if unavailable (should fix...
2007-04-09 michaelsuperflouos ()
2007-04-09 michaelremove code_prefix variable, no speed change
2007-04-09 michaelsimplify
2007-04-09 diegoWhen dst_length == 0 bit_length has to be 0, too, but...
2007-04-09 diegoRemove a NAL unit's trailing zero bytes even when dst_l...
2007-04-09 diegoscenario: A properly coded frame is followed by an...
2007-04-08 diegoGet rid of unnecessary pointer casts.
2007-04-08 diegoOnly compile in Theora-specific functions if the Theora...
2007-04-08 diegocosmetics: Move one code block to save an #ifdef in...
2007-04-08 diegoRemove #if 0 code.
2007-04-08 diegoFix compilation when Theora decoder is disabled, but...
2007-04-08 diegoRemove unused variable.
2007-04-08 diegocosmetics: indentation fix
2007-04-08 michaelfactorize & 0x0F
2007-04-08 michaelremove c93_ prefix from static functions in c93.c
2007-04-07 michaelalign vertically
2007-04-07 michaelshorter variable names
2007-04-07 michaelgeneral purpose var should be int
2007-04-07 michaelremove redundant comments
2007-04-07 michaelremove useless debuging av_log()
2007-04-07 michaelindention cleanup
2007-04-07 michaeluse shorter names for the block type enum
2007-04-07 michaelcosmetic
2007-04-07 michaeluse bytestream reader instead of bitstream for THP
2007-04-07 diegoCRYO APC demuxer
2007-04-07 michaelsimplify
2007-04-07 michaelprev1/2 -> prev[2]
2007-04-07 michaelsimplify
2007-04-07 michaelgeneral purpose vars should be int
2007-04-07 michaeltable[index][ch] -> table[ch][index] (might be faster...
2007-04-07 diegoBethsoft VID demuxer and video decoder
2007-04-07 ivoFix segmentation fault for gray16le to gray conversion.
2007-04-07 diegoRemove superfluous setting of has_b_frames in codecs...
2007-04-07 diegoTHP PCM decoder, used on the Nintendo GameCube.
2007-04-07 michaelTIFF-LZW encoding support by (Bartlomiej Wolowiec b...
2007-04-07 michaelLZW encoder by Bartlomiej Wolowiec b.wolowiec students...
2007-04-07 diegoInterplay C93 demuxer and video decoder
2007-04-07 diegotypos
2007-04-07 diegotypos/grammar
2007-04-07 diegospelling/wording/grammar
2007-04-07 diegoPrint a list of valid AMR bitrates if a wrong one is...
2007-04-06 michaelYUV support patch by (Kamil Nowosad k.nowosad student...
2007-04-06 michaels/invert/photometric_interpretation/ patch by Kamil...
2007-04-06 diegoSGI image decoder ported to the new image API.
2007-04-06 diegoReturn correct decoded size, decoder is called with...
2007-04-06 diegoIWMMXT-specific dsputils clear_blocks function.
2007-04-06 kostyaThis codec is PAL8 so make it output PAL8 too
2007-04-05 michaelremove compound literals gcc 2.95 doesnt support taking...
2007-04-04 bananWMA decoder improvement, output closer to the dmo binary.
2007-04-04 kostyavc1_split should be static
2007-04-04 gpoirierchanges some function declarations from () to (void...
2007-04-04 diegoAdd some Doxygen comments, by Kamil Nowosad, k.nowosad...
2007-04-03 diegocosmetics: Fix indentation.
2007-04-03 diegoRemove useless pointer shift.
2007-04-03 diegoRemove commented-out while loop.
2007-04-03 diegoExplain which configure options are necessary for which...
2007-04-03 michaeltypo
2007-04-03 michaelcosmetic
2007-04-03 michaelFF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a...
2007-04-03 michaeltiff encoder by (Bartlomiej Wolowiec b.wolowiec stude...
2007-04-03 diegoRemove #if 0 code.
2007-04-03 michaeldont use *int8_t for the arguments (ive missed that...
2007-04-03 michaelChanged the rle encoder a little and made it more unive...
2007-04-03 michaelcosmetic
2007-04-03 michaelfix indention (less work to fix it myself than to check...
2007-04-03 michaelmove doxy from .c to .h
2007-04-03 michaelgeneric rle encoder by Bartlomiej Wolowiec b.wolowiec...
2007-04-02 diegoRemove stray object from list of Blackfin assembler...
2007-04-01 diegobfin dsputils, basic pixel operations sads, diffs,...
2007-04-01 aurelcosmetics: indentation
next