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-03-08Revert "aacdec: Reconfigure output as needed, disable pop_output_configuratio...Michael Niedermayer
2013-03-08aacsbr: Check for envelope scalefactors overflowingMichael Niedermayer
2013-03-08mpegaudio_parser: Don't ignore information from the first frameAlexander Kojevnikov
2013-03-07aacdec: Reconfigure output as needed, disable pop_output_configuration()Michael Niedermayer
2013-03-07psymodel: dont apply lowpass filters with a cutoff close to the nyquistMichael Niedermayer
2013-03-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-07Merge commit '70762508ec5919474edb92a5b1f266fd06640f9c'Michael Niedermayer
2013-03-07lavc: Deprecate the deinterlace functions in libavcodecRonald S. Bultje
2013-03-07h264: Integrate draw_horiz_band into ff_h264_draw_horiz_bandRonald S. Bultje
2013-03-07lavc: Prettify printing of codec tags containing non alphanumeric charactersStefano Sabatini
2013-03-07h264: Rename the jpeg_420 pixfmt list to match the common naming structureMartin Storsjö
2013-03-07libavcodec: changed mathematical functions in aacpsy.cBojan Zivkovic
2013-03-07Merge commit '5da51284937649a8ebb84fa951c235438fcbf8ae'Michael Niedermayer
2013-03-07Merge commit '5a4e9fe855282a99586050a507d0a486ad39df5b'Michael Niedermayer
2013-03-07Merge commit '4c364eb2b856fc33cf7b42f7c7b979e69fde5f3a'Michael Niedermayer
2013-03-07Merge commit 'a2ad554def214d2d03b7c16f68dc081a8622f9ca'Michael Niedermayer
2013-03-07Merge commit 'c10da30d8426a1f681d99a780b6e311f7fb4e5c5'Michael Niedermayer
2013-03-07normalize calls to ff_alloc_packet2James Zern
2013-03-06lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecsRonald S. Bultje
2013-03-06Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtables.Ronald S. Bultje
2013-03-06snowenc: fix indentionMichael Niedermayer
2013-03-06snowenc: add forgotten emms_c()Michael Niedermayer
2013-03-06avcodec/internal: Fix #if DECODE_AUDIO / ENCODE_AUDIO name mismatchDiego Biurrun
2013-03-06snowenc: initialize edgesMichael Niedermayer
2013-03-06vc1dec: use av_log_ask_for_sample for odd spritesMichael Niedermayer
2013-03-06libilbc: use ff_alloc_packet2Paul B Mahol
2013-03-06libopusenc: use ff_alloc_packet2James Zern
2013-03-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-06Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
2013-03-06qdm2: check "AC" codewordsMichael Niedermayer
2013-03-06qdm2: simplify arithmetic coder tables generationMichael Niedermayer
2013-03-06rv20: Fix handling of frame skip.Michael Niedermayer
2013-03-06mss2dsp/upsample_plane: fix 0x0 handlingMichael Niedermayer
2013-03-06shorten: report meaningful errorsLuca Barbato
2013-03-06shorten: K&R formatting cosmeticsLuca Barbato
2013-03-06shorten: use the unsigned type where neededLuca Barbato
2013-03-06shorten: set invalid channels count to 0Michael Niedermayer
2013-03-06vorbisdec: check memory allocationsLuca Barbato
2013-03-06Make 32bit zmbv colour-space opaque.Carl Eugen Hoyos
2013-03-06Use uint8_t instead of uint16_t pointer in kega decoder.Carl Eugen Hoyos
2013-03-06kgv1dec: Simplify kega decoding by using memcpy instead of loopsReimar Döffinger
2013-03-06vc1dec: odd sized sprites are unsupportedMichael Niedermayer
2013-03-06h264: check for luma and chroma bit dept being equalLuca Barbato
2013-03-05mp3dec: Fix VBR bit rate parsingAlexander Kojevnikov
2013-03-05zmbv: stop doing colorspace conversionPaul B Mahol
2013-03-05hwaccel: consistent name prefixes for start_frame/end_frame/decode_sliceDiego Biurrun
2013-03-05msrledec: fix output_end checksMichael Niedermayer
2013-03-04dnxhddec: return the correct number of bytes from decode_frameMichael Niedermayer
2013-03-04Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
2013-03-04buildsys: only include log2_tab per library for shared buildsMichael Niedermayer