source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @21dfd159   13 years stefasab lavd/lavfi: fix incomplete comment
(edit) @86b7db61   13 years stefasab lavd/lavfi: fix typo in error message
(edit) @e09ffa45   13 years michaelni msvideo1enc: Check that dimensions are a multiple of 4. Fixes …
(edit) @9cb6a39   13 years nicolas.george sbgdec: replace EOVERFLOW with ENOMEM. This should fix track issue …
(edit) @56bf2c2a   13 years michaelni motion_est: avoid generating motion vectors that point between …
(edit) @c0bea184   13 years Clément Bœsch doc: fix "reference to nonexistent node `Regression Tests'" warning.
(edit) @6aeba3fd   13 years Clément Bœsch doc: fix "Unknown command `fate'" warning.
(edit) @83b4671   13 years michaelni lavc: Check codec_ids against insertion/removial typos Signed-off-by: …
(edit) @75f2cc51   13 years michaelni avutil: check sampleformats enum, pict type enum and media type enum …
(edit) @68230eb3   13 years michaelni pixfmts: Selfcheck against insertions / deletions in the enum. …
(edit) @f37b2d5a   13 years michaelni aacdec: Fix null pointer crash Fixes bug170 Bug found by: Gautam Gupta …
(edit) @4d70023a   13 years michaelni h264: fix init of topleft ref/mv. Fixes Ticket778 Signed-off-by: …
(edit) @53b6503   13 years michaelni avienc: Fix rawvideo 32bit Bug found by: Rik Maes …
(edit) @9af6abdc   13 years michaelni atrac3: Fix crash in tonal component decoding. Fixes Ticket780 Bug …
(edit) @552ec4c   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @a1e98f19   13 years mans get_bits: remove A32 variant The A32 bitstream reader variant is only …
(edit) @a7b5e841   13 years anton avconv: support stream specifiers in -metadata and -map_metadata …
(edit) @bb9747c8   13 years anton wavpack: Fix 32-bit clipping In the case that (frame_flags & 0x03) == …
(edit) @365e1ec2   13 years anton wavpack: Clip samples after shifting It doesn't make much sense to …
(edit) @6d8e6fe   13 years michaelni CODEC_ID_SOL_DPCM: Fix used write buffer. Bug found by: Oana Stratulat …
(edit) @0b4c3232   13 years rsbultje h264: don't drop B-frames after next keyframe on POC reset. The …
(edit) @4af0262f   13 years michaelni cljr: Check if width or height are positive integers width and height …
(edit) @7b92863f   13 years michaelni ffmpeg: Fix killing [Y/n] prompt with ctrl-c Signed-off-by: Michael …
(edit) @cf7076ee   13 years michaelni ffmpeg: exit() on repeated ctrl-c Signed-off-by: Michael Niedermayer …
(edit) @3d07e0ab   13 years michaelni h264: return the consumed amountg in case of Q264 Signed-off-by: …
(edit) @22796042   13 years michaelni h264: retuen the amount read in case of NAL_END_SEQUENCE …
(edit) @902c0904   13 years michaelni h264: reset nal_unit_type so that decoding frames without any nal …
(edit) @f890cb94   13 years michaelni mtvdemuxer: fix segfault caused by truncated packets. Signed-off-by: …
(edit) @ee181f84   13 years michaelni lavf: print an error if a packet has been truncated due to filesize in …
(edit) @207d9eab   13 years michaelni txd/westwood: remove demuxer specific overallocate solutions as the …
(edit) @559ae20d   13 years michaelni lavf: Update AVIOContext.maxsize when hitting the end. Signed-off-by: …
(edit) @b8909cb3   13 years mans get_bits: remove useless pointer casts These pointers are already of …
(edit) @54e75be4   13 years diego configure: refactor lists of tests and components into variables
(edit) @11b1db27   13 years mans rv40: NEON optimised weak loop filter Signed-off-by: Mans Rullgard …
(edit) @39f59a8d   13 years michaelni RELEASE: We're now at 0.9.0.git Signed-off-by: Michael Niedermayer …
(edit) @65a25adc   13 years martin mpegts: replace some magic numbers with the existing define …
(edit) @62adc60b   13 years michaelni avidec: Check that the header chunks fit in the available filesize. …
(edit) @f72601d0   13 years michaelni txddemux: Limit allocated packets to filesize. Fixes Ticket772 Bug …
(edit) @a0009754   13 years michaelni thp: simplify overallocate checks. Signed-off-by: Michael Niedermayer …
(edit) @47572323   13 years michaelni lavf: add internal AVIOContext.maxsize This allows simple and generic …
(edit) @482ee636   13 years michaelni thpdemux: Check that packed sizes are within the files data size and …
(edit) @e098fba5   13 years michaelni avidec: Fix infinite loop caused by rounding of timestamps in non …
(edit) @84e57702   13 years michaelni configure: disable avconv again. Signed-off-by: Michael Niedermayer …
(edit) @1f99939a   13 years michaelni j2kdec: Fix integer overflow leading to a segfault Fixes Ticket776 Bug …
(edit) @0988a6a0   13 years michaelni movenc: disable iods by default Signed-off-by: Michael Niedermayer …
(edit) @c402c1c9   13 years michaelni smackerdemuxer: check some values before instead of just after …
(edit) @e2a16e82   13 years michaelni westwooddemux: dont require avio_size() functionality. Found by reimar …
(edit) @9994643f   13 years Carl Eugen Hoyos Export ff_vdpau_vc1_decode_picture(). XBMC's configure script checks …
(edit) @72cb904   13 years janne-libav swscale: add unscaled packed 16 bit per component endianess conversion
(edit) @175cc378   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: movenc: …
(edit) @56669837   13 years Carl Eugen Hoyos Fix typo in v210 decoder options.
(edit) @1f273c2b   13 years michaelni ffmpeg: check return code from av_vsrc_buffer_add_frame() Fixed …
(edit) @1509bd3e   13 years nicolas.george lavd/lavfi: remove a duplicated line.
(edit) @d3b8bde2   13 years alex.converse movenc: Rudimentary IODs support.
(edit) @d0f79271   13 years michaelni smacker: Check for overread in smka_decode_frame() Fixes a segfault …
(edit) @ffa1f541   13 years michaelni libavdevice: Fix v4l2 compilation under FreeBSD Signed-off-by: …
(edit) @7f9369b7   13 years michaelni lavf: update rfps debug code. Signed-off-by: Michael Niedermayer …
(edit) @d19ca77f   13 years michaelni lavf: Fix fps misdetection when codec_info_duration is 0 and only a …
(edit) @5f95c130   13 years michaelni mov: Fix near infinite loop in stsd parsing. Fixes Ticket768 Bug found …
(edit) @4255d6d9   13 years michaelni westwooddemuxer: use av_get_packet() Signed-off-by: Michael …
(edit) @f68b19f   13 years michaelni westwooddemuxer: Fix 1gb alloc Fixes Ticket765 Bug Found by: Diana …
(edit) @6f2054c5   13 years Carl Eugen Hoyos Fix linesize for bmp with bitdepth < 8. Fixes ticket #751.
(edit) @dabba0c6   13 years mans v410enc: fix output buffer size check The encoder clearly needs width …
(edit) @0249144a   13 years mans v410enc: include correct headers This file does not use anything from …
(edit) @2c82ab94   13 years nicolas.george lavf: add SBG demuxer.
(edit) @b33fd66f   13 years nicolas.george lavc: add ffwavesynth pseudo-codec.
(edit) @62b5197f   13 years michaelni arm: add back ldr_dpren macro that was lost. Signed-off-by: Michael …
(edit) @a4755df5   13 years michaelni h264: fix midstream extardata handling with dump.f4v Signed-off-by: …
(edit) @ef5756a   13 years janne-libav fate: add -pix_fmt rgb48le to r210 test Fixes checksum on big endian …
(edit) @bd2ff1a8   13 years martin flvenc: Support muxing 16 kHz nellymoser Signed-off-by: Martin …
(edit) @484b1cd   13 years michaelni jpegdec: check return value of mjpeg_decode_dc() Fixes Ticket754 …
(edit) @055c61b8   13 years diego configure: refactor list of programs into a variable
(edit) @beaf4012   13 years janne-libav fate: add r210 decoder test Signed-off-by: Janne Grunau …
(edit) @d998a6dd   13 years michaelni h264: Fix build with --disable-everything --enable-decoder='h264' …
(edit) @6146d78   13 years diego fate: split off Indeo FATE tests into their own file
(edit) @44b7e1b9   13 years diego fate: split off ATRAC FATE tests into their own file
(edit) @6c3abd70   13 years diego fate: Add FATE tests for v410 encoder and decoder Signed-off-by: …
(edit) @b536c7a3   13 years mans ARM: fix external symbol refs in rv40 asm External symbol references …
(edit) @566ee0ea   13 years martin westwood: Make sure audio header info is present when parsing audio …
(edit) @1b35af32   13 years martin libgsm: Reset the MS mode of GSM in the flush function The mode is …
(edit) @8637af8d   13 years martin libgsm: Set options on the right object This fixes regressions in …
(edit) @21270cf   13 years michaelni h263dec: Fix regression / crash with lowres. Fixes Ticket757 Bug Found …
(edit) @30b996d4   13 years michaelni flicvideo: input buffer pointer checks. Signed-off-by: Michael …
(edit) @afb2bac4   13 years michaelni flicvideo: fix overread. Bug Found by: Diana Elena Muscalu …
(edit) @944f5b27   13 years michaelni aacsbr: Fix memory corruption. Fixes Ticket760 and Ticket761 Bug Found …
(edit) @7fff64e0   13 years michaelni h264: check chroma_format_idc range. Fixes Ticket758 Bug found by: …
(edit) @f7de5235   13 years mans ARM: dca: disable optimised decode_blockcodes() for old gcc Old gcc …
(edit) @cd645c15   13 years michaelni indeo3: check return values of allocate_frame_buffers() Bug Found by: …
(edit) @8b9b6332   13 years michaelni mtv: Fix FPE with 0 dimensions. Fixes Ticket755 Bug Found by: Diana …
(edit) @dcca7d66   13 years michaelni Revert "mpegvideo: remove abort() in ff_find_unused_picture()" This …
(edit) @e4622572   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (23 …
(edit) @a1be5bc7   13 years michaelni dnxhdenc: remove unused variable from context Signed-off-by: Michael …
(edit) @f129f593   13 years michaelni ljpeg: Check that lowres is 0 as lowres is not possible with ljpeg. …
(edit) @dc5f0018   13 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @e1ba29c7   13 years michaelni 4xm: check if there are bits left in decode_i_block() Fixed Ticket753 …
(edit) @76b9a096   13 years michaelni riff: Fix freeing of random value. Fixes Ticket752 Bug-found-by: Diana …
(edit) @efe8a1ba   13 years Marton Balint ffplay: clear pkt_temp when pkt is freed. Signed-off-by: Michael …
(edit) @a5a1e3c   13 years Marton Balint ffplay: Fix got_frame type. Signed-off-by: Michael Niedermayer …
(edit) @91a3ea6   13 years Marton Balint ffplay: add 10 minute seek support to ffplay Signed-off-by: Marton …
(edit) @9fb2b412   13 years Marton Balint ffplay: force setting video mode on fullscreen toggle Fixes ticket …
Note: See TracRevisionLog for help on using the revision log.