source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @4dfb74cd   13 years Reimar.Doeffinger Flush decoders correctly in avformat_find_stream_info(). The decoders …
(edit) @ed14b724   13 years Clément Bœsch timecode: more tolerant frame rate check for drop flag. This fixes …
(edit) @c5f4abf6   13 years stefasab ffprobe: exit in case generic options are incompatible with strict XML …
(edit) @49c207b8   13 years stefasab ffprobe: fix NULL pointer dereference in writer_close() Fix crash.
(edit) @9ac58ba1   13 years stefasab cmdutils: add print_program_info() used in both show_banner() and …
(edit) @3edff18   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (21 …
(edit) @ee4d43ef   13 years Clément Bœsch ffmpeg: check if number of input and output channels are valid. Fix …
(edit) @95afa0a5   13 years michaelni libvpxenc: restore vp8flags for compatibility removed in 98df93c, …
(edit) @c88f0b72   13 years michaelni tta: Fix regression of 24bit decoding. Signed-off-by: Michael …
(edit) @c4f237a9   13 years michaelni Revert commit 599b4c6efddaed33b1667c386b34b07729ba732b Author: Mans …
(edit) @e9a591d1   13 years Carl Eugen Hoyos Fix compilation with --disable-everything --enable-demuxer=mov.
(edit) @febf75f3   13 years Carl Eugen Hoyos pam: Reject 64bpp rgba. Fixes ticket #883
(edit) @09f25a9c   13 years Carl Eugen Hoyos Allow decoding of uyvy422 CYUV with -vcodec rawvideo. FourCC CYUV can …
(edit) @d185278c   13 years Carl Eugen Hoyos Support decoding of some unusual jpeg samples. Avoid unsupported …
(edit) @f5be84cf   13 years janne-libav ipmovie: do not read audio packets before the codec is known Prevents …
(edit) @696ace50   13 years janne-libav truemotion2: check size before GetBitContext initialisation Prevents …
(edit) @acb07430   13 years martin avio: Only do implicit network initialization for network protocols …
(edit) @32b83aee   13 years martin avio: Add an URLProtocol flag for indicating that a protocol uses …
(edit) @bb5b3940   13 years janne-libav adpcm: ADPCM Electronic Arts has always two channels
(edit) @42780232   13 years Reimar.Doeffinger Check for overread in vqa video decoder. This issue was discovered …
(edit) @1d0d6305   13 years Reimar.Doeffinger sipr: fall back to setting mode based on bit_rate. Not all …
(edit) @96fc1f07   13 years Clément Bœsch volume: remove duplicated condition.
(edit) @faaec467   13 years siretart matroskadec: Fix a bug where a pointer was cached to an array that …
(edit) @35da8556   13 years Clément Bœsch mov: support timecode extraction.
(edit) @adc27878   13 years Clément Bœsch mov: annotate read values in tmcd track.
(edit) @2aa7375a   13 years Clément Bœsch timecode: add avpriv_check_timecode_rate().
(edit) @a44b63f6   13 years Carl Eugen Hoyos Support 48bpp pam decoding. Fixes ticket #882.
(edit) @871e2f4f   13 years Carl Eugen Hoyos Support 16bpp grayscale pam decoding. Fixes ticket #881.
(edit) @02026d0   13 years michaelni libvpxenc: Remove duplicate AVOption constants. Found-by: j@v2v.cc
(edit) @4d5bbbad   13 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: fix …
(edit) @ce23b2af   13 years alex.converse fate: Add missing reference file from 9b4767e4.
(edit) @8ee77fc8   13 years Marton Balint ffplay: fix invalid wanted_channel_layout calculation Signed-off-by: …
(edit) @5d94f28e   13 years Marton Balint ffplay: honor SDL_AUDIO_CHANNELS and make sure to use SDL supported …
(edit) @4274e481   13 years alex.converse mov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled descriptions.
(edit) @9b55b4bb   13 years rsbultje 4xm: Prevent buffer overreads. 4xm decoder while decoding i2 frames …
(edit) @e268a35   13 years janne-libav mjpegdec: parse RSTn to prevent skipping other data in …
(edit) @5e5cde27   13 years janne-libav vp3: add fate test for non-zero last coefficient
(edit) @9b4767e4   13 years janne-libav vp3: fix streams with non-zero last coefficient Fixes a regression …
(edit) @2ba65879   13 years rsbultje swscale: remove unused U/V arguments from yuv2rgb_write(). Also …
(edit) @dff4af44   13 years diego timer: K&R formatting cosmetics
(edit) @f9b9dd87   13 years anton lavf: cosmetics, reformat av_read_frame().
(edit) @6450599e   13 years anton lavf: refactor av_read_frame() to make it easier to understand.
(edit) @7f09791d   13 years rsbultje Report an error if pitch_lag is zero in AMR-NB decoder. This fixes an …
(edit) @3fa646e8   13 years rsbultje Revert "4xm: Prevent buffer overreads." This reverts commit …
(edit) @295a7c02   13 years rsbultje 4xm: Prevent buffer overreads. 4xm decoder while decoding i2 frames …
(edit) @4b84f682   13 years rsbultje 4xm: pass the correct remaining buffer size to decode_i2_frame(). …
(edit) @893f1376   13 years rsbultje 4xm: fix calculation of the next output line position in …
(edit) @7f83db31   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (46 …
(edit) @c4eec85a   13 years michaelni Revert "rmdec: Avoid allocating huge packets" This reverts commit …
(edit) @ad8e3304   13 years michaelni lavf: use avg_frame_rate and packet number to exit find_stream_info …
(edit) @1171d938   13 years michaelni lavf: revert commit bb99ae3ae924c942a634bec7711ec7ee11c38eb9 Author: …
(edit) @feb15cee   13 years justin.ruggles mtv: Make sure audio_subsegments is not 0 audio_subsegments would be …
(edit) @ff7f198d   13 years michaelni vorbis: make sure ch is non zero before calling vorbis_residue_decode …
(edit) @f74ce3a6   13 years michaelni vorbis: An additional defense in the Vorbis codec. BUG=101458 Review …
(edit) @68226ed9   13 years michaelni vorbis: Fix decoder bug. BUG=101458 Review URL: …
(edit) @405e99bd   13 years michaelni vorbisdec: Make sure blocksize is not set to an invalid value. …
(edit) @6fcf2bb8   13 years michaelni vorbis: Fix last quarter of CVE-2011-3893 Signed-off-by: Michael …
(edit) @7149fce   13 years michaelni ogg: Avoid the possibility to read out-of-bounds of a static global …
(edit) @f35e037   13 years michaelni mkv: Fix a bug where a pointer was cached to an array that might later …
(edit) @f13a9ca9   13 years janne-libav v4l2: use V4L2_FMT_FLAG_EMULATED only if it is defined …
(edit) @e8c04f62   13 years anton avconv: add symbolic names for -vsync parameters
(edit) @2df73eef   13 years martin flvdec: Fix compiler warning for uninitialized variables These can't …
(edit) @4be386b3   13 years martin rtsp: Fix compiler warning for uninitialized variable This one won't …
(edit) @f0f2babc   13 years Carl Eugen Hoyos Fix possible infinite loop decoding als. Reviewed-by: Thilo Borgmann
(edit) @89d26797   13 years rsbultje ulti: convert to new bytestream API.
(edit) @4452d58c   13 years Carl Eugen Hoyos Insert missing newline at end of error log message in mov demuxer.
(edit) @84ce58fa   13 years Carl Eugen Hoyos Replace deprecated FF_I_TYPE with AV_PICTURE_TYPE_I in v308 and yuv4. …
(edit) @3d72a6f1   13 years diego swscale: Use standard multiple inclusion guards in ppc/ header files.
(edit) @17edc370   13 years Carl Eugen Hoyos yuv4 libquicktime packed 4:2:0 encoder and decoder. Reviewed-by: …
(edit) @27545147   13 years Carl Eugen Hoyos v308 Quicktim Uncompressed 4:4:4 encoder and decoder. Reviewed-by: …
(edit) @64e4f483   13 years Carl Eugen Hoyos Add decoder for Avid 1:1 10-bit RGB Packer (AVrp). Fixes ticket #525. …
(edit) @00a1cdd2   13 years diego Place some START_TIMER invocations in separate blocks. This fixes …
(edit) @dc7ad85c   13 years Clément Bœsch doc: use @command{} for commands.
(edit) @83712656   13 years Clément Bœsch doc: use @code{} for --{enable,disable}-options.
(edit) @a6a4793d   13 years lu_zero v4l2: list available formats Make use of the experimental framesize …
(edit) @cd2bbad   13 years lu_zero v4l2: set the proper codec_tag Unbreak direct streamcopy.
(edit) @eb89b4fc   13 years lu_zero v4l2: refactor device_open Check capabilities directly in the …
(edit) @246007d3   13 years lu_zero v4l2: simplify away io_method Only mmap is supported.
(edit) @a896d7f   13 years lu_zero v4l2: cosmetics
(edit) @21aa6ae4   13 years lu_zero v4l2: uniform and format options
(edit) @af7123b2   13 years lu_zero v4l2: do not force interlaced mode Video4linux2 supports both …
(edit) @a2d1d216   13 years janne-libav avio: exit early in fill_buffer without read_packet Fixes an invalid …
(edit) @d209c27b   13 years kostya.shishkov vc1dec: fix invalid memory access for small video dimensions For …
(edit) @aacf6b3   13 years kostya.shishkov rv34: fix invalid memory access for small video dimensions For small …
(edit) @98f24ec   13 years kostya.shishkov rv34: joint coefficient decoding and dequantization Perform …
(edit) @0749720b   13 years martin avplay: Don't call avio_set_interrupt_cb(NULL) Since we don't use …
(edit) @15b219fa   13 years michaelni jpegdec: Fix vlc table check for progressive jpegs. Fixes Ticket834 …
(edit) @6b3995cc   13 years rsbultje swscale: remove obsolete comment.
(edit) @6ea64339   13 years rsbultje swscale: split scale.asm. scale.asm keeps horizontal scaling …
(edit) @9ea3501d   13 years rsbultje swscale: don't show full-chroma-int warning for non-RGB output. …
(edit) @f910dbcd   13 years rsbultje swscale: add MMX files to MMX-OBJS instead of OBJS.
(edit) @400ba1d7   13 years rsbultje h264: return index in buffer on end-of-sequence. Fixes hangs if the …
(edit) @6072a19b   13 years michaelni lavf: Fix try_decode_frame() so it doesnt loop infinitely. …
(edit) @f37174bc   13 years michaelni electronicarts: Pass error through ea_read_header(). Signed-off-by: …
(edit) @0d3a51e5   13 years michaelni electronicarts: Fix division by zero. Fixes Ticket #793
(edit) @54e68fb3   13 years diego Merge some declarations and initializations. This fixes compilation …
(edit) @ad1c8dd6   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …
(edit) @9dec5574   13 years diego cabac: drop unused and disabled get_cabac_u() / get_cabac_ueg() functions
(edit) @e451c26   13 years diego cabac: drop unused STRICT_LIMITS code branch
(edit) @d6da16dc   13 years stefasab ffprobe: add support to option -show_error
Note: See TracRevisionLog for help on using the revision log.