32567 Commits (d06c5b44ccb4209b6d6839dfabf0045e934444fe)
 

Author SHA1 Message Date
Michael Niedermayer d06c5b44cc swscale: drop redundant code. 13 years ago
Michael Niedermayer 1eb8014b49 swscale: add 14bit support to the "MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling" 13 years ago
Michael Niedermayer 7700846cf6 swscale: remove unused and forgotten file. 13 years ago
Michael Niedermayer 1294ae6f94 Revert "Check if dxva2api.h is recent enough to compile vc1_dxva2_hwaccel." 13 years ago
Michael Niedermayer b62e42dafe doc/ffmpeg: s/avserver/ffserver/ 13 years ago
Michael Niedermayer cac9877ed5 Merge remote-tracking branch 'qatar/master' 13 years ago
Clément Bœsch 5ad01decef ffprobe: rename print_{int,str}_f callbacks to print_{integer,string}. 13 years ago
Clément Bœsch 3fdf519e4b ffprobe: add JSON output printing format. 13 years ago
Clément Bœsch afbeb49456 ffprobe: replace fmt callback with str callback. 13 years ago
Michael Niedermayer e29d6db55b Merge avconv.texi in ffmpeg.texi 13 years ago
Ronald S. Bultje e0c3e07387 sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling. 13 years ago
Michael Niedermayer 9331a2ee41 configure: slightly more robust looking check for math functions. 13 years ago
Michael Niedermayer 8f5bb35f40 ffmpeg: fix video synchronization code to be exact on constant fps videos. Fixes Ticket137 13 years ago
Justin Ruggles 3ed7860943 include stdint.h in adpcm_data.h 13 years ago
Diego Biurrun a05ea77c9f mpeg12: reorder functions to avoid ugly forward declarations 13 years ago
Michael Niedermayer fbbe092568 ffplay: remove thread command line option code, it is unneeded for -threads X to work. 13 years ago
Michael Niedermayer 838e36635a avcodec: move "thread emulation" warning to common code 13 years ago
Carl Eugen Hoyos 391b1e3911 Fix false positive when detecting dxva2. 13 years ago
Michael Niedermayer 38670356f9 libavformat/utils: print ts in the "invalid dts/pts combination" case. 13 years ago
Michael Niedermayer 39e0accb7a vf_remove_logo: domt access vf->next->query_format() directly but use the API. 13 years ago
Michael Niedermayer d67e74929c smacker: fix a few off by 1 errors 13 years ago
Joakim Plate 32c0c562e7 dvdsubdec: Move colormap and alpha to context 13 years ago
Michael Niedermayer f98edc73c5 smacker: add forgotten * 13 years ago
Laurent Aimar a92d0fa5d2 Fixed off by one packet size allocation in the smacker demuxer. 13 years ago
Laurent Aimar e055932f56 Check for invalid packet size in the smacker demuxer. 13 years ago
Andrew Wason 5e85fd9f9c libx264: fix overwriting presets with flags2 13 years ago
Joakim Plate 6c9a24636b asf: only try to read asf index once 13 years ago
Stefano Sabatini 9efae6a161 lavfi: bump minor and update APIchanges after recent updates 13 years ago
Laurent Aimar c58d45e004 segafilm: Fix potential division by 0 on corrupted segafilm streams in the demuxer. 13 years ago
Laurent Aimar 7cbe025758 segafilm: Check for memory allocation failures in segafilm demuxer. 13 years ago
Andrew Wason 3eb1e65f5f libx264: fix overwriting preset rc_lookahead 13 years ago
Joakim Plate 7009b96511 dvdsubdec: Support palette information for vobsub's stored as text in extradata 13 years ago
Laurent Aimar 273aab99bf ape demuxer: fix segfault on memory allocation failure. 13 years ago
Michael Niedermayer 9765caec1b Merge remote-tracking branch 'qatar/master' 13 years ago
Alex Converse 0872bb23b4 xan: Add some buffer checks 13 years ago
Alex Converse 350f57bd7b xan: Remove extra trailing newline 13 years ago
Laurent Aimar 393d5031c6 Fixed size given to init_get_bits() in xan decoder. 13 years ago
Ramiro Polla f0c64d0d0b dshow: indent 13 years ago
Ramiro Polla 1c282f96ab dshow: add option to list devices 13 years ago
Ramiro Polla fad4e1a572 dshow: factorise cycling through devices 13 years ago
Stefano Sabatini 4381bddc9f lavfi: consistently use int for sample_rate in AVFilterLink and AVFilterBufferRefAudioProps 13 years ago
Stefano Sabatini 2c0317419b lavfi: simplify signature for avfilter_get_audio_buffer() and friends 13 years ago
Philip de Nier 47886e3644 mxfdec: skip to end of structural sets This fixes reading of partition packs. The code stops reading after the operational pattern and should skip the array of essence container labels that follow 13 years ago
Hendrik Leppkes 7321163011 gitignore: ignore .exp files, as generated by the MS linker on win32 13 years ago
Justin Ruggles 826c56d16e adpcm: split ADPCM encoders and decoders into separate files. 13 years ago
Anton Khirnov 57650c70e2 doc/avconv: fix typo. 13 years ago
Kostya Shishkov 23a1f0c592 rv34: check that subsequent slices have the same type as first one. 13 years ago
Kostya Shishkov 47a8589f7b smacker demuxer: handle possible av_realloc() failure. 13 years ago
Clément Bœsch 677a831ec6 ffmpeg: remove unused data_codec_name. 13 years ago
Clément Bœsch 525d4852b9 ffmpeg: set {audio,video,subtitle}_codec_name const. 13 years ago