32729 Commits (a8a9844a3c3dab30ea479f5004b51eed5f3eac6c)
 

Author SHA1 Message Date
  Laurent Aimar 6489455495 Check for invalid VLC value in smacker decoder. 13 years ago
  Laurent Aimar 9676ffba83 Check and propagate errors when VLC trees cannot be built in smacker decoder. 13 years ago
  Kelly Anderson 872655fee9 dvdsubdec: fix bad free in dvdsub_init 13 years ago
  Michael Niedermayer 15240feb99 Merge remote-tracking branch 'hexene/scratchpad' 13 years ago
  Carl Eugen Hoyos f27f68eb4f Muxing WTV is supported. 13 years ago
  Michael Niedermayer 6a507ccfe5 wtvenc: add some asserts because iam paranoid 13 years ago
  zhentan feng 438debd095 WTV muxer (2_wtvenc.patch, 3_add_wtv_muxer.patch) 13 years ago
  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