]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2007-07-31 Michael Niedermayerdeal with the case where one of pts,dts has wrapped...
2007-07-31 Daniel Kristjanssonfix mem leak
2007-07-31 Diego BiurrunIdentifiers starting with underscores are reserved.
2007-07-30 Andreas Ömanfix cabac decoding with some Blue-Ray sources
2007-07-30 Michael Niedermayerkill antiwrapping code, i do not think this did anythin...
2007-07-30 Roman Shaposhnik replacing the use of deprecated unaligned*() routines...
2007-07-30 Panagiotis... Handle malloc failure
2007-07-30 Baptiste Couduriertreat NONE as U8 to fix qtNONE/000_0032.MOV, this shoul...
2007-07-30 Michael Niedermayersupport silly PCM variant used by zork nemesis
2007-07-29 Michael Niedermayerprevent assert failure with negative quant_offset
2007-07-29 Michael Niedermayerwarn user if max=bitrate && max > min
2007-07-29 Michael Niedermayersupport raw 4bpp avi
2007-07-29 Michael Niedermayermake the reference code use double instead of float...
2007-07-29 Michael Niedermayerprint max and mse
2007-07-29 Christophe... Make bicubic interpolation standard compliant
2007-07-29 Justin Rugglessimplify stereo rematrixing
2007-07-29 Justin Ruggleschange 2 fields from context to local variables
2007-07-28 Justin RugglesBLOCK_SIZE is not used properly, just use numbers inste...
2007-07-28 Justin Rugglesremove broken downmixing. will add new implementation...
2007-07-28 Panagiotis... Take care of some renames (Doxygen and function name...
2007-07-28 Panagiotis... Rename h264dsp.c to h264dspenc.c
2007-07-28 Ronald S. BultjeMerge get_str() and get_str8() functions.
2007-07-28 Ronald S. BultjeFix get_str/get_str8() to also work if the target strin...
2007-07-28 Diego Biurruntypo
2007-07-28 Diego BiurrunAhem, fix typos overlooked in last commit.
2007-07-28 Diego Biurruncosmetics: misc typo fixes
2007-07-28 David ConradAdd EBML ID for Segment UID
2007-07-27 Panagiotis... Replace a return of -1 with ENOMEM.
2007-07-27 Panagiotis... Add the possibility to show all configurable encoders...
2007-07-27 Panagiotis... Add a section about C++ and extern "C" in the FAQ.
2007-07-27 Michael Niedermayernote about removing needs_more_info
2007-07-27 Michael Niedermayerdetect voxware (closes issue39)
2007-07-27 Michael Niedermayertry exact match before case insensitive match in codec_...
2007-07-27 Michael Niedermayerignore invalid packet_obj_size
2007-07-26 Luca AbeniIntroduce an SDP generator
2007-07-26 Michael Niedermayerremove "Advanced Prediction Mode not supported" spam
2007-07-26 Michael Niedermayeralso support DEBUG_PICT_INFO for h263i
2007-07-26 Michael Niedermayermove show_pict_info() to its own function
2007-07-26 Aurelien Jacobscosmetics: alignment
2007-07-26 Aurelien Jacobsreplaces hardcoded values by the equivalent enum defini...
2007-07-25 Michael Niedermayeradd vst option to select video stream
2007-07-25 Michael NiedermayerAvoid misdetecting acelp in ASF as MP3.
2007-07-25 Aurelien Jacobsadd proper support for subtitles muxing/stream copying
2007-07-25 Aurelien Jacobscopy language information from input stream to output
2007-07-25 Aurelien Jacobscopy packet duration when doing a stream copy
2007-07-25 Aurelien Jacobsremove wrong const qualifier
2007-07-25 Aurelien Jacobsuse the most appropriate codec id for A_MPEG/L1 and L2
2007-07-25 Aurelien Jacobsreorder matroska codec tags so that the encoder picks...
2007-07-25 Stefan Gehrerhave less functions as inline
2007-07-24 Vitor SessakMinor cosmetics
2007-07-24 Ian CaulfieldUpdate the dvdsub parser to be able to parse HD-DVD...
2007-07-24 Ian CaulfieldReindent two lines.
2007-07-24 Ian CaulfieldAdd HD-DVD subpicture decoding.
2007-07-24 Ian CaulfieldRename "palette" to "colormap" when it's referring...
2007-07-24 Andreas Ömanincrease buffer size of LAME MP3 encoder
2007-07-24 Aurelien Jacobshelp some gcc version to optimize out those functions
2007-07-24 Justin Rugglessimplify snr offset and bit allocation
2007-07-24 Justin Rugglesonly use sized data types when necessary
2007-07-24 Justin Rugglesset bit allocation parameters directly instead of copying
2007-07-23 Justin Rugglesuse enum value instead of numerical value for acmod
2007-07-23 Justin Rugglesuse consistent data type for exponents. needs to be...
2007-07-23 Justin Ruggleschange some bit masks to arrays
2007-07-22 Diego Biurrun10l: Uppercase some more overlooked makefile variables.
2007-07-21 Diego BiurrunUppercase variable overlooked in last commit.
2007-07-21 Diego Biurruncosmetics: Use uppercase names for installation directo...
2007-07-21 Diego Biurruncosmetics: Do not use braces in makefiles, use normal...
2007-07-21 Justin Rugglescosmetics: indentation
2007-07-21 Justin RugglesUse shared AC-3 header parsing. Move some initializatio...
2007-07-21 Justin Rugglesdon't need to synchronize in the decoder. the parser...
2007-07-21 Justin Rugglesget rid of an ugly macro
2007-07-20 Panagiotis... Return AVERROR(EINVAL) when invalid width and/or height...
2007-07-20 Panagiotis... Return AVERROR(ENOMEM) on memory allocation failure...
2007-07-20 Panagiotis... Replace ENOSYS by ENOTSUP as in this case the problem...
2007-07-20 Marc Hoffmanintegrating blackfin optimized yuyvtoyv12 converter
2007-07-20 Marc Hoffmanremoving reference to bfin_sram.h its not used anylonger
2007-07-20 Marc Hoffmanadding blackfin optimized yuyvtoyv12 converter
2007-07-19 Ramiro PollaAdd new imlib2 documentation from vhook/imlib2.c to...
2007-07-19 Ramiro PollaRemove EXTRADEPS from common.mak since it is no longer...
2007-07-19 Andreas Ömanregression tests for yuv440p yuvj440p
2007-07-19 Andreas Ömanbail out on unknown jpeg pixel format instead of silent...
2007-07-19 Panagiotis... Replace all occurrences of AVERROR_NOTSUPP with AVERROR...
2007-07-19 Panagiotis... Correct one Doxygen entry, replacing NOMEM with AVERROR...
2007-07-19 Panagiotis... Replace the only occurrence of AVERROR_NOENT with AVERR...
2007-07-19 Panagiotis... Replace all occurrences of AVERROR_IO with AVERROR...
2007-07-19 Panagiotis... Replace all occurrences of AVERROR_NOMEM with AVERROR...
2007-07-19 Diego Biurruncosmetics: indentation
2007-07-19 Diego BiurrunMake video hook infrastructure conditional on video...
2007-07-19 Benoit Fouetuse sscanf to parse address
2007-07-19 Panagiotis... Fix the self tests which are contained in some codecs...
2007-07-19 Panagiotis... Fix the compilation of dct-test, fft-test and motion...
2007-07-19 Denes BalatoniUltraSPARC VIS yuv2rgb
2007-07-19 Luca AbeniImplement av_strlcatf(): a strlcat which adds a printf...
2007-07-19 Justin Rugglesdon't need to define ALT_BITSTREAM_READER
2007-07-19 Justin Rugglesupdate license header. add copyright for myself. correc...
2007-07-19 Justin Rugglesrevise comment for exponent decoding function
2007-07-19 Justin Rugglesnew implementation of exponent decoding
2007-07-19 Justin Rugglescosmetics: indentation
2007-07-19 Justin Rugglesremove portions of bit allocation which are no longer...
2007-07-19 Alex Beregszasziindentation fix
2007-07-19 Alex Beregszasziremoved unused variable ti
next