]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2009-03-21 conradFix Speex header parsing in ogg demuxer
2009-03-21 conradDocument ogg_codec's header function
2009-03-21 bcoudurierfix compilation when DEBUG_SEEK is defined
2009-03-21 bcoudurierfix valid seeking range
2009-03-21 bcoudurieradjust write index if not set
2009-03-21 bcoudurierupdate seek regression ref due to 18063
2009-03-21 jbrTake over sole maintainership for all FLAC-related...
2009-03-21 jbrFix the ogg regression test, which was broken by r18092...
2009-03-21 jbradd myself as maintainer for new FLAC files
2009-03-21 jbradd a function to calculate a more accurate estimate...
2009-03-21 jbrflacdec: account for frame and subframe header overhead...
2009-03-21 jbrrevert accidental unrelated change in last commit
2009-03-21 jbrshare sample rate and blocksize tables between the...
2009-03-21 bcoudurierprotect realloc overflow
2009-03-21 jbrflacenc: remove unneeded variable, 'min_encoded_framesi...
2009-03-21 jbrseek backwards 4 bytes if 'fLaC' marker is not found
2009-03-21 jbrflacdec: remove unneeded variable, 'assignment'
2009-03-21 jbrflacdec: cosmetics: rename 'decorrelation' to 'ch_mode'
2009-03-21 jbrflacenc: remove unneeded context variable, 'ch_code'
2009-03-21 jbrshare channel mode constants between the FLAC decoder...
2009-03-20 conradHostile takeover of the ogg demuxer, agreed to by Mans...
2009-03-20 stefanoRemove declaration of the removed function img_convert().
2009-03-20 bananGet rid of av_random in cook.c
2009-03-20 bananGet rid of av_random in nellymoserdec.c
2009-03-20 cehoyosPCX encoder that handles 1-, 8-, and 24-bpp pixfmts.
2009-03-20 sdrikAdd a changelog entry for the alpha scaler support
2009-03-20 sdrikAdd a CONFIG_SWSCALE_ALPHA option for alpha channel...
2009-03-20 ramiromlp, truehd: support non 1:1 channel mapping.
2009-03-20 ramiroSupport "next parameter flags present" flag.
2009-03-20 ramirotruehd: support up to 3 substreams.
2009-03-20 gbRename hwaccel_data_private to hwaccel_picture_private.
2009-03-20 diegoReplace random() usage in test programs by av_lfg_*().
2009-03-20 diegoOnly build motion-test if MMX is enabled.
2009-03-20 diegoAlign test program output columns.
2009-03-20 diegoRemove unused libavutil/random.h #include.
2009-03-20 diegoUse correct header for struct AVLFG.
2009-03-20 bcoudurierresync ffm if error in stream
2009-03-20 bcouduriertypo, fix eof check
2009-03-20 bcoudurierdo not write ffm write index by default, detect if...
2009-03-20 rbultjeAdd byte reordering for the SIPRO audio codec. See...
2009-03-20 rbultjeAssign the x-pf-asf payload string to be decoded by...
2009-03-20 bcouduriercheck av_find_stream_info return value
2009-03-20 bcoudurieruniformize log messages and add some more
2009-03-20 bcoudurieruse lfg and ff_random_get_seed instead of deprecated...
2009-03-20 bcouduriercheck if feed and stream already exist before registeri...
2009-03-20 diegoMake softfloat test program compile again: Setting...
2009-03-20 diegoMake AES test program compile again: Setting the av_log...
2009-03-19 cehoyosRemove useless casting in asm "m" operand.
2009-03-19 stefanoMake ffmpeg fail if the argument provided to the -pix_f...
2009-03-19 bcoudurierset avi fsize to INT64_MAX if riff tag end is not set...
2009-03-19 bcouduriermove max analyze duration check before considering...
2009-03-19 ramiroCheck for VirtualAlloc() so it may be used to allocate...
2009-03-19 ramiroSupport raw TrueHD files
2009-03-19 reimarFix indentation after r18047.
2009-03-19 reimarChange linesize alignment method to ensure that linesiz...
2009-03-19 reimarDo not set linesize for palette data, it does not make...
2009-03-19 ramiroSplit TrueHD decoder from MLP
2009-03-19 alexcMOV: Use the AOT enum for the mp4_audio_types mapping.
2009-03-19 michaeltypedef int x86_reg on non x86
2009-03-19 diegoNicely align output columns.
2009-03-19 jbrshare some constants between the FLAC encoder and FLAC...
2009-03-19 diegoFix compilation of adler32 test program: Use av_log_set...
2009-03-19 diegoFix copy and paste typo in input/output devices section.
2009-03-18 stefanoUse read_yesno() in opt_output_file().
2009-03-18 stefanoImplement read_yesno().
2009-03-18 stefanoFlush the remaning chars in the input buffer after...
2009-03-18 stefanoImplement a name field for AVPixFmtDescriptor.
2009-03-18 alexcFix typo in AOT_ER_AAC_ELD
2009-03-18 alexcUpdate the MPEG-4 AOT table.
2009-03-18 reimarRename GUID typedef to ff_asf_guid to fix MinGW compila...
2009-03-18 alexcMove MPEG-4 AOT enum to mpeg4audio.h.
2009-03-18 reimarAdd a special guidcmp function to compare ASF guids...
2009-03-18 diegoAdd list of supported input/output devices.
2009-03-18 diegoAdjust @columnfractions settings to reflect the number...
2009-03-17 ramirouse intptr_t to cast pointers to int in codecs maintain...
2009-03-17 rbultjeFix wrong @file tag.
2009-03-17 gbAmend AVCodecContext with hwaccel_context (HW accelerat...
2009-03-17 rbultjeReindent after r18023.
2009-03-17 rbultjeAdd RTP/ASF header parsing, which is part of the SDP...
2009-03-17 diegocosmetics: fix indentation, patch by avcoder, ffmpeg...
2009-03-17 jbrAdd documentation about missing E-AC-3 features.
2009-03-16 cehoyosFix SEIs when splitting H264 input.
2009-03-16 reimarExtend mov edit list support to work for a first paddin...
2009-03-16 mrurmdec: fix crash at end of file
2009-03-16 alexcCosmetics: Re-indent after last commit
2009-03-16 alexcMOV: Support stz2 "Compact Sample Size Box"
2009-03-16 alexcAAC: IEEE-754 type punning for 16-bit floating point...
2009-03-16 rbultjeMore reindent, forgotten in previous commit.
2009-03-16 rbultjeParse index chunk so that seeking in modern .rm files...
2009-03-16 benoitRevert the alphabetical reordering which made me owner...
2009-03-16 rbultjeReindent after r18010.
2009-03-16 rbultjeMark the first output audio frame as keyframe (separate...
2009-03-16 rbultjeRemove packet returning in ff_rm_parse_packet() if...
2009-03-16 benoitFix alphabetical order.
2009-03-16 rbultjeReindent after r18005.
2009-03-16 benoitFix an assert().
2009-03-16 rbultjeMerge code for packet reading in "old" (.ra, audio...
2009-03-16 bcouduriercosmetics, remove useless braces
2009-03-16 bcouduriersimplify printing
2009-03-16 bcoudurierreindent
next