]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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
2007-07-18 Vitor SessakAnother minor simplification
2007-07-18 Baptiste CoudurierSet the step index correctly for flash adpcm. Patch...
2007-07-18 Baptiste CoudurierCalculate the correct blocksize for flash adpcm. Patch...
2007-07-18 Benoit Fouetremove warnings
2007-07-18 Zdenek Kabelacfix mem leak
2007-07-18 Vitor SessakMake deinterlace_16 receive an array as a parameter...
2007-07-18 Vitor SessakMinor simplification
2007-07-18 Vitor SessakYet more cosmetics
2007-07-18 Vitor SessakMore cosmetics
2007-07-18 Vitor SessakRemove reimplementation of av_log2
2007-07-18 Reimar DöffingerDocument aes init code writing on purpose beyond round_...
2007-07-18 Benoit Fouetremove useless check
2007-07-18 Andreas Ömanuse YUV440P in swscale
2007-07-18 Andreas Ömanadd YUV440P and YUVJ440P support
2007-07-18 Joakim Platefix emulated inet_aton so that it fails for invalid...
2007-07-18 Vitor SessakTest for supported number of channels
2007-07-18 Vitor SessakCosmetics: indentation
2007-07-18 Vitor SessakCosmetics: alignment
2007-07-18 Vitor SessakRemove more code duplication. Based on a patch by Matth...
2007-07-17 Vitor SessakMove var. declaration to allow further clean up
2007-07-17 Michael Niedermayerlcl.c doesnt exist anymore
2007-07-17 Vitor SessakRemove code duplication. Based on a patch by Matthieu...
2007-07-17 Luca BarbatoEditorial cleanup, thanks Diego =)
next