source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @8847561f   13 years michaelni mov: Fix seeking regression in fragemnted movs. Regression introduced …
(edit) @22eef8d7   13 years michaelni snowenc: dont crash with gray but exit with an error msg. Fixes …
(edit) @9decfc17   13 years michaelni h264_sei: Fix infinite loop. Fixes not yet fixed parts of …
(edit) @fe0089a   13 years michaelni ffmpeg: fix -qscale X breaking audio codecs Signed-off-by: Michael …
(edit) @7ed6b1a1   13 years michaelni mpeg1videoenc: disable slice threads It doesnt work (and as far as i …
(edit) @70dba1e3   13 years michaelni kvmc: Check palsize. Fixes: CVE-2011-3952 Found-by: Mateusz "j00ru" …
(edit) @1860c66c   13 years michaelni matroskadec: increase padding on several more extradata allocations. …
(edit) @5af569aa   13 years michaelni matroskadec: Pad AAC extradata. Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @92115bb6   13 years michaelni dpcm: Round output buffer size up. Fixes: CVE-2011-3951 Found-by: …
(edit) @ddf0c1d   13 years michaelni diracdec: Check num_refs. Fixes: CVE-2011-3950 Found-by: Mateusz …
(edit) @e2291ea1   13 years michaelni diracdec: Check dirac_unpack_idwt_params parameters before storing …
(edit) @ee0cab77   13 years Clément Bœsch doc: remove trailing 's' to metadata. metadata is already plural. …
(edit) @46095f4   13 years michaelni mp3dec: Check for memcpy size to be positive. No, ive no testcase. …
(edit) @10e9d1f7   13 years michaelni Fix a heap-buffer-overflow In some case, what left to read from ptr …
(edit) @3c5fe5b   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (22 …
(edit) @01e5e970   13 years michaelni mjpegbdec: Fix incorrect bitstream buffer size. Fixes CVE-2011-3947 …
(edit) @dd453f19   13 years michaelni r210, r10k and avrp encoder Signed-off-by: Paul B Mahol …
(edit) @807a045a   13 years michaelni kgv1dec: Increase offsets array size so it is large enough. Fixes …
(edit) @2f3a86a7   13 years michaelni doc/ffmpeg.texi Merge changes from avconv.texi since the last merge …
(edit) @935c659c   13 years michaelni remove avconv from Doxyfile Signed-off-by: Michael Niedermayer …
(edit) @def67895   13 years michaelni Remove avconv All features have been merged into ffmpeg. …
(edit) @1285baaa   13 years michaelni smackerdec: Check that the last indexes are within the table. Fixes …
(edit) @d78bb1a4   13 years alex.converse wma: Clip WMA1 and WMA2 frame length to 11 bits. The MDCT buffers in …
(edit) @9f9c45f4   13 years martin movenc: Don't require frame_size to be set for modes other than mov …
(edit) @6cb28829   13 years martin doc: Update APIchanges with info on muxer flushing Signed-off-by: …
(edit) @990a746c   13 years martin movenc: Reindent a block Also add some space around operators and …
(edit) @247d30a7   13 years michaelni vp3: Copy all 3 frames for thread updates. This fixes a double …
(edit) @d55fa1cb   13 years diego tools: Remove some unnecessary #undefs.
(edit) @60716442   13 years michaelni indeo3: fix motion vector validation The index of the motion vector …
(edit) @5cb57a16   13 years michaelni dv: Fix null pointer dereference due to ach=0 Fixes part2 of …
(edit) @f9de136b   13 years michaelni dv: check stype Fixes part1 of CVE-2011-3929 Possibly fixes part of …
(edit) @c3e10ae4   13 years janne-libav rv20: prevent calling ff_h263_decode_mba() with unset height/width …
(edit) @4a68949c   13 years nicolas.george lavfi: Makefile: cosmetics: align FFLIBS.
(edit) @4e81b5f5   13 years diego tools: K&R reformatting cosmetics
(edit) @50639cbe   13 years diego Ignore generated aviocat and ismindex tools.
(edit) @07a873a2   13 years diego build: Automatically include architecture-specific library Makefile …
(edit) @366ac22   13 years janne-libav indeo5: prevent null pointer dereference on broken files Found by …
(edit) @7072a6a4   13 years martin pktdumper: Use usleep instead of sleep MinGW doesn't have sleep, only …
(edit) @33ad8c3c   13 years diego cosmetics: Remove some unnecessary block braces.
(edit) @abe655a4   13 years diego Drop unnecessary prefix from *sink* variable and struct names.
(edit) @33ec9ef9   13 years martin Add a tool for creating smooth streaming manifests It can also …
(edit) @bc7d0517   13 years martin movdec: Calculate an average bit rate for fragmented streams, too …
(edit) @3b5d4428   13 years martin movenc: Write the sample rate instead of time scale in the stsd atom …
(edit) @4ddd54da   13 years martin movenc: Add a separate ismv/isma (smooth streaming) muxer …
(edit) @b613ff5e   13 years martin movenc: Allow the caller to decide on fragmentation Signed-off-by: …
(edit) @f1caf01d   13 years martin libavformat: Add a flag for muxers that support write_packet(NULL) for …
(edit) @83988d5   13 years martin movenc: Add support for writing fragmented mov files Signed-off-by: …
(edit) @6ca38568   13 years martin movenc: Add a separate start_pts This fixes calculation of …
(edit) @c3af52fa   13 years rsbultje dsputil: use vertical component for drawing bottom edge. Current code …
(edit) @668494ac   13 years michaelni ffmpeg: add image size check to codec_get_buffer() Fixes …
(edit) @28d6347   13 years michaelni avidec: Fix regression with chunks that are larger than the file. …
(edit) @59e95fa   13 years michaelni h263dec: Disallow width/height changing with frame threads. Fixes …
(edit) @5c011706   13 years michaelni nsvdec: Fix use of uninitialized streams. Fixes CVE-2011-3940 (Out of …
(edit) @7988dd1b   13 years Carl Eugen Hoyos Fix multi-channel encoding with libfaac.
(edit) @749e5dc1   13 years michaelni buildsystem: 10l add v4l entry back Signed-off-by: Michael …
(edit) @2179b638   13 years michaelni v4l: fix compilation Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @1d9569f9   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (23 …
(edit) @76c3e76e   13 years Carl Eugen Hoyos Allow user to force reading mov alias from absolute path. Based on a …
(edit) @efe68076   13 years alex.converse aacenc: Fix identification padding when the bitstream is already aligned.
(edit) @cdfe94c5   13 years alex.converse aacenc: Write correct length for long identification strings. When …
(edit) @c77be3a3   13 years michaelni error concealment: initialize block index. Fixes CVE-2011-3941 (out …
(edit) @b8dd555c   13 years justin.ruggles aud: remove unneeded field, audio_stream_index from context There is …
(edit) @be14a37   13 years justin.ruggles aud: fix time stamp calculation for ADPCM IMA WS also allows for …
(edit) @10fef6b   13 years justin.ruggles aud: simplify header parsing also allows for removing some unused …
(edit) @0e6a8b5c   13 years justin.ruggles aud: set pts_wrap_bits to 64. Time stamps are not read from the …
(edit) @98c290cc   13 years justin.ruggles cosmetics: indentation
(edit) @d481227c   13 years justin.ruggles aud: support Westwood SND1 audio in AUD files. Fixes decoding of the …
(edit) @02e7dbf5   13 years justin.ruggles adpcm_ima_ws: fix stereo decoding Stereo ADPCM IMA WS is planar for …
(edit) @220506d2   13 years justin.ruggles avcodec: add a new codec_id for CRYO APC IMA ADPCM. The stereo layout …
(edit) @4340a636   13 years justin.ruggles vqa: remove unused context fields, audio_samplerate and audio_bits
(edit) @7e813d59   13 years justin.ruggles vqa: clean up audio header parsing Fix setting of bit_rate and …
(edit) @5b4c5628   13 years justin.ruggles vqa: set time base to frame rate as coded in the header. According to …
(edit) @9ae84697   13 years justin.ruggles vqa: set packet duration. Also remove unused context field, …
(edit) @53ed79a2   13 years justin.ruggles vqa: use 1/sample_rate as the audio stream time base
(edit) @e1ac69fa   13 years justin.ruggles vqa: set stream start_time to 0. The format has no coded timestamps …
(edit) @1381e9bc   13 years anton lavc: postpone the removal of AVCodecContext.request_channels. …
(edit) @dc7ad30f   13 years anton lavf: postpone removing av_close_input_file(). It has been deprecated …
(edit) @af0292f3   13 years anton lavc: postpone removing old audio encoding and decoding API It has …
(edit) @75e2025f   13 years anton avplay: remove the -er option. Error recognition flags can and should …
(edit) @941e9f22   13 years anton lavd: remove deprecated v4l grab device.
(edit) @f1721fbc   13 years michaelni Merge remote-tracking branch 'tjoppen/mxf_fixes_20120124' * …
(edit) @62d2a75   13 years michaelni Added clockwise rotate values to metadata for 90 and 270 degrees …
(edit) @68134502   13 years michaelni lavf: replace remaining use of deprecated get_strz() Signed-off-by: …
(edit) @1c910d2f   13 years michaelni sws: Fix RGB0->alpha containing formats. Fixes Ticket869 …
(edit) @fa94f8a   13 years michaelni buildsys: Fix shared lib build of ffserver. Signed-off-by: Michael …
(edit) @79f80f5c   13 years michaelni build: Allow building old API/ABI libpostproc version Allows our …
(edit) @5dfc7f73   13 years Clément Bœsch doc: add Timecode documentation.
(edit) @cfa2963   13 years nicolas.george maintainers: add myself for recent works.
(edit) @0c9ddc0f   13 years nicolas.george faq: fix typo. Reported-By: Clément Bœsch
(edit) @9aaa70a8   13 years nicolas.george faq: document af_aconvert quirks using lavfi.
(edit) @ece329d6   13 years michaelni Add myself as mxfdec maintainer Signed-off-by: Michael Niedermayer …
(edit) @beb19a0   13 years michaelni h264: Disallow w/h/pixfmt changes for frame threads. Previously this …
(edit) @b2be1dab   13 years michaelni mpegvideo: Draw edges based on the pictures linesize instead of the …
(edit) @20aed9ed   13 years michaelni ffmpeg: Allocate buffers of the size needed by the decoder. Fixes …
(edit) @969ba65   13 years nicolas.george libcelt: configure: distinguish not found and too old. Fixes ticket #940.
(edit) @b720915b   13 years tomas.hardin mxfdec: Fix files > 2 GiB Accumulating into an int would cause …
(edit) @af21823a   13 years nicolas.george lavfi: require libswr for af_pan.
(edit) @1fa88f34   13 years nicolas.george lavd/lavfi: add dumpgraph option.
(edit) @0c3577bf   13 years nicolas.george lavfi: add avfilter_graph_dump.
(edit) @d8531a1c   13 years tomas.hardin mxfdec: Handle small EditUnitByteCount These are common with audio …
Note: See TracRevisionLog for help on using the revision log.