OSDN Git Service

coroid/libav_saccubus.git
2007-08-04 Justin Rugglesuse table for converting dynamic range codes to scale...
2007-08-04 Justin Rugglesuse floating-point mantissa dequantization tables
2007-08-04 Justin Rugglescosmetics: indentation
2007-08-04 Justin Rugglesdither zero-bit mantissas by default. remove dithering...
2007-08-04 Michael Niedermayerdetect MS wav codecs
2007-08-04 Justin Rugglessimplify coefficient decoding
2007-08-04 Justin Rugglesmerge decoding of coupling channel coefficients and...
2007-08-03 Justin Rugglessplit out coupling coefficient reconstruction into...
2007-08-03 Michael Niedermayerdrop non keyframes before the first keyframe for stream...
2007-08-03 Michael Niedermayerfix block_align for mp3 stream copy
2007-08-03 Michael NiedermayerURL of the webinterface
2007-08-03 Michael Niedermayerget rid of some double timebase convertion
2007-08-03 Michael Niedermayerremove the mailinglist still preferred note, roundup...
2007-08-03 Michael Niedermayerproperly implement "user specified start time offset...
2007-08-03 Alex Beregszaszicosmetics: be sure all lines fit into 79 characters
2007-08-03 Alex Beregszaszicosmetics: indent correctly
2007-08-03 Glenn A. SerreUse getCachedContext instead getContext to support...
2007-08-03 Diego BiurrunReduce Theora decoder verbosity.
2007-08-03 Michael Niedermayermove code which adds a AVPacket into the packet buffer...
2007-08-02 Michael Niedermayeroutput last frame if seq end code is encountered
2007-08-02 Marc Hoffmancorrect order of fixedpoint in CONFIG list
2007-08-02 Diego BiurrunRemove unused variable.
2007-08-02 Michael Niedermayersimplify s->mv_dir init
2007-08-02 Marc Hoffman--enable-fixedpoint, for configuring fixedpoint optimiz...
2007-08-01 Michael Niedermayerget rid of mb_type_len
2007-08-01 Michael Niedermayerexchange the values of MV_DIR_FORWARD and MV_DIR_BACKWA...
2007-08-01 Michael Niedermayerexchange if() and for() in the MT_FIELD case
2007-08-01 Michael Niedermayerexchange for() and if() order in the MT_FRAME case
2007-08-01 Marc Hoffmanmaking reference models have the same API
2007-08-01 Michael Niedermayerchange
2007-08-01 Måns Rullgårdreplace some "disabled" calls with "! enabled"
2007-08-01 Michael Niedermayermerge another 2 if() to save a few cpu cycles
2007-08-01 Michael Niedermayerreorder if() so that the condition can be simplified
2007-08-01 Michael Niedermayermerge/simplify 2 if()
2007-08-01 Michael Niedermayermerge 2 if()
2007-08-01 Diego Biurrunalphabetical order
2007-08-01 Diego BiurrunRemove redundant variable declarations.
2007-08-01 Baptiste Coudurieruse buf_ptr to correctly decode second field
2007-08-01 Michael Niedermayermove gray so as to not introduce further misordering
2007-08-01 Michael Niedermayerremove unneeded gray="no"
2007-08-01 Marc Hoffmanadding myself to the CREDITS
2007-08-01 Justin Rugglesalign array used in mdct. fixes segfault.
2007-08-01 Michael Niedermayeruse ENABLE_GRAY
2007-08-01 Michael Niedermayermake grayscale only decoding checks in inner loops...
2007-07-31 Michael Niedermayermove some code which was executed for every skipped...
2007-07-31 Michael Niedermayerget rid of a useless variable
2007-07-31 Michael Niedermayeravoid 2 additions (1 cpu cycle) per MB
2007-07-31 Michael Niedermayerchroma_qscale seems not used anywhere for mpeg1/2 so...
2007-07-31 Panagiotis... Fix typo
2007-07-31 Benoit Fouetfill title, author, copyright and comment fields by...
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
next