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
2013-01-20update for 1.1.1n1.1.1Michael Niedermayer
2013-01-19init_get_bits: fix off by 1 errorMichael Niedermayer
2013-01-19init_get_bits8: zero pointers & struct on errorMichael Niedermayer
2013-01-19init_get_bits8: check byte_size against being positiveMichael Niedermayer
2013-01-19The c99-to-c89 binaries are now hosted on videolan.org.Carl Eugen Hoyos
2013-01-19doc/RELEASE_NOTESMichael Niedermayer
2013-01-19avcodec_decode_audio: do not trust the channel layout, use the channel count.Michael Niedermayer
2013-01-19error_concealment: Check that the picture is not in a half setup state.Michael Niedermayer
2013-01-19012v: remove double ; and return correct error code if ff_get_buffer() failsPaul B Mahol
2013-01-19Merge remote-tracking branch 'qatar/release/9' into release/1.1Michael Niedermayer
2013-01-18Fix opencv detection.Jonas Bechtel
2013-01-18h264: fix () placementMichael Niedermayer
2013-01-18rtmpproto: Fix assignments in if()Michael Niedermayer
2013-01-18lavf/mux: Fix assignments in if()Michael Niedermayer
2013-01-18vsrc_testsrc: Fix assignments in if()Michael Niedermayer
2013-01-18tiff: Fix assignments in if()Michael Niedermayer
2013-01-18svq1enc: Fix assignments in if()Michael Niedermayer
2013-01-18ra144enc: Fix assignments in if()Michael Niedermayer
2013-01-18nellymoserenc: Fix assignments in if()Michael Niedermayer
2013-01-18libvorbisenc: Fix assignments in if()Michael Niedermayer
2013-01-18libvo-aacenc: Fix assignments in if()Michael Niedermayer
2013-01-18libspeexenc: Fix assignments in if()Michael Niedermayer
2013-01-18libopencore-amr: Fix assignments in if()Michael Niedermayer
2013-01-18libmp3lame: Fix assignments in if()Michael Niedermayer
2013-01-18libfdk-aacenc: Fix assignments in if()Michael Niedermayer
2013-01-18libfaac: Fix assignments in if()Michael Niedermayer
2013-01-18aacenc: Fix assignments in if()Michael Niedermayer
2013-01-18doc/examples: fix assignments in if()Michael Niedermayer
2013-01-18swr: fix handling of timestamps that cause multiple drops or silence injectionsMichael Niedermayer
2013-01-18mpeg12enc: check dimension validityMichael Niedermayer
2013-01-18mpeg12enc: Correctly mask dimensionsMichael Niedermayer
2013-01-18mpeg12: Support decoding dimensions that are a multiple of 4096Michael Niedermayer
2013-01-18fate: update ref after rv30_loop_filter fixLuca Barbato
2013-01-18rv30: fix masking in rv30_loop_filter()Xi Wang
2013-01-18libcdio: support recent cdio-paranoiaLuca Barbato
2013-01-17theora: Skip zero-sized headersMartin Storsjö
2013-01-17Only skip MLP header in mpeg files if the codec actually is MLP.Carl Eugen Hoyos
2013-01-17Fix compilation with --disable-everything.Carl Eugen Hoyos
2013-01-17oggparsevorbis: fix vorbis_cleanup return typeMichael Niedermayer
2013-01-17Merge remote-tracking branch 'qatar/release/9' into release/1.1Michael Niedermayer
2013-01-17Fix detection of struct v4l2_frmsize_discrete.Carl Eugen Hoyos
2013-01-16h264: add 3 pixels below for subpixel filter wait positionRonald S. Bultje
2013-01-16h264: fix ff_generate_sliding_window_mmcos() prototype.Anton Khirnov
2013-01-16h264: don't clobber mmco opcode tables for non-first slice headers.Ronald S. Bultje
2013-01-16oggdec: Leave treatment of serial changes to the decoder.Michael Niedermayer
2013-01-16vorbisdec: handle midstream parameter changesMichael Niedermayer
2013-01-16vorbisdec: support freeing partially allocated contexts.Michael Niedermayer
2013-01-16oggdec: resync from the last page.Michael Niedermayer
2013-01-15libx264: use the library specific default rc_initial_buffer_occupancyLuca Barbato
2013-01-15lavc: set the default rc_initial_buffer_occupancyLuca Barbato