source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @65cd45a8   14 years Carl Eugen Hoyos Prevent a crash by sanity checking buffer reads. Patch by Daniel …
(edit) @f5a2d285   14 years Carl Eugen Hoyos Export dca profile information. Patch by Anssi Hannula anssi d …
(edit) @df1c694c   14 years Carl Eugen Hoyos Verify FSIZE96 when encountering X96 sync code. Patch by Anssi …
(edit) @d381249b   14 years Carl Eugen Hoyos Fix a crash when decoding tiff by moving check for invalid header up …
(edit) @35ca5c0b   14 years baptiste.coudurier In dnxhd decoder, set key_frame on decoded frame Originally committed …
(edit) @a92c30d7   14 years martin rtsp: Allow requesting of filtering of source packets If filtered, …
(edit) @21a569f3   14 years martin udp: Allow specifying the connect option in udp_set_remote_url, too …
(edit) @babd19ce   14 years martin rtpproto: Allow specifying the connect option, passed through to udp …
(edit) @1ba44140   14 years Carl Eugen Hoyos Fix crash for files with strip size larger than the buffer. Fixes …
(edit) @504530bf   14 years Carl Eugen Hoyos Set blkalign to 3840 (maximum bytes per frame) for AC-3 in avi. Fixes …
(edit) @79d482b1   14 years martin rtpdec: Don't set RTP timestamps if they already are set by the …
(edit) @6cbce63   14 years Carl Eugen Hoyos Fix assertion fail on audio files with invalid sample rates, fixes …
(edit) @6bbdba08   14 years stefano.sabatini-lala Revert previous commit, as it was not meant to be pushed. Originally …
(edit) @7820147e   14 years stefano.sabatini-lala Issue more explicit error messages in compute_pkt_fields2(). …
(edit) @81bd4119   14 years stefano.sabatini-lala In av_close_input_stream(), flush the packet queue before to actually …
(edit) @29db7c3a   14 years martin rtsp: Parse RTP-Info headers Originally committed as revision 26236 …
(edit) @4cb06874   14 years martin Reindent Originally committed as revision 26235 to …
(edit) @91d96bd   14 years martin rtsp: Simplify code Originally committed as revision 26234 to …
(edit) @1726813f   14 years martin rtsp: Move resetting of rtpdec parameters to before sending the PLAY …
(edit) @ac05f903   14 years justin.ruggles Convert floating-point MDCT coefficients to 24-bit fixed-point all at …
(edit) @87c1410d   14 years vitor1001 Add a FATE test for Playstation STR version 3 Originally committed as …
(edit) @6e16398a   14 years vitor1001 Make dc_lum_vlc and dc_chroma_vlc non-static symbols, this fixed the …
(edit) @ab043374   14 years baptiste.coudurier In ogg muxer, correctly mux VFR streams, fix issue #2398 Originally …
(edit) @5e2202d6   14 years baptiste.coudurier In mov demuxer, check that gmtime returns a valid value, fix crash, …
(edit) @4af7166f   14 years baptiste.coudurier In mov demuxer, check that stts data exists, fix crash, issue #2479
(edit) @9be52d48   14 years justin.ruggles Use local variables outside the inner loop in extract_exponents() to …
(edit) @5d3d238f   14 years stefano.sabatini-lala Factorize common code in v4l2_set_parameters(). Originally committed …
(edit) @8621a37d   14 years stefano.sabatini-lala In video4linux2, in the case the timebase value in ap is 0/0, read the …
(edit) @2d777bb7   14 years stefano.sabatini-lala Make mpeg4 encoder log a more explicit error message when the timebase …
(edit) @ccbbeeee   14 years robert.swain Add my GPG fingerprint to the MAINTAINERS file Originally committed …
(edit) @73f6d31e   14 years daniel Win32 support for av_file_map() Originally committed as revision …
(edit) @db613296   14 years michaelni Our ljpeg encoder supports bgra, use the correct constant in the …
(edit) @b26847b7   14 years michaelni Fix/cleanup m/ljpeg encoding pix fmt selection code in ffmpeg.c. …
(edit) @dc8465a9   14 years michaelni Remove PIX_FMT_RGB32 mjpeg encoding, there is no such thing ... …
(edit) @69057b7   14 years baptiste.coudurier In pad filter, update new ref w/h in start_frame, fix chaining …
(edit) @d34a77fb   14 years baptiste.coudurier In crop filter, update new ref w/h instead of old one, fix chaining …
(edit) @e27bf2c7   14 years michaelni Fix YUV444P LJPEG encoding. Originally committed as revision 26215 to …
(edit) @bd7d9e45   14 years stefano.sabatini-lala In the video4linux2 output device, log an error description in case of …
(edit) @44b2784f   14 years stefano.sabatini-lala Remove unnecessary dependency of ffprobe and ffserver on libswscale. …
(edit) @be4876ea   14 years stefano.sabatini-lala Disable initialization of the swscale sws_opts context in …
(edit) @14fa75ea   14 years wyskas lavf: rename meta.h->ffmeta.h for consistency. Originally committed …
(edit) @f1cbbb79   14 years justin.ruggles cosmetics: fix typo in previous commit Originally committed as …
(edit) @6fd96d1a   14 years justin.ruggles Change the AC-3 encoder to use floating-point. Fixed-point AC-3 …
(edit) @6780f488   14 years pross wtv: obtain codec information from stream2_guid chunks, if present …
(edit) @4f18f1b0   14 years Aurélien Jacobs mpeg4videodec: reset time_base.num to 0 when detecting time_base.den=0 …
(edit) @ad6b2c1f   14 years justin.ruggles Move fixed-point parts of the AC-3 encoder to separate files. …
(edit) @f03424a7   14 years martin Reindent Originally committed as revision 26205 to …
(edit) @004357a1   14 years Carl Eugen Hoyos Fix compilation on x86-32 with --disable-optimizations, fixes issue …
(edit) @ba76378   14 years Carl Eugen Hoyos libavfilter does not depend on libswscale, only the scale filter does. …
(edit) @3b99e00c   14 years Carl Eugen Hoyos Fix crash decoding broken wmv2 files. Fixes issue 1670. Patch by …
(edit) @f5dd1eb7   14 years Aurélien Jacobs srtdec: ensure we don't read 1 byte after buffer end if the buffer is …
(edit) @6734f2c8   14 years Carl Eugen Hoyos "Fix" compilation with --disable-swscale. Originally committed as …
(edit) @ef2b2243   14 years Carl Eugen Hoyos Use AVOption for muxers in ffmpeg. Patch by Anssi Hannula, anssi d …
(edit) @815495f0   14 years vitor1001 Remove the "-idct simple" command line option from the fate-psx-str …
(edit) @17e33f66   14 years pross wtv: display warning if scrambled stream is detected Originally …
(edit) @e3e3c825   14 years vitor1001 Make PSX MDEC decoder output YUVJ420 and always use IDCT_SIMPLE. This …
(edit) @cf99e4aa   14 years Carl Eugen Hoyos Add AVOption support for muxers. Patch by Anssi Hannula, anssi d …
(edit) @febd72be   14 years Carl Eugen Hoyos Use new function put_nbyte() to speed up padding. Patch by Anssi …
(edit) @17ee8f66   14 years Carl Eugen Hoyos Add function put_nbyte() to speed up padding in SPDIF muxer. Patch by …
(edit) @d2995eb9   14 years martin rtsp: Store the Content-Base header value straight to the target This …
(edit) @77223c53   14 years martin rtsp: Pass the method name to ff_rtsp_parse_line Originally committed …
(edit) @acc9ed14   14 years martin rtsp: Pass RTSPState to ff_rtsp_parse_line, instead of HTTPAuthState …
(edit) @3df54c6b   14 years martin rtsp: Add a method parameter to ff_rtsp_read_reply Originally …
(edit) @7f8ffc4e   14 years Carl Eugen Hoyos Fix a floating point exception for invalid framerate, fixes issue …
(edit) @3a1cdcc7   14 years martin rtpdec: Emit timestamps for packets before the first RTCP packet, too …
(edit) @dfaa9f3c   14 years daniel Recognize FFMPEG_FORCE_NOCOLOR environment variable on Win32 Fixes …
(edit) @0a3028b9   14 years Reimar.Doeffinger Use AVSampleFormat instead of the deprecated SampleFormat. Originally …
(edit) @391fa56d   14 years justin.ruggles Update current year to 2011. Happy New Year! Originally committed as …
(edit) @421167b0   14 years stefano.sabatini-lala Fix typos. Originally committed as revision 26183 to …
(edit) @773d892a   14 years pross move ff_get_bmp_header under CONFIG_DEMUXERS block Originally …
(edit) @9c84a72a   14 years justin.ruggles Skip the bit allocation search if previous and current SNR offsets are …
(edit) @5128842e   14 years justin.ruggles 10l: Fix mistake in r26044. Check increment bounds using actual …
(edit) @c05ffcd   14 years justin.ruggles Change planar_samples from int16_t to SampleType. This one was missed …
(edit) @32282b50   14 years darkshikari Add .pix_fmts to LCL encoder Now ffmpeg should automatically convert …
(edit) @0790caba   14 years rsbultje Fix invalid reads in valgrind fate, patch by Daniel Kang <daniel dot d …
(edit) @f19c58b4   14 years Aurélien Jacobs free subtitle_header before overwriting it to avoid memleak …
(edit) @1d6233d3   14 years Aurélien Jacobs use avsubtitle_free() instead of re-implementing it partially (fix a …
(edit) @0cbd5ff7   14 years justin.ruggles Add typedefs and a macro that will allow sharing of functions between …
(edit) @b33dae5e   14 years justin.ruggles Move the list of supported channel layouts to a separate table. …
(edit) @34d5074e   14 years justin.ruggles Add a window field to AC3MDCTContext and use it as an input to …
(edit) @b5293036   14 years justin.ruggles cosmetics: alignment, line wrap, and spacing Originally committed as …
(edit) @14166a6d   14 years justin.ruggles Remove avctx from AC3MDCTContext and just pass it to mdct_init() …
(edit) @e0698e4b   14 years justin.ruggles Make exponent_group_tab[] static. Originally committed as revision …
(edit) @7148da48   14 years rsbultje Fix valgrind invalid read on top MB rows with CODEC_FLAG_EMU_EDGE set. …
(edit) @f6bf6e51   14 years Carl Eugen Hoyos Set blkalign to maximum framesize to allow playback on WMP (see issue …
(edit) @b3f5c21   14 years justin.ruggles Use %td instead of %PRIdPTR. The argument has type ptrdiff_t. …
(edit) @78c8b4b7   14 years justin.ruggles Add audio flag to libvorbis AVOption. Originally committed as …
(edit) @281bf84f   14 years justin.ruggles Use %"PRIdPTR" instead of %d to silence gcc warning about type …
(edit) @4b5d472   14 years justin.ruggles flac_parser: loop append buffer when the default size is not enough to …
(edit) @536e9b2f   14 years rsbultje Port pred8x8l_down_left_mmxext (H.264 intra prediction) from x264 …
(edit) @548b97a   14 years Carl Eugen Hoyos Cosmetics: Re-indent after last commit. Originally committed as …
(edit) @cc6c0c7b   14 years Carl Eugen Hoyos Do not add the preamble if the DTS stream is already padded, like DTS …
(edit) @720ea2d5   14 years rsbultje Port pred4x4_down_right_mmxext (H.264 intra prediction) from x264 …
(edit) @d0aebe23   14 years rsbultje Port pred4x4_vertical_right_mmxext (H.264 intra prediction) from x264 …
(edit) @76497232   14 years rsbultje Port pred4x4_horizontal_down_mmxext (H.264 intra prediction) from x264 …
(edit) @e9c576a4   14 years rsbultje Port pred4x4_horizontal_up_mmxext (H.264 intra prediction) from x264 …
(edit) @92f441ae   14 years rsbultje Port pred4x4_vertical_left_mmxext (H.264 intra prediction) from x264 …
(edit) @e8d98764   14 years rsbultje Merge a few superfluous CONFIG_GPL checks. Originally committed as …
(edit) @916393da   14 years rsbultje Whitespace cosmetics. Originally committed as revision 26153 to …
(edit) @42a59278   14 years rsbultje Whitespace cosmetics. Originally committed as revision 26152 to …
Note: See TracRevisionLog for help on using the revision log.