source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @455fcf29   13 years michaelni avidec: zero extradata padding Signed-off-by: Michael Niedermayer …
(edit) @ee402df9   13 years michaelni mtvdec: check that the buf is large enough for probing Signed-off-by: …
(edit) @2a70d830   13 years michaelni jvdec: Make sure there is enough data for the id string. Previously …
(edit) @2a976deb   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: dv: …
(edit) @2ff935f4   13 years michaelni build system: remove -wcast-qual Generating warnings when casting …
(edit) @a9cd12ee   13 years michaelni mlpdec: set channel variables after checking them This fixes out of …
(edit) @ab75ad01   13 years Carl Eugen Hoyos Make targa-in-mov QuickTime-compatible for more colour-spaces. See …
(edit) @a4a88fd4   13 years michaelni Remove .rodata alignment kludge for Mach-O if a recent enough yasm is …
(edit) @b4043ef5   13 years Carl Eugen Hoyos Print unexpected length of flicvideo extradata.
(edit) @cbda76c7   13 years michaelni mxfdec: Add missing break in frame layout parsing Reviewed-by: Tomas …
(edit) @70ca163b   13 years michaelni mxf: Fix frame layout values Reviewed-by: Tomas Härdin …
(edit) @c90b8a74   13 years michaelni h263dec: Check for width/height changes on frame skips too. Found-by: …
(edit) @2b983779   13 years diego dv: Initialize encoder tables during encoder init.
(edit) @903ccf71   13 years michaelni error_concealment: Check that the reference is not NULL In normal …
(edit) @b0660460   13 years michaelni error_concealment: make sure mbaff flags are 0 as interlaced is not …
(edit) @b7c2358f   13 years michaelni error_concealment: switch asserts mostly to av_asserts. Signed-off-by: …
(edit) @5e59a77   13 years michaelni vc1dec: check that coded slice positions and interlacing match. This …
(edit) @df23d64e   13 years michaelni h263dec: always enable picture dimensions reverting check. This does …
(edit) @f2e44655   13 years diego dv: Replace some magic numbers by the appropriate #define.
(edit) @9cc338b1   13 years justin.ruggles FATE: pass the decoded output format and audio source file to …
(edit) @c755b1fb   13 years justin.ruggles FATE: specify the input format when decoding in enc_dec_pcm() The …
(edit) @705f3d47   13 years justin.ruggles x86inc: support AVX abstraction for 2-operand instructions Add …
(edit) @e73ec921   13 years mans configure: detect PGI compiler and set suitable flags Signed-off-by: …
(edit) @d8b06521   13 years justin.ruggles avconv: check for an incompatible changing channel layout The decoder …
(edit) @74e4bb69   13 years michaelni Merge remote-tracking branch 'hexene/stagefright' * …
(edit) @6208313a   13 years mans avio: make AVIOContext.av_class pointer to const Fix this warning: …
(edit) @9d72c052   13 years mans nutdec: add malloc check and fix const to non-const conversion …
(edit) @f51b7e5   13 years naufal22 libstagefright: avoid memory leak
(edit) @dddd06d5   13 years Carl Eugen Hoyos Make tiff-in-mov QuickTime-compatible for more colour-spaces. Fixes …
(edit) @2343a99c   13 years naufal22 libstagefright: support more output pixel formats
(edit) @e366e6bf   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: ppc: …
(edit) @1d48e88   13 years naufal22 libstagefright: avoid potential deadlock on output MediaBuffer
(edit) @a02f8ef1   13 years michaelni h263dec: Prevent dimension changes from leaking on errors in header …
(edit) @7b915a40   13 years naufal22 libstagefright: explicitly set positive timestamps as stagefright …
(edit) @0f53601a   13 years diego ppc: drop unused function dct_quantize_altivec() This also allows …
(edit) @aa3f2cb5   13 years diego mpegaudiodec: Do not discard mp_decode_frame() return value. This …
(edit) @601d072e   13 years michaelni diracdec: check xybsep Fixes division by 0 Found-by: Mateusz "j00ru" …
(edit) @e531e73a   13 years michaelni indeo: Make sure the to be used vlc table has been initilaized. …
(edit) @c58290e5   13 years michaelni Reset pts_correction state on codec flush. Signed-off-by: Michael …
(edit) @9ed388f5   13 years michaelni ogm: Fix division by 0 Found-by: Mateusz "j00ru" Jurczyk and Gynvael …
(edit) @82010922   13 years michaelni h264: reset current_slice on context reinit This fixes a null pointer …
(edit) @9f39d3d1   13 years michaelni lavf: check that the context to avformat_open_input() is valid. …
(edit) @abe63303   13 years michaelni AVoption doxy: clarify a few needs in relation to AVClass less …
(edit) @3c583002   13 years mans matroska: do not set invalid default duration if frame rate is zero …
(edit) @fc882b6e   13 years Carl Eugen Hoyos Fix build dependencies for libvo-aac and libopencore-amrnb.
(edit) @124eb7e4   13 years michaelni aacdec: drop channel reseting code. its no longer needed and causes a …
(edit) @aa0f84d   13 years michaelni aacdec: disable new chan_config guessing code from libav. It causes …
(edit) @dbe29db   13 years michaelni aacdec: more verbose overread error message Signed-off-by: Michael …
(edit) @ac97d47d   13 years lu_zero mkv: use av_reduce instead of av_d2q for framerate estimation It …
(edit) @68526dbc   13 years michaelni aacdec: reduce difference to alexs version of aacdec.c Signed-off-by: …
(edit) @204bcdf5   13 years lu_zero mkv: report average framerate as minimal as well This is in line with …
(edit) @12327237   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: aacenc: …
(edit) @df8d5eaa   13 years alex.converse avcodec_string: Favor AVCodecContext.codec over the default codec. …
(edit) @b5d2bf9   13 years alex.converse cook: Make constants passed to AV_BE2NE32C() unsigned to avoid signed …
(edit) @a666752   13 years michaelni indeo5: dont run the wavelet transform over partially decoded bands. …
(edit) @e90dfa68   13 years michaelni yadif: Improve pts calculation for is_second. Tested-by: Robert Nagy …
(edit) @7a3d2258   13 years michaelni CrystalHD: Set aspect ratio. Signed-off-by: sebist …
(edit) @e128182   13 years michaelni CrystalHD: fix pStride value. Signed-off-by: sebist …
(edit) @ebf6d1d2   13 years michaelni nuv: check buffer size before checking content. Found-by: Mateusz …
(edit) @096231d4   13 years michaelni avidec: Dont crash on avi packets that belong to dv streams in dv in …
(edit) @9789b6ca   13 years michaelni avidec: document early_exit argument Signed-off-by: Michael …
(edit) @2677697a   13 years michaelni matroskadec: check headerstrip data availability. Fixes null ptr …
(edit) @0f96f0d9   13 years derek.buitenhuis aacenc: Fix issues with huge values of bit_rate. Do not pointlessly …
(edit) @a80217a5   13 years michaelni copy pts and format props between lavfi buffer and frame. …
(edit) @c7c976c   13 years michaelni oggdec: Safety check against stream counts being inconsistent in …
(edit) @9bb3b7d0   13 years michaelni oggdec: Recreate streams only in the 1 stream case. Other cases are …
(edit) @db6e26d7   13 years diego dv_tablegen: Drop unnecessary av_unused attribute from …
(edit) @15141f93   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: indeo3: …
(edit) @68ca49dc   13 years nicolas.george fate: libavutil tests do not require SAMPLES.
(edit) @b0e7321c   13 years nicolas.george parseutils: include errors in test output.
(edit) @83632cbb   13 years kostya.shishkov proresenc: multithreaded quantiser search
(edit) @8099fc76   13 years justin.ruggles riff: use bps instead of bits_per_coded_sample in the …
(edit) @b1041f80   13 years justin.ruggles avconv: only set the "channels" option when it exists for the …
(edit) @788a60d9   13 years michaelni ffmpeg: make max frames work again, after merge Signed-off-by: …
(edit) @56b9d9b5   13 years michaelni vf_thumbnail: colorspace changed from yv12 to rgb Not fully …
(edit) @9bf41341   13 years michaelni fate: fix vp8 size change regression Signed-off-by: Michael …
(edit) @5cd460ba   13 years michaelni vsrc_buffer: fix null ptr segfault Signed-off-by: Michael Niedermayer …
(edit) @0d115d77   13 years michaelni avfiltergraph: More advanced heuristic to select colorspace. This …
(edit) @128fa12   13 years michaelni fate: gif: change checksum to bgr8 from rgb8 as thats what gets …
(edit) @84cd3729   13 years michaelni imgconvert: fix regression with fate-gif colorspaces. Signed-off-by: …
(edit) @052ab208   13 years michaelni ffmpeg: fix regression with jpeg pix fmts Signed-off-by: Michael …
(edit) @89f86379   13 years michaelni ffmpeg: fix regression with png Signed-off-by: Michael Niedermayer …
(edit) @8a28fa01   13 years michaelni ffmpeg: choose_pix_fmt: pass target fmt in Signed-off-by: Michael …
(edit) @47787831   13 years michaelni Merge commit '3b266da3d35f3f7a61258b78384dfe920d875d29' * commit …
(edit) @6943fb47   13 years lu_zero avplay: update get_buffer to be inline with avconv The buffer must …
(edit) @9fb7e146   13 years alex.converse aacdec: More robust output configuration. Save the old output …
(edit) @af2f655c   13 years alex.converse faac: Fix multi-channel ordering Signed-off-by: Alex Converse …
(edit) @ca332b1d   13 years alex.converse faac: Add .channel_layouts
(edit) @dcd207c4   13 years nicolas.george matroskadec: use av_grow_packet in merge_packets. It ensures that the …
(edit) @1a65d50e   13 years Reimar.Doeffinger mem.c: fix wrong comment. Overwriting the av_malloc etc. functions is …
(edit) @071292b8   13 years Reimar.Doeffinger Respect -copyinkf for subtitles. Necessary to make it possible to …
(edit) @4a95876f   13 years Reimar.Doeffinger Add skip_to_keyframe stream variable. This replaces the matroskadec …
(edit) @b3b17512   13 years martin rtmp: Support 'rtmp_playpath', an option which overrides the stream …
(edit) @6465562e   13 years martin rtmp: Support 'rtmp_app', an option which overrides the name of …
(edit) @5e8280d1   13 years justin.ruggles avutil: add better documentation for AVSampleFormat
(edit) @4fa706a4   13 years michaelni svq3: check the watermark height. Fixes division by 0 Found-by: …
(edit) @efe1ba7   13 years michaelni diracdec: check lowdelay bytes. Fixes division by zero Found-by: …
(edit) @a30165c4   13 years michaelni omadec: make sample rate table large enough to prevent out of array …
(edit) @c963189b   13 years michaelni g729dec: initialize pitch_delay_int_prev to the minimum valid value. …
(edit) @8b84e082   13 years mans indeo3: add parens around some macro arguments Without these, the …
Note: See TracRevisionLog for help on using the revision log.