66419 Commits (170e2fd7c39c430b334ea80a1e4dfb10c6fd1e95)
 

Author SHA1 Message Date
  Michael Niedermayer 96b069450c Merge commit 'ee0ebd3c1412fdd9d80aa97c98d1a20b893f1f47' 10 years ago
  Michael Niedermayer 5309e7e6aa Merge commit 'f629705b0239c80fddc1b0b15ed4bb9042c77d23' 10 years ago
  Michael Niedermayer d2f1f2c74f Merge commit 'ec217218c27d53c5b323323e6ef862bcdbcabe5f' 10 years ago
  Michael Niedermayer 87120217b5 Merge commit '176a0fca3fd64f91d585f96137388e00d8c101b6' 10 years ago
  Pascal Massimino e3fd6a3a4e av_filter/x86/idet: MMX/SSE2 implementation of 16bits filter_line() 10 years ago
  Gabriel Dume ee0ebd3c14 dv: K&R formatting cosmetics 10 years ago
  Michael Niedermayer 881f96c4c2 avcodec/rawenc: drop sizeof(AVFrame) dependency 10 years ago
  Michael Niedermayer b63052839a Merge commit '9752d07d33d5370f7819865fbb5e582b982aad06' 10 years ago
  Henrik Gramner f629705b02 x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflags 10 years ago
  Loren Merritt ec217218c2 x86inc: Free up variable name "n" in global namespace 10 years ago
  Henrik Gramner 176a0fca3f x86inc: Make ym# behave the same way as xm# 10 years ago
  Gabriel Dume 9752d07d33 dirac: K&R formatting cosmetics 10 years ago
  Michael Niedermayer f7bbe0f414 avformat/mpeg: update comment on probe score 10 years ago
  Antonio Ospite 69c34a6ac9 avdevice/x11grab: fix cursor drawing in multi-screen setup 10 years ago
  Antonio Ospite 5a8e51f661 avdevice/x11grab: rename the "w" Window to "root" in paint_mouse_pointer 10 years ago
  Michael Niedermayer 02946120fc avfilter/vf_cropdetect: Do not check lines or columns twice on black frames 10 years ago
  Michael Niedermayer 5109ce2017 avformat/mpeg: increase score for short mpeg-ps by 1 10 years ago
  Michael Niedermayer 6daff3bd8f Merge commit '1ec335513f95bf2441f81d761ea127325ecd81a0' 10 years ago
  Gabriel Dume 1ec335513f time: Add missing zero 10 years ago
  Michael Niedermayer 1360db7e88 avcodec/mpeg4videodec: fix 'libavcodec/mpeg4videodec.c:2762:22: warning: unused variable mpeg4_vdpau_class [-Wunused-const-variable]' 10 years ago
  Michael Niedermayer a67b6c9541 avcodec/cabac_functions: fix "warning: UNCHECKED_BITSTREAM_READER is not defined, evaluates to 0" 10 years ago
  Michael Niedermayer baee313aa9 avcodec/diracdec: Fix "warning: comparison of constant 4 with expression of type enum dirac_subband is always true [-Wtautological-constant-out-of-range-compare]" 10 years ago
  Carl Eugen Hoyos 552ce6874c Revert the default for ffplay to -noautoexit. 10 years ago
  Carl Eugen Hoyos 42b4da75b7 Print bits_per_raw_sample for ffprobe -show_streams. 10 years ago
  Carl Eugen Hoyos 2b1f6a3516 Print the actual bit depth for audio if it is different from the sample_fmt bit depth. 10 years ago
  Michael Niedermayer 5a6dd925cb avcodec/ac3dec_fixed: remove unused arrays 10 years ago
  Michael Niedermayer 951f6fa3f3 avformat/rtpdec_qt: Fix 'warning: passing argument 2 of ffio_init_context discards const qualifier from pointer target type' 10 years ago
  Stefano Sabatini 24db666d15 MAINTAINERS: add myself as segment maintainer 10 years ago
  Stefano Sabatini f51de9cac2 lavf/segment: abort in case of invalid segment format options 10 years ago
  Hendrik Leppkes e9c08e32d6 avformat/utils: Exclude the header size when computing duration from bit_rate 10 years ago
  Michael Niedermayer f044fc0372 Merge commit '1274ea8dbaec44355bde07f6bb31fec0c4e6fd2d' 10 years ago
  Michael Niedermayer 1a59a28838 Merge commit 'fcf597625c7a991ca389f3a9b8ff4f5e383301c0' 10 years ago
  Michael Niedermayer aecd064744 Merge commit '803e82276b3716bf6012ec69e8854dae14a4fd2b' 10 years ago
  Reynaldo H. Verdejo Pinochet 5e7524195c ffserver: tests, force +global_header for ASF 10 years ago
  Diego Biurrun 1274ea8dba Split off floating point AAN (I)DCT into separate components 10 years ago
  Martin Storsjö fcf597625c ismindex: Avoid writing ismf files if no base name has been specified 10 years ago
  Martin Storsjö 803e82276b libavformat: Check mkdir return error codes 10 years ago
  Andreas Cadhalpun a5b20bf4b2 doc/filters.texi: improve the wording of the expr_int_format documentation 10 years ago
  Michael Niedermayer 7c1835c52a avformat/m4vdec: Check for non startcode 00 00 00 sequences in probe 10 years ago
  Michael Niedermayer cfce6f7efd avcodec/mpegvideo: Set err on failure in ff_mpv_common_frame_size_change() 10 years ago
  Michael Niedermayer 0d0f7f0ba4 avcodec/mpegvideo: check that the context is initialized in ff_mpv_common_frame_size_change() 10 years ago
  Michael Niedermayer 2762323c37 avcodec/mpegvideo: Use "goto fail" for all error paths in ff_mpv_common_frame_size_change() 10 years ago
  Michael Niedermayer 94c61cd9ae avcodec/mpegvideo: free_context_frame() cannot fail, make it return void 10 years ago
  Stefano Sabatini de1f0c94cd doc/muxers/segment: reword text for examples, improve consistency 10 years ago
  Stefano Sabatini 4f5493fe23 lavf/segment: add segment_format_options option 10 years ago
  Reimar Döffinger 2c5c37ade1 libswresample: move condition to start of loop. 10 years ago
  Reimar Döffinger 284123d7fd Remove pointless if. 10 years ago
  Reimar Döffinger 2231d5b671 libswresample: Avoid needlessly large on-stack array. 10 years ago
  Michael Niedermayer ab84effded ffmpeg: Copy extradata if it has been initialized later from the encoder 10 years ago
  Michael Niedermayer 033a5334ba avcodec/h264: Allow partial escaping 10 years ago