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-05-18avcodec_align_dimensions2: add missing yuva formatsMichael Niedermayer
2013-05-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-17Merge commit '30e256430eb88c6d4c382581b89bca171d79fbc0'Michael Niedermayer
2013-05-17lavc/pthread: remove obsolete checksAnton Khirnov
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer
2013-05-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-15Merge commit '252c0bfdc014c1fb6ad4fe06242c7beca58a6b41'Michael Niedermayer
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-05-14lavc: Fix msvc compilation of utils.c with -WX (warnings treated as errors)Matt Wolenetz
2013-05-10ADPCM IMA Radical decoderJames Almer
2013-05-10ADPCM DTK decoderJames Almer
2013-05-09lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch
2013-05-08libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol
2013-05-08Merge commit 'e55e8b2c362a60bad66929d83d8c83b0d7f5ffc9'Michael Niedermayer
2013-05-07lavc: do not leak frames in avcodec_decode_audio4Luca Barbato
2013-05-07avcodec/utils: Fix leak by dereferencing audio frame when side data causes wh...Matt Wolenetz
2013-05-05avcodec: Set frame.width/height on all exit pathes of ff_get_buffer()Michael Niedermayer
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-05-03avcodec: move lowres down with the next ABI bump and add accessorsMichael Niedermayer
2013-05-01Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'Michael Niedermayer
2013-05-01Merge commit 'e036bb7899d0faca9159206be9bf5552e76e7633'Michael Niedermayer
2013-04-30avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-04-30lavc: clear AVBuffers on decoded frames if refcounted_frames is not setAnton Khirnov
2013-04-27avcodec_string: Print the used codec if it differs from the codec_id name.Michael Niedermayer
2013-04-27avcodec_string: remove the "(hq)" listingMichael Niedermayer
2013-04-24lavc: check decoded subtitles encoding.Nicolas George
2013-04-19avcodec: Fix lowres handling in buffer allocationMichael Niedermayer
2013-04-19Merge commit 'a7f46586bf47174b5fa00a905b767b1781ec8b72'Michael Niedermayer
2013-04-19ff_get_buffer(): allocate the frame for max(coded,display) dimensionsAnton Khirnov
2013-04-19lavc/utils: merge side data after video encode.Clément Bœsch
2013-04-17lavc: avcodec_open2(): pass context to av_log()Paul B Mahol
2013-04-15Add thread-safe wrapper for get_format().Reimar Döffinger
2013-04-10lavc: don't overwrite display dimensions with coded dimensions.Anton Khirnov
2013-04-10dsputil: Make dsputil selectableRonald S. Bultje
2013-04-07lavc: fix recoded subtitles end.Nicolas George
2013-04-04lavc: use packet duration for subtitles if necessary.Nicolas George
2013-04-03lavc: do not init frame with guessed layout.Nicolas George
2013-03-27Merge commit 'c24469e812501903a46a06eff9722a82e136e841'Michael Niedermayer
2013-03-26utils: add workaround for AVHWAccel in ff_get_buffer compat codeJanne Grunau
2013-03-26Merge commit 'f1e9398621af0bc9d166014e4ce6996bb4f141d0'Michael Niedermayer
2013-03-26Merge commit '75644335b907919057960716508477239c26fed4'Michael Niedermayer
2013-03-26lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö
2013-03-26lavc: Move start code finding to utils.cMartin Storsjö
2013-03-25avcodec/utils: initialize pixel buffer poolMichael Niedermayer
2013-03-22Do not fail in get_buffer_internal() if pix_fmt planes == 0.Carl Eugen Hoyos
2013-03-21lavc/utils: fix metadata audio frame memleak in case of non refcounted frames.Clément Bœsch
2013-03-20Merge commit '6599b087de62a5f9f2a8d61a1952d777d1bff804'Michael Niedermayer
2013-03-20lavc/utils: add VP6F hack for setting correct video size in streamStefano Sabatini
2013-03-19audio_get_buffer: add assert to ensure nb_extended_buf has a safe valueMichael Niedermayer