32786 Commits (8a73246391480bfc79ccca8fa34268b9274e4378)
 

Author SHA1 Message Date
Jonne Ahner 8a73246391 prores: skip alpha if present 13 years ago
Stefano Sabatini 3a87dce6bf vf_drawtext: remove useless and misnamed intermediary "baseline" variable in draw_text() 13 years ago
Stefano Sabatini 500b3210da vf_drawtext: fix background box coloring with RGB formats != RGBA 13 years ago
Stefano Sabatini db56a7507e vf_drawtext: prefer int over unsigned int 13 years ago
Stefano Sabatini 751df79d29 vf_drawtext: use @itemize environment for showing examples in docs 13 years ago
Laurent Aimar 7c249d4fba Check for huffman tree building error in vp6 decoder. 13 years ago
Laurent Aimar dba20b8478 Release old pictures after a resolution change in vp5/6 decoder 13 years ago
Laurent Aimar 6a0e78929a Check for missing reference in vp5/6 decoder. 13 years ago
Laurent Aimar b64269ce55 Check for invalid slices offsets in RV30/40 decoder. 13 years ago
Laurent Aimar 741ec30bd2 Check output buffer size in nellymoser decoder. 13 years ago
Clément Bœsch 00320ac0dd ffprobe: remove misplaced and pointless comment. 13 years ago
Clément Bœsch b70fd6fa8b ffprobe: use av_get_pix_fmt_name() instead of accessing av_pix_fmt_descriptors. 13 years ago
Clément Bœsch 03d0ea0cf0 ffprobe: remove media_type_string() by inlining av_x_if_null(). 13 years ago
Clément Bœsch a70e787410 lavu: add av_x_if_null(). 13 years ago
Carl Eugen Hoyos 3039c68626 Fix dxva2 decoding for some H264 samples. 13 years ago
Carl Eugen Hoyos e71322cb00 Support Sorenson Spark in f4v. 13 years ago
Carl Eugen Hoyos d5d027682c Use the parser for AC-3 in mov. 13 years ago
Michael Niedermayer 3e1a7ae44a Merge remote-tracking branch 'qatar/master' 13 years ago
Alex Converse 05fc9e40a4 swfdec: Add support for sample_rate_code 0 (5512 Hz) 13 years ago
Mans Rullgard ae2e89717b dct-test: factor out some common code and do whas was likely intended 13 years ago
Diego Biurrun dd8d808ba6 doc: library versions need to be bumped in version.h 13 years ago
Anton Khirnov 9aa1f87dfd Revert "ffmpeg: get rid of useless AVInputStream.nb_streams." 13 years ago
Anton Khirnov 609a2fa1fa Remove some forgotten AVCodecContext.palctrl usage. 13 years ago
Anton Khirnov 9ecfbb3e57 lavc/utils: move avcodec_init() higher in the file. 13 years ago
Anton Khirnov e5b29c1f6b lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_* 13 years ago
Anton Khirnov feedc0754b ac3dec: actually use drc_scale private option 13 years ago
Anton Khirnov 63e4c8a653 lavc: undeprecate AVPALETTE_SIZE and AVPALETTE_COUNT macros 13 years ago
Anton Khirnov 4d77d57d20 alsa: add missing header 13 years ago
Diego Biurrun a3e0135dbb msmpeg4: remove leftover unused debug variable declaration 13 years ago
Diego Biurrun 95a06eb4d5 Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination. 13 years ago
Diego Biurrun 35a6855868 Fix av_dlog invocations with wrong or missing logging context. 13 years ago
Stefano Sabatini be4e8908d2 vf_yadif: add support to yuva420p 13 years ago
Stefano Sabatini 4703a7b50b vf_yadif: correct documentation on the parity parameter 13 years ago
Joakim Plate 5feb67f8a1 vf_yadif: copy buffer properties like aspect for second frame as well 13 years ago
David Goldwich 61f4387d39 oma: support for encrypted files 13 years ago
David Goldwich 7a019dffe5 id3v2: add support for non-text and GEOB type tag frames 13 years ago
David Goldwich b3e144a7df des: add possibility to calculate DES-CBC-MAC with small buffer 13 years ago
Michael Niedermayer 358d837dad prores: Add forgotten Copyright statements 13 years ago
Michael Niedermayer 7cb5def1f3 Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer c83442b057 mp3demux: pass on error code on packet read. 13 years ago
Michael Niedermayer 743e1df5c2 prores: Simplify code further 13 years ago
Jonne Ahner ecb0edd9d7 prores: simplify 4444 handling 13 years ago
Jonne Ahner d673972d30 prores: fixes a few prores 4444 samples 13 years ago
Jonne Ahner 989c02825e prores: use shift instead of multiply 13 years ago
Martin Storsjö 847052db34 rtspdec: Require TCP-interleaved RTP packets to be at least 11 bytes, instead of 12. 13 years ago
Yuriy Kaminskiy 2b2617da6b libpostproc: mmx code uses stack below %esp, fix that 13 years ago
Reimar Döffinger 0bbb1cdc28 Use correct LOCAL_ALIGNED for stack variables instead of DECLARE_ALIGNED. 13 years ago
Reimar Döffinger b9acca288e Remove unused variable. 13 years ago
Reimar Döffinger c928e91729 Hack around gcc 4.6 breaking asm using call. 13 years ago
Martin Storsjö 3ffe32eb96 rtmp: Don't blindly skip the 4 trailer bytes from the FLV packets 13 years ago