OSDN Git Service

android-x86/external-ffmpeg.git
2013-09-16 Alexandra Khirnovalavf: Make probe_codec return an error code
2013-09-16 Martin Storsjöx86: Add an xmm clobbering wrapper for avcodec_encode_v...
2013-09-16 Clément Bœschlavf: Don't explicitly flush after each written packet...
2013-09-16 Luca Barbatolavf: Add a flag to enable/disable per-packet flushing
2013-09-16 Luca Barbatoflv: Do not export datastream as metadata
2013-09-16 Luca Barbatortmp: Store all the notify messages
2013-09-16 Luca Barbatortmp: Do not send the first field twice within the...
2013-09-16 Luca Barbatortmp: Drop an unneeded warning
2013-09-16 Luca Barbatortmp: Support play method in listen mode
2013-09-16 Luca Barbatortmp: Factor out publish specific code
2013-09-16 Luca Barbatomem: Introduce av_reallocp
2013-09-16 Vittorio GiovaraFix references to deleted avcodec_encode_video() function
2013-09-16 Martin Storsjöavpacket: Fix error checking in packet_alloc
2013-09-16 Martin Storsjövp3: Check the framerate for validity
2013-09-16 Martin Storsjöproresdec: Properly make sure an index doesn't run...
2013-09-16 Martin Storsjöcavsdec: Make sure a sequence header has been decoded...
2013-09-16 Martin Storsjövocdec: Don't update codec parameters mid-stream
2013-09-16 Martin Storsjösierravmd: Do sanity checking of frame sizes
2013-09-16 Martin Storsjöomadec: Properly check lengths before incrementing...
2013-09-15 Hendrik Leppkesmathops/x86: work around inline asm miscompilation...
2013-09-14 Diego Biurrunmem: Document the non-compatibility of av_realloc(...
2013-09-13 Christian Schmidtpcm-dvd: Minor leftovers
2013-09-13 Christian Schmidtpcm-dvd: Support channel configuration changes
2013-09-12 Alexandra Khirnovamatroskaenc: Fix stray pointers left over from av_reall...
2013-09-12 Vittorio Giovaramp3: add .mpa extension
2013-09-12 Diego Biurrunconfigure: Mention that icl does not build both static...
2013-09-12 Martin Storsjög2meet: Allocate cursor buffers large enough to fit...
2013-09-12 Martin Storsjöaic: Validate values read from the bitstream
2013-09-12 Martin Storsjömpc8: Make sure the first stream exists before parsing...
2013-09-12 Martin Storsjömpc8: Check the seek table size parsed from the bitstream
2013-09-12 Michael Niedermayerzmbvdec: Check the buffer size for uncompressed data
2013-09-12 Martin Storsjöape: Don't allow the seektable to be omitted
2013-09-12 Martin Storsjöshorten: Break out of loop looking for fmt chunk if...
2013-09-12 Martin Storsjöshorten: Use a checked bytestream reader for the wave...
2013-09-11 Martin Storsjösmacker: Free memory properly if the init function...
2013-09-11 Martin Storsjösmacker: Make sure we don't fill in huffman codes out...
2013-09-11 Martin Storsjösmacker: Check malloc return values
2013-09-11 Martin Storsjösmacker: Avoid integer overflow when allocating packets
2013-09-11 Martin Storsjösmacker: Don't return packets in unallocated streams
2013-09-11 Martin Storsjödsicin: Add some basic sanity checks for fields read...
2013-09-11 Diego Biurrunconfigure: Fix wrong reference to user support mailing...
2013-09-10 Diego BiurrunDrop pointless directory name prefixes from #includes...
2013-09-10 Diego Biurrundoc: Drop VDPAU from list of supported codecs
2013-09-10 Diego Biurrunfate.sh: Run git-clone quietly
2013-09-10 Alexandra Khirnovaavformat: Use av_reallocp_array() where suitable
2013-09-09 Martin Storsjömovenc: Simplify setting the fragmentation flag
2013-09-09 Martin Storsjömovenc: Add a warning message if conflicting options...
2013-09-09 Martin Storsjötcp: Explicitly convert a pointer to a boolean integer
2013-09-07 Anton Khirnovlavf: fix the comparison in an overflow check
2013-09-07 Luca Barbatodv: Add a guard to not overread the ppcm array
2013-09-07 Luca Barbatonuv: check ff_rtjpeg_decode_frame_yuv420 return value
2013-09-06 Diego Biurrunavisynth: K&R formatting cosmetics
2013-09-06 Diego Biurrunavisynth: Add missing #include for NULL_IF_CONFIG_SMALL
2013-09-05 Diego Biurrunavcodec: Stop exporting the removed audio_resample...
2013-09-05 Vittorio Giovarampeg12enc: K&R formatting cosmetics
2013-09-05 Vittorio Giovarampeg12enc: drop forward declarations
2013-09-05 Diego Biurrunmem: Do not check unsigned values for negative size
2013-09-05 Diego Biurrunmem: Improve documentation wording and spelling
2013-09-04 John Stebbinsmatroskaenc: Allow chapters to be written in trailer
2013-09-04 Martin Storsjömpegvideo: Avoid 32-bit wrapping of linesize multiplica...
2013-09-04 Clifford Wolfdoc: Describe TB option of setpts filter
2013-09-04 Luca Barbatomem: Document the av_realloc family of functions properly
2013-09-04 Luca Barbatobuild: Report an error message when a pc file is not...
2013-09-03 Michael Niedermayermjpegb: Detect changing number of planes in interlaced...
2013-09-03 Martin Storsjöalac: Check that the channels fit at the given offset
2013-09-03 Martin Storsjö4xm: Check that the read track value is non-negative
2013-09-03 Martin Storsjömatroskadec: Check that .lang was allocated and set...
2013-09-03 Martin Storsjöalac: Limit max_samples_per_frame
2013-09-03 Martin Storsjömovenc: Don't flush after each written packet
2013-09-02 Diego Biurruncosmetics: Fix ATRAC codec name spelling
2013-09-02 Anton Khirnovape demuxer: check for EOF in potentially long loops
2013-09-02 Anton Khirnov4xm: check that bits per sample is strictly positive
2013-09-02 Anton Khirnovlavf: avoid integer overflow when estimating bitrate
2013-09-02 Anton Khirnovlavf: move a variable declaration to the block where...
2013-09-02 Anton Khirnovpictordec: pass correct context to avpriv_request_sample
2013-09-02 Anton Khirnovpictordec: break out of both decoding loops when y...
2013-09-02 Anton Khirnovvcr1: add sanity checks
2013-08-31 Martin Storsjöpcm-dvd: Fix build on big endian
2013-08-31 Vittorio Giovaraconfigure: Add docdir configuration option
2013-08-31 Diego Elio... vf_lut: Constantize
2013-08-31 Christian Schmidtpcm_dvd: consolidate pieces from pcm.c and mpeg.c
2013-08-31 Christian Schmidtpcm_bluray: cosmetics
2013-08-31 Christian Schmidtpcm_bluray: rename pcm-mpeg.c to pcm-bluray.c
2013-08-29 Sean McGovernppc: don't return a value from a function declared...
2013-08-29 Diego Biurrunx86: avcodec: Consistently structure CPU extension...
2013-08-29 Diego Biurrunx86: avcodec: Use convenience macros to check for CPU...
2013-08-29 Diego Biurrunx86: Add and use more convenience macros to check CPU...
2013-08-29 Diego Biurrunppc: cosmetics: Consistently format CPU flag detection...
2013-08-29 Diego Biurruncosmetics: Place arch initialization calls in alphabeti...
2013-08-29 Diego Biurrunarm: fmtconvert: Split armv6 fmtconvert code off from...
2013-08-29 Diego Biurrunarm: float_dsp: Propagate cpu_flags to vfp initializati...
2013-08-29 Diego Biurrunarm: dcadsp: Move synth filter initialization to dcadsp...
2013-08-29 Diego Biurrunswscale: cosmetics: Drop silly camelCase from swScale...
2013-08-29 Diego Biurrunswscale: Add some missing av_cold to arch-specific...
2013-08-29 Diego Biurrunswscale: consistent names for arch-specific acceleratio...
2013-08-29 Diego Biurrunswscale: ppc: Hide arch-specific initialization details
2013-08-28 Diego Biurrunppc: Add missing AltiVec cpuflag detection invocations
2013-08-28 Diego Biurrunppc: fdct: Remove vim editor settings comment
2013-08-28 Diego Biurrunmpegvideo: Replace arch initialization ifdeffery by...
2013-08-28 Diego Biurrunx86: rv40dsp: Move inline assembly optimizations out...
next