source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @1c273598   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @00969376   13 years michaelni ffserver: add missing buffer set after rewrite av_open_input_file to …
(edit) @9fcc62ed   13 years michaelni Revert "ffserver: remove unused variable." This reverts commit …
(edit) @4272dc3e   13 years michaelni doc: add vf_crop keepaspect documentation Signed-off-by: Michael …
(edit) @f49cb8e6   13 years michaelni vf_crop: keepaspect support
(edit) @84b9b4aa   13 years michaelni Fix frame height vs field height confusion in MXF decoding. …
(edit) @4ed0d182   13 years michaelni FATE: add test for cdxl demuxer Signed-off-by: Paul B Mahol …
(edit) @599881b0   13 years michaelni alsdec: Fix out of ltp_gain_values read. Found-by: Mateusz "j00ru" …
(edit) @daeffccd   13 years michaelni alsdec: pretty print for another log message Signed-off-by: Michael …
(edit) @c95fefa   13 years rsbultje dsicinvideo: validate buffer offset before copying pixels. Found-by: …
(edit) @ad029c24   13 years michaelni mxfdec: add timecode to metadata Signed-off-by: Michael Niedermayer …
(edit) @97e48b2f   13 years rsbultje cook: error out on quant_index values outside [-63, 63] range. …
(edit) @c3c2db49   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: cook: …
(edit) @6cb89df8   13 years Carl Eugen Hoyos Add missing requirements to libavdevice.pc if lavfi is enabled. Fixes …
(edit) @d7eabd50   13 years rsbultje mpc: pad mpc_CC/SCF[] tables to allow for negative indices. MPC8 …
(edit) @2440040c   13 years michaelni vc1: add missing entries to ff_vc1_fps_nr. Fixes out of array read …
(edit) @8e9a0a3   13 years michaelni mpc7: check subband index This fixes a overread Found-by: Mateusz …
(edit) @ecc31630   13 years michaelni mjpegb: Detect changing nb of planes in interlaced video. Found-by: …
(edit) @50f4f272   13 years michaelni indeo3: Fix out of reference reading with NULL blocks. Found-by: …
(edit) @442c3a8c   13 years rsbultje cook: expand dither_tab[], and make sure indexes into it don't …
(edit) @71af42bd   13 years rsbultje xxan: reindent xan_unpack_luma(). It used 3-space indent instead of …
(edit) @f77bfa83   13 years rsbultje xxan: protect against chroma LUT overreads. Found-by: Mateusz "j00ru" …
(edit) @55188278   13 years rsbultje xxan: convert to bytestream2 API. Protects against overreads. …
(edit) @f1279e28   13 years rsbultje xxan: don't read before start of buffer in av_memcpy_backptr(). …
(edit) @a928ed37   13 years rsbultje vp8: convert mbedge loopfilter x86 assembly to use named arguments.
(edit) @bee330e3   13 years rsbultje vp8: convert inner loopfilter x86 assembly to use named arguments.
(edit) @6fe8cb7d   13 years Reimar.Doeffinger snowenc: add no_bitstream option. This allows making e.g. MPlayer's …
(edit) @c4e0d845   13 years Reimar.Doeffinger snowenc: mark some encode_subband arguments const. This makes it more …
(edit) @0d2f4eed   13 years michaelni mpjpeg: video streaming will no longer break and stop on Firefox …
(edit) @2ff540a0   13 years michaelni mxf: Add DNxHD UL Note that the old DNxHD UL is actually JPEG 2000 …
(edit) @1b99971d   13 years michaelni vf_frei0r: set outlinks sample aspect ratio to 1
(edit) @8fbf825e   13 years Reimar.Doeffinger DV: Use profile[1] detection hack only for stype 0. The two samples …
(edit) @b52bd2a4   13 years Reimar.Doeffinger DV demuxer: Stricter check for avio_read result. Signed-off-by: …
(edit) @f7b57add   13 years michaelni cook: tighten the quant_index_table range further. Found-by: Mateusz …
(edit) @8e31dbc   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Fix a …
(edit) @1af9fdc3   13 years michaelni snow: reject unsupported chroma shifts. Found-by: Mateusz "j00ru" …
(edit) @aefd1cb7   13 years stefasab lavfi: remove swapuv libmpcodecs wrapper The filter has been ported …
(edit) @fa35d880   13 years stefasab lavfi: port MP swapuv filter
(edit) @1a3d4b88   13 years stefasab imgconvert: add macro pixdesc_has_alpha for checking if a pixel format …
(edit) @174678ff   13 years michaelni mpegvideo_probe: Fix misdetection of mpeg4video files. (issue1210) …
(edit) @ffae713a   13 years diego Fix a bunch of common typos.
(edit) @eab6968   13 years diego build: Skip compiling xvmc.h under the correct condition.
(edit) @49e35f49   13 years diego configure: darwin: Change dylib install names to include major …
(edit) @ad53c7f9   13 years michaelni lavf: Add system to seperate relative timestamps from absolute ones. …
(edit) @100c3fb2   13 years alex.converse mpegts: Always honor a registration descriptor if present and there is …
(edit) @744dd1d3   13 years alex.converse aacdec: Fix SCE parity check. An unpaired SCE preceding a CPE only …
(edit) @d53fe096   13 years alex.converse aacdec: Fix out of array writes (stack). Set the element to channel …
(edit) @d07de6d7   13 years Carl Eugen Hoyos Cosmetics: Remove superfluous newline.
(edit) @6294d708   13 years martin rtsp: Only set the ttl parameter if the server actually gave a value …
(edit) @2bfd92b3   13 years martin udp: Set ttl for read-write streams, too, not only for write-only ones …
(edit) @c700fdb0   13 years martin udp: Only bind to the multicast address if in read-only mode This …
(edit) @1b89bcdd   13 years martin udp: Clarify the comment about binding the multicast address …
(edit) @113d3e10   13 years martin udp: Reorder comments When this code was added in 36b532815cb83, the …
(edit) @19e72e0a   13 years Carl Eugen Hoyos Fix 32bit sunrast decoding. This patch visually breaks the sample …
(edit) @af55a9d8   13 years michaelni iff: add support for IFF DEEP Fixes trac #1045. Thanks to Peter Ross …
(edit) @520cf053   13 years michaelni svq1dec: use AV_LOG_ERROR for error message Reviewed-by: Paul B Mahol …
(edit) @a8cedbeb   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: ttadec: …
(edit) @a4524930   13 years michaelni qpeg: remove unused var from decode_frame() Signed-off-by: Michael …
(edit) @4916a8fc   13 years michaelni prores_anatoliy: remove unused variable from prores_encode_frame() …
(edit) @f70b0ed   13 years michaelni configure: enable libutvideo is gpl warning This will warn the user …
(edit) @12c65efb   13 years michaelni oggparseogm: Fix order or arguments. Bug introduced by libav in …
(edit) @40932200   13 years michaelni mov: Discard invalid CTTS. Fixes Ticket385 Signed-off-by: Michael …
(edit) @ea1d64ab   13 years rsbultje ttadec: unbreak playback of matroska files Matroska demuxer needs to …
(edit) @12623a80   13 years rsbultje vorbisdec: avoid invalid memory access This fixes some invalid memory …
(edit) @ef0d7797   13 years rsbultje Fix uninitialized reads on malformed ogg files. The ogg decoder …
(edit) @4ffe5e2a   13 years rsbultje huffyuv: add padding to classic (v1) huffman tables. We slightly …
(edit) @4c25269c   13 years rsbultje png: convert to bytestream2 API. Protects against overreads in the …
(edit) @15d75dab   13 years nicolas.george lavc/utils: fix three const warnings. No change in assembly code …
(edit) @fe9818d   13 years nicolas.george ffplay: fix two const warnings. No change in assembly code produced …
(edit) @b50767c3   13 years nicolas.george vf_pad: keep a reference to the output buffer. Once fixed, the …
(edit) @4ecfb91b   13 years stefasab doc/ffmpeg.texi: apply misc fixes to the -map_channel documentation
(edit) @681e7268   13 years kostya.shishkov dca: include libavutil/mathematics.h for possibly missing M_SQRT1_2
(edit) @bf807a5e   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (29 …
(edit) @83f15a12   13 years rsbultje avs: fix infinite loop on end-of-stream. The codec would keep …
(edit) @4cda8aa1   13 years michaelni avformat_new_stream: fix initial last_dts value Signed-off-by: …
(edit) @fd0be630   13 years alex.converse tiffdec: Prevent illegal memory access caused by recycled pointers. …
(edit) @f6daa9f   13 years michaelni mxfdec: Add intra_only flag to MXFTrack This allows future …
(edit) @8c7721e   13 years michaelni mxfdec: Fix Avid AirSpeed files being misinterpreted as OP1a The "ECs …
(edit) @bf2290a8   13 years michaelni mxfdec: Truncate packets that extend past the next edit unit This …
(edit) @f64cfba9   13 years michaelni libavutil: document av_force_cpu_flags(-1). Signed-off-by: Michael …
(edit) @94f1b11a   13 years martin rtpenc: Fix the AVRational used for av_rescale_q_rnd The current one …
(edit) @78306c51   13 years nicolas.george ffmpeg: show fps more accurately when it is small.
(edit) @a8cdb7b   13 years nicolas.george swr: special case for empty channels in rematrix. Speed += 10% …
(edit) @b4bccf3e   13 years rsbultje wma: fix off-by-one in array bounds check. Found-by: Mateusz "j00ru" …
(edit) @6eda85e1   13 years rsbultje sbrdsp.asm: convert all instructions to float/SSE ones. Since the …
(edit) @3416d080   13 years rsbultje dv: cosmetics.
(edit) @e97efece   13 years rsbultje dv: check buffer size before reading profile. Found-by: Mateusz …
(edit) @6e282116   13 years rsbultje Revert "AAC SBR: group some writes." This reverts commit …
(edit) @a887c87c   13 years martin udp: Print an error message if bind fails Signed-off-by: Martin …
(edit) @37cc8600   13 years rsbultje cook: extend channel uncoupling tables so the full bit range is …
(edit) @84a020ef   13 years rsbultje roqvideo: cosmetics.
(edit) @cdf15771   13 years rsbultje roqvideo: convert to bytestream2 API. Found-by: Mateusz "j00ru" …
(edit) @93b53ffb   13 years rsbultje dca: don't use av_clip_uintp2(). The argument is not a literal, thus …
(edit) @626964a4   13 years rsbultje wmall: fix build with -DDEBUG enabled.
(edit) @8febcb9f   13 years rsbultje smc: port to bytestream2 API. Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @ba36f14e   13 years rsbultje AAC SBR: group some writes. Signed-off-by: Ronald S. Bultje …
(edit) @7e1ce6a6   13 years rsbultje dsputil: remove shift parameter from scalarproduct_int16 There is …
(edit) @dabf8dd3   13 years rsbultje SBR DSP: unroll sum_square The length is even, so some unrolling can …
(edit) @294c05c   13 years rsbultje rv34: remove dead code in intra availability check This was an …
(edit) @7104c23b   13 years rsbultje rv34: clean a bit availability checks. Signed-off-by: Ronald S. …
Note: See TracRevisionLog for help on using the revision log.