OSDN Git Service

coroid/libav_saccubus.git
2007-04-15 Diego BiurrunThe AC3 demuxer depends on the AC3 parser.
2007-04-15 Diego BiurrunMove AC3 header parsing code together with the rest...
2007-04-15 Michael Niedermayerfix mjpeg.mov
2007-04-15 Michael Niedermayerimprove horizontal chroma resolution with pal
2007-04-15 Michael Niedermayerconvert palette to yuv instead of converting each pixel...
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 Michael Niedermayerfix overhead and bitrate statistics
2007-04-14 Diego BiurrunUpdate preprocessor directive comments to take recent...
2007-04-14 Diego BiurrunSimplify Darwin gcc flags setting.
2007-04-14 Diego BiurrunRemove redundant 2.95 branch from the Darwin gcc check...
2007-04-13 Michael Niedermayerone patch one mail
2007-04-13 Måns Rullgårdtrap signals in tests that can crash
2007-04-13 Diego Biurruncosmetics: Fix indentation.
2007-04-13 Joakim Platetimestamps generation improvement when parsing avi
2007-04-13 Patrice Bensoussanchange atoll call to equivalent strtoll to fix compilat...
2007-04-12 Ivo van Poortencosmetics, expand all tabs to four spaces.
2007-04-12 Ivo van PoortenReplace huge switch statement by a lookup table.
2007-04-12 Benjamin LarssonAs usual Real actually took something existing and...
2007-04-12 Diego Biurrunspelling
2007-04-12 Diego BiurrunAdd a note about how to enable external libraries.
2007-04-12 Diego BiurrunAdd complete instructions for the brave people wishing...
2007-04-12 Diego Biurruntypo
2007-04-12 Diego BiurrunUpdate AMR instructions for last round of changes.
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-12 John DonaghyDVR-MS probe audio format
2007-04-11 Ivo van Poortencosmetics after last commit; remove superfluous braces
2007-04-11 Ivo van PoortenRemove code duplication in sws_rgb2rgb_init.
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 AbeniFix the poll() loop (ret == 0 means that a timeout...
2007-04-10 Luca AbeniFix the generation of RTSP reply headers (the "DEF...
2007-04-10 Baptiste Coudurieradd D-10 PAL 40 audio essence container ul
2007-04-10 Baptiste Coudurieradd D-10 PAL 40 ul
2007-04-10 Aurelien Jacobscosmetics: 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 Aurelien Jacobsadd support for seeking to a keyframe instead of a...
2007-04-09 Aurelien Jacobsadd an intermediate variable (prepare for next patch)
2007-04-09 Aurelien Jacobsadd support for seeking in matroska files
2007-04-09 Aurelien Jacobsmove matroska_find_track_by_num() upper in the file
2007-04-09 Aurelien Jacobscluster position is relative to segment_start
2007-04-09 Aurelien Jacobsproperly set streams start_time
2007-04-09 Aurelien Jacobsremove unused context field
2007-04-09 Aurelien Jacobsremove wrong and no more used packet reordering code
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 Stefan HuehnerMake some functions which aren't used outside their...
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 Niedermayerfile extension based probe is max/2
2007-04-08 Michael Niedermayerfactorize
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-04-08 Michael Niedermayeralso remove c93_ prefix for static function in the...
2007-04-08 Michael Niedermayerfactorize & 0x0F
2007-04-08 Michael Niedermayerremove c93_ prefix from static functions in c93.c
2007-04-07 Michael Niedermayers/rle_num_bytes/code/
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 Niedermayersimplify
2007-04-07 Michael Niedermayerconform to spec
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 Niedermayercode claims to use 32bit timestamp, lets make it also...
2007-04-07 Michael Niedermayerremove redundant comments
2007-04-07 Michael Niedermayerremove inappropriate debuging av_log() alternatively...
2007-04-07 Michael Niedermayermemleak (seems ive missed that under the obfuscated...
2007-04-07 Michael Niedermayersane indention (no more 3 statements on one line...)
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 Diego BiurrunAdd THP video and audio decoders.
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...
next