OSDN Git Service

coroid/libav_saccubus.git
2009-10-12 Reimar DöffingerAdd an execute2 function that is more flexible and...
2009-10-11 Daniel G. TaylorDetect Windows Media DRM protected files and display...
2009-10-11 Måns RullgårdARM: align stack in NEON h264 mc functions
2009-10-11 Måns RullgårdARM: force PIC for shared libs only with ARMv6T2 and...
2009-10-11 Carl Eugen... Allow autodetection of E-AC3.
2009-10-11 Reimar DöffingerDo the dnxhd_720p_rd test with -threads 4 in order...
2009-10-11 Måns RullgårdARM: simplify movrel definition as CONFIG_PIC is now...
2009-10-11 Måns RullgårdARM: enable PIC for shared libs
2009-10-11 Reimar Döffinger100l in avpicture_layout: width of chroma planes depend...
2009-10-11 Kostya ShishkovWarn when WVC1 cannot be decoded
2009-10-10 Carl Eugen... Allow demuxing of E-AC3 (stream type 0x84) in MPEG-TS.
2009-10-10 Reimar DöffingerHack: set the coded frame PTS to the incoming PTS.
2009-10-10 Stefano SabatiniDocument the additon of the w and h fields to AVFilterPic.
2009-10-10 Reimar DöffingerFix 100l incorrect bitmask check.
2009-10-10 Kostya ShishkovPrint error message when true interlaced VC-1 frames...
2009-10-09 Daniel VerkampDo not allow 0 sample rate in TMV demuxer
2009-10-09 Daniel VerkampStricter TMV probe
2009-10-09 Robert SwainAAC: Fix regression introduced in r20067 where ADTS...
2009-10-08 David Conraddca and aac decoders use float_to_int16_interleave...
2009-10-07 Måns RullgårdARM: whitespace cosmetics
2009-10-07 Måns RullgårdARM: NEON avg_pixels8 and avg_h264_qpel8_mc00
2009-10-07 Stefano SabatiniAdd w and h fields to AVFilterPic.
2009-10-06 Justin RugglesAdd ALAC encoding and decoding regression tests.
2009-10-06 Stefano SabatiniImplement trace messages logging in the filterchain...
2009-10-06 Måns RullgårdARM: make function names all-lowercase
2009-10-06 Måns RullgårdARM: enable ARMv4 add_pixels_clamped
2009-10-06 Måns RullgårdARM: ARMv6 optimised add_pixels_clamped()
2009-10-06 Måns RullgårdARM: whitespace cosmetics
2009-10-06 Daniel VerkampReindent
2009-10-06 Daniel VerkampAdd RF64 support to wav demuxer.
2009-10-06 Daniel VerkampAdd my GPG key fingerprint
2009-10-06 Nathan CaldwellMove HuffYUV left prediction to dsputil.
2009-10-06 Andrew DennisonSince some junk may be or may be not present before...
2009-10-06 Reimar DöffingerRemove casts that are useless since the argument is...
2009-10-06 Jai MenonAllow building api-example from outside of libavcodec...
2009-10-05 Anton KhirnovOnly read ID3v1 tag if ID3v2 isn't present or is empty.
2009-10-05 Justin Rugglescosmetics: reindent and line wrap after last commit
2009-10-05 Justin Rugglesalacenc: add a fixed LPC coefficient mode as compressio...
2009-10-05 Michael NiedermayerRevert:
2009-10-05 Anton Khirnovid3v2: Export all text information frames with correct...
2009-10-05 Anton KhirnovMP3 muxer: Write all metadata.
2009-10-05 Daniel VerkampFix pcm_read_seek () when the position it calculates...
2009-10-05 Ian CaulfieldAllow the combined TrueHD/AC3 tracks on Blu-Ray discs...
2009-10-04 Måns RullgårdARM: add ff_ prefix to lots of functions
2009-10-04 Måns RullgårdARM: cosmetics
2009-10-04 Måns RullgårdARM: replace some #if with if()
2009-10-04 Måns RullgårdARM: clean up file/function naming conventions
2009-10-04 Måns RullgårdARM: clean up dsputil initialisation
2009-10-04 Peter RossSun Raster RGB support
2009-10-03 Carl Eugen... Add FIXME about low_delay vs has_b_frames.
2009-10-03 WallakH264 allows B frames without requiring a >=1 sized...
2009-10-03 Måns RullgårdARM: shorten some long macro names
2009-10-03 Måns RullgårdARM: update ldm/stm instructions to modern syntax
2009-10-03 Måns RullgårdARM: whitespace cosmetics
2009-10-03 Robert SwainReindent after channel layout commit from yesterday
2009-10-03 Sascha Sommerincrease maximum compressed frame size
2009-10-03 Sascha Sommerreturn AVERROR_INVALIDDATA when the bitstream could...
2009-10-03 Peter RossSupport decoding of uncompressed PCX scanlines
2009-10-02 Måns RullgårdARM: use plain labels for pc-relative addressing
2009-10-02 Måns RullgårdARM: remove unnecessary .fpu neon directives
2009-10-02 Måns RullgårdARM: use undocumented .syntax directive to enable UAL...
2009-10-02 Stefano SabatiniPrefer "loglevel" over "logging level number or string...
2009-10-02 Robert SwainAdd vorbis channel layout support according to those...
2009-10-02 Måns RullgårdARM: apply extern symbol prefix where needed
2009-10-02 Måns Rullgårdconfigure: define extern symbol prefix without quotes...
2009-10-02 Måns RullgårdDo not use -mdynamic-no-pic if PIC is enabled
2009-10-02 Måns RullgårdARM: add -marm flag since we do not support Thumb
2009-10-02 Reimar Döffingerwav demuxer: return AVERROR_EOF instead of AVERROR...
2009-10-02 Reimar Döffingerwav: return av_get_packet errors unchanged.
2009-10-02 Reimar DöffingerFix seek regression test: several AVERROR(EIO) correctl...
2009-10-02 Reimar DöffingerRemove url_feof check that would be triggered only...
2009-10-02 Reimar DöffingerRemove useless setting of pkt->size, av_get_packet...
2009-10-02 Reimar DöffingerReturn special EOF checking for aiff and au demuxers...
2009-10-02 Reimar DöffingerReturn any error return values from av_get_packet,...
2009-10-02 Reimar DöffingerMake seek regression tests fit after previous get_buffe...
2009-10-02 Reimar DöffingerMake get_buffer and get_partial_buffer return url_ferro...
2009-10-01 David ConradCheck whether 32-bit x86 is really 64-bit
2009-10-01 Aurelien Jacobsmatroskadec: cosmetics: indentation
2009-10-01 Aurelien Jacobsmatroskadec: don't overwrite extradata already read...
2009-10-01 Aurelien Jacobsmatroskadec: fix handling of A_MS/ACM track with no...
2009-10-01 Reimar DöffingerMake rawvideo_read_packet return partial frames.
2009-10-01 Reimar DöffingerSimplify: remove pointless {} and else
2009-10-01 Reimar DöffingerRemove pointless setting of pkt->size, av_get_packet...
2009-10-01 Reimar Döffingerau demuxer: pass av_get_packet error on unchanged inste...
2009-10-01 Reimar Döffingerav_new_packet failing should return ENOMEM, not EIO.
2009-10-01 Reimar DöffingerMake avcodec_open set codec_id and codec_type if they...
2009-10-01 Reimar Döffingerput_bits can only reliably write up to 31 bit bits...
2009-10-01 Reimar DöffingerUse MANGLE in cavsdsp, the current version using "m...
2009-10-01 Diego BiurrunDocument -sn option.
2009-10-01 Benoit FouetFix indentation after last commit.
2009-10-01 Anne-Laure... Add support for TARGA images without RLE compression.
2009-10-01 Diego BiurrunExplain the process of patch review and commit a bit.
2009-10-01 Aurelien JacobsFix playback of strange AVI files with stray LIST.
2009-10-01 Diego BiurrunFix wrongly indented block.
2009-10-01 Diego BiurrunUse "!exp" instead of "exp == NULL" in if condition.
2009-10-01 Diego Biurruncosmetics: K&R coding style, prettyprinting
2009-10-01 Kostya ShishkovDo not attempt to decode TIFF files containing fax...
2009-10-01 Kostya Shishkovlavc MJPEG decoder is capable of decoding some extended...
2009-10-01 Kostya ShishkovMake BMP decoder produce flipped picture with RLE compr...
2009-10-01 Kostya ShishkovMake MS RLE decoder produce both bottom-up and top...
next