27107 Commits (f2953365d1c1da8c1e586270c6eb2c7437c77a9f)
 

Author SHA1 Message Date
Peter Ross 6780f48846 wtv: obtain codec information from stream2_guid chunks, if present 14 years ago
Aurelien Jacobs 4f18f1b089 mpeg4videodec: reset time_base.num to 0 when detecting time_base.den=0 14 years ago
Justin Ruggles ad6b2c1f6d Move fixed-point parts of the AC-3 encoder to separate files. 14 years ago
Martin Storsjö f03424a782 Reindent 14 years ago
Daniel Kang 004357a11f Fix compilation on x86-32 with --disable-optimizations, 14 years ago
Carl Eugen Hoyos ba76378393 libavfilter does not depend on libswscale, only the scale filter does. 14 years ago
Daniel Kang 3b99e00c75 Fix crash decoding broken wmv2 files. 14 years ago
Aurelien Jacobs f5dd1eb7b5 srtdec: ensure we don't read 1 byte after buffer end if the buffer is not 14 years ago
Carl Eugen Hoyos 6734f2c89e "Fix" compilation with --disable-swscale. 14 years ago
Anssi Hannula ef2b2243dc Use AVOption for muxers in ffmpeg. 14 years ago
Vitor Sessak 815495f040 Remove the "-idct simple" command line option from the fate-psx-str test, 14 years ago
Peter Ross 17e33f662a wtv: display warning if scrambled stream is detected 14 years ago
Vitor Sessak e3e3c82555 Make PSX MDEC decoder output YUVJ420 and always use IDCT_SIMPLE. This 14 years ago
Anssi Hannula cf99e4aa00 Add AVOption support for muxers. 14 years ago
Anssi Hannula febd72be65 Use new function put_nbyte() to speed up padding. 14 years ago
Anssi Hannula 17ee8f669f Add function put_nbyte() to speed up padding in SPDIF muxer. 14 years ago
Martin Storsjö d2995eb910 rtsp: Store the Content-Base header value straight to the target 14 years ago
Martin Storsjö 77223c5388 rtsp: Pass the method name to ff_rtsp_parse_line 14 years ago
Martin Storsjö acc9ed1450 rtsp: Pass RTSPState to ff_rtsp_parse_line, instead of HTTPAuthState 14 years ago
Martin Storsjö 3df54c6bf2 rtsp: Add a method parameter to ff_rtsp_read_reply 14 years ago
Daniel Kang 7f8ffc4efd Fix a floating point exception for invalid framerate, fixes issue 2470. 14 years ago
Martin Storsjö 3a1cdcc798 rtpdec: Emit timestamps for packets before the first RTCP packet, too 14 years ago
Daniel Verkamp dfaa9f3cb3 Recognize FFMPEG_FORCE_NOCOLOR environment variable on Win32 14 years ago
Reimar Döffinger 0a3028b9b0 Use AVSampleFormat instead of the deprecated SampleFormat. 14 years ago
Justin Ruggles 391fa56ddb Update current year to 2011. Happy New Year! 14 years ago
Stefano Sabatini 421167b03b Fix typos. 14 years ago
Peter Ross 773d892a31 move ff_get_bmp_header under CONFIG_DEMUXERS block 14 years ago
Justin Ruggles 9c84a72a25 Skip the bit allocation search if previous and current SNR offsets are the 14 years ago
Justin Ruggles 5128842ea2 10l: Fix mistake in r26044. Check increment bounds using actual increment 14 years ago
Justin Ruggles c05ffcd9ba Change planar_samples from int16_t to SampleType. 14 years ago
Jason Garrett-Glaser 32282b50ea Add .pix_fmts to LCL encoder 14 years ago
Daniel Kang 0790caba60 Fix invalid reads in valgrind fate, patch by Daniel Kang <daniel dot d dot 14 years ago
Aurelien Jacobs f19c58b4cf free subtitle_header before overwriting it to avoid memleak 14 years ago
Aurelien Jacobs 1d6233d315 use avsubtitle_free() instead of re-implementing it partially (fix a memleak) 14 years ago
Justin Ruggles 0cbd5ff704 Add typedefs and a macro that will allow sharing of functions between the 14 years ago
Justin Ruggles b33dae5efb Move the list of supported channel layouts to a separate table. 14 years ago
Justin Ruggles 34d5074e6d Add a window field to AC3MDCTContext and use it as an input to apply_window() 14 years ago
Justin Ruggles b5293036b9 cosmetics: alignment, line wrap, and spacing 14 years ago
Justin Ruggles 14166a6d6c Remove avctx from AC3MDCTContext and just pass it to mdct_init() instead. 14 years ago
Justin Ruggles e0698e4bbd Make exponent_group_tab[] static. 14 years ago
Ronald S. Bultje 7148da489e Fix valgrind invalid read on top MB rows with CODEC_FLAG_EMU_EDGE set. 14 years ago
Carl Eugen Hoyos f6bf6e511d Set blkalign to maximum framesize to allow playback on WMP (see issue 2455 and issue 2446). 14 years ago
Justin Ruggles b3f5c21a91 Use %td instead of %PRIdPTR. The argument has type ptrdiff_t. 14 years ago
Justin Ruggles 78c8b4b758 Add audio flag to libvorbis AVOption. 14 years ago
Justin Ruggles 281bf84fbd Use %"PRIdPTR" instead of %d to silence gcc warning about type mismatch. 14 years ago
Michael Chinen 4b5d4720c1 flac_parser: loop append buffer when the default size is not enough to get 14 years ago
Daniel Kang 536e9b2f58 Port pred8x8l_down_left_mmxext (H.264 intra prediction) from x264 (authors: 14 years ago
Carl Eugen Hoyos 548b97a66a Cosmetics: Re-indent after last commit. 14 years ago
Anssi Hannula cc6c0c7b52 Do not add the preamble if the DTS stream is already padded, like DTS in 14 years ago
Daniel Kang 720ea2d5b2 Port pred4x4_down_right_mmxext (H.264 intra prediction) from x264 (authors: 14 years ago