Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-07flicvideo: fix invalid readsLaurentiu Ion
2012-01-06vorbis: Avoid some out-of-bounds readsChris Evans
2012-01-06vqf: add more known extensionsPaul B Mahol
2012-01-06cabac: remove unused function renorm_cabac_decoderDiego Biurrun
2012-01-06h264: Only use symbols from the SVQ3 decoder under proper conditionals.Diego Biurrun
2012-01-06add bytestream2_tell() and bytestream2_seek() functionsJustin Ruggles
2012-01-06parsers: initialize MpegEncContext.slice_context_count to 1Janne Grunau
2012-01-06spdifenc: use special alignment for DTS-HD length_codeAnssi Hannula
2012-01-06ipmovie: do not read audio packets before the codec is knownJanne Grunau
2012-01-06truemotion2: check size before GetBitContext initialisationJanne Grunau
2012-01-06avio: Only do implicit network initialization for network protocolsMartin Storsjö
2012-01-06avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö
2012-01-06adpcm: ADPCM Electronic Arts has always two channelsJanne Grunau
2012-01-06matroskadec: Fix a bug where a pointer was cached to an array that might late...Chris Evans
2012-01-05fate: Add missing reference file from 9b4767e4.Alex Converse
2012-01-05mov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled descriptions.Alex Converse
2012-01-054xm: Prevent buffer overreads.Aneesh Dogra
2012-01-05mjpegdec: parse RSTn to prevent skipping other data in mjpeg_decode_scanJanne Grunau
2012-01-05vp3: add fate test for non-zero last coefficientJanne Grunau
2012-01-05vp3: fix streams with non-zero last coefficientJanne Grunau
2012-01-05swscale: remove unused U/V arguments from yuv2rgb_write().Ronald S. Bultje
2012-01-05timer: K&R formatting cosmeticsDiego Biurrun
2012-01-05lavf: cosmetics, reformat av_read_frame().Anton Khirnov
2012-01-05lavf: refactor av_read_frame() to make it easier to understand.Anton Khirnov
2012-01-05Report an error if pitch_lag is zero in AMR-NB decoder.Oana Stratulat
2012-01-05Revert "4xm: Prevent buffer overreads."Ronald S. Bultje
2012-01-054xm: Prevent buffer overreads.Aneesh Dogra
2012-01-054xm: pass the correct remaining buffer size to decode_i2_frame().Aneesh Dogra
2012-01-054xm: fix calculation of the next output line position in decode_i2_frame().Aneesh Dogra
2012-01-05mtv: Make sure audio_subsegments is not 0Shitiz Garg
2012-01-05v4l2: use V4L2_FMT_FLAG_EMULATED only if it is definedJanne Grunau
2012-01-05avconv: add symbolic names for -vsync parametersAnton Khirnov
2012-01-05flvdec: Fix compiler warning for uninitialized variablesJean First
2012-01-05rtsp: Fix compiler warning for uninitialized variableJean First
2012-01-04ulti: convert to new bytestream API.Ronald S. Bultje
2012-01-04swscale: Use standard multiple inclusion guards in ppc/ header files.Diego Biurrun
2012-01-04Place some START_TIMER invocations in separate blocks.Diego Biurrun
2012-01-04v4l2: list available formatsLuca Barbato
2012-01-04v4l2: set the proper codec_tagLuca Barbato
2012-01-04v4l2: refactor device_openLuca Barbato
2012-01-04v4l2: simplify away io_methodLuca Barbato
2012-01-04v4l2: cosmeticsLuca Barbato
2012-01-04v4l2: uniform and format optionsLuca Barbato
2012-01-04v4l2: do not force interlaced modeLuca Barbato
2012-01-04avio: exit early in fill_buffer without read_packetJanne Grunau
2012-01-04vc1dec: fix invalid memory access for small video dimensionsJohn Brooks
2012-01-04rv34: fix invalid memory access for small video dimensionsJohn Brooks
2012-01-04rv34: joint coefficient decoding and dequantizationChristophe GISQUET
2012-01-04avplay: Don't call avio_set_interrupt_cb(NULL)Martin Storsjö
2012-01-04swscale: remove obsolete comment.Ronald S. Bultje