source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5f1c3c78   12 years michaelni get_bits_long: fix variable type This fixes a theoretical signed …
(edit) @01aa664f   12 years michaelni cyuv: implement raw cyuv Fixes Ticket1620 Signed-off-by: Michael …
(edit) @99b18b11   12 years eclipse7 doc/fate: Move fate config example into doc subdirectory Be …
(edit) @f049729   12 years michaelni ffv1enc: fix integer overflow with high resolutions and lots of …
(edit) @594b1fcb   12 years michaelni mov: add av_dlog() to dump edit lists. Signed-off-by: Michael …
(edit) @3ceeb01c   12 years michaelni mov: only print multiple edit lists warning for actually unsupported …
(edit) @44a7a630   12 years michaelni lavf: free probe data in case we close before probing finished Fixes …
(edit) @acfe6966   12 years michaelni bink: reindent Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @897d3369   12 years michaelni bink: remove unneeded special case in the init code. Signed-off-by: …
(edit) @574e879   12 years michaelni bink: get rid of double precision float use Add a small table of …
(edit) @062cd9ac   12 years michaelni fate: Fix --disable-zlib Signed-off-by: Michael Niedermayer …
(edit) @1bdb4b26   12 years michaelni dshow: enhance error message Signed-off-by: rogerdpack …
(edit) @6fcd4f3c   12 years michaelni dfa: replace redundant check by assert The values are checked in the …
(edit) @b96dc093   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @8672fc7b   12 years michaelni Merge commit 'b146d74730ab9ec5abede9066f770ad851e45fbc' * commit …
(edit) @065b3a1c   12 years anton wmalosslessdec: increase channel_coeffs/residues size Fixes …
(edit) @4a969030   12 years anton wmalosslessdec: increase WMALL_BLOCK_MAX_BITS to 14.
(edit) @74bd0cf4   12 years stefasab ffprobe: rework/fix ini writer Do not build from scratch the section …
(edit) @01e4537f   12 years stefasab ffprobe: rework/fix flat writer Do not build from scratch the section …
(edit) @06fd4c2d   12 years stefasab ffprobe: generalize nesting model for the compact writer Regular …
(edit) @44c1cc3f   12 years stefasab ffprobe: generalize nesting model for the default writer Regular …
(edit) @b6ea9c87   12 years stefasab ffprobe: drop SECTION_ENTRY macro The use of the macro makes to add …
(edit) @23564a4a   12 years stefasab ffprobe: add support to library ident printing
(edit) @b631e4ed   12 years anton lagarith: check count before writing zeros. Fixes CVE-2012-2793 …
(edit) @99f392a5   12 years anton wmaprodec: check num_vec_coeffs for validity Fixes CVE-2012-2789 …
(edit) @0af49a63   12 years anton avidec: use actually read size instead of requested size Fixes …
(edit) @eeade678   12 years anton avidec: return 0, not packet size from read_packet().
(edit) @b146d747   12 years anton indeo4: update AVCodecContext width/height on size change Fixes …
(edit) @ee715f49   12 years anton dfa: check that the caller set width/height properly. Fixes CVE-2012-2786.
(edit) @89191843   12 years anton indeo5dec: Make sure we have had a valid gop header. This prevents …
(edit) @c20a6963   12 years anton cavsdec: check for changing w/h. Our decoder does not support …
(edit) @12e1e834   12 years anton lavc: set channel count from channel layout in avcodec_open2(). Some …
(edit) @bad603c6   12 years derek.buitenhuis doc/platform: Rework the Visual Studio linking section Signed-off-by: …
(edit) @08c3156d   12 years derek.buitenhuis doc/faq: Change the Visual Studio entry to reflect current status …
(edit) @f8241055   12 years derek.buitenhuis doc/platform: Replace Visual Studio section with build instructions …
(edit) @7147efa9   12 years derek.buitenhuis doc/platform: Nuke section on linking static MinGW-built libs with …
(edit) @d41906f   12 years derek.buitenhuis doc/platform: Remove false claim about MinGW installer This works …
(edit) @583661ee   12 years derek.buitenhuis doc/platform: Mention MinGW-w64 This is the toolchain most use to …
(edit) @7d1d4469   12 years derek.buitenhuis doc/platform: Rework the Visual Studio linking section Signed-off-by: …
(edit) @ed8a2dde   12 years derek.buitenhuis doc/faq: Change the Visual Studio entry to reflect current status …
(edit) @f45b5443   12 years derek.buitenhuis doc/platform: Replace Visual Studio section with build instructions …
(edit) @3e071551   12 years derek.buitenhuis doc/platform: Nuke section on linking static MinGW-built libs with …
(edit) @55254a3   12 years derek.buitenhuis doc/platform: Remove false claim about MinGW installer This works …
(edit) @6a3078bb   12 years derek.buitenhuis doc/platform: Mention MinGW-w64 This is the toolchain most, including …
(edit) @c0209fa   12 years michaelni mov: remove default of 1024 sample skip for aac. It is not correct in …
(edit) @bfe735b5   12 years michaelni aacdec: detect faac and skip correct amount of startup samples This …
(edit) @791b5954   12 years derek.buitenhuis dsputil_mmx: fix reading prior of the src array in …
(edit) @ed2b69a4   12 years stefasab ffprobe: remove unused "args" argument in writer init callback The …
(edit) @97cfa55e   12 years lu_zero mpegaudiodec: fix short_start calculation The value should be always …
(edit) @a70b4935   12 years michaelni Add missing version macros to libraries Signed-off-by: Michael …
(edit) @b75c3d2b   12 years michaelni swresample: Create version.h header Reviewed-by: Stefano Sabatini …
(edit) @ec873891   12 years michaelni postproc: Create version.h header Signed-off-by: Michael Niedermayer …
(edit) @35e09036   12 years michaelni avcodec: Add missing include to version.h Reviewed-by: Stefano …
(edit) @c402d36a   12 years michaelni nutdec: fix get_vb_trace() / -DTRACE compile Signed-off-by: Michael …
(edit) @2acb5cd9   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @d16860a2   12 years diego libopus: Remap channels using libopus' internal remapping. This way …
(edit) @44617d6   12 years diego Opus decoder using libopus Signed-off-by: Diego Biurrun <diego@biurrun.de>
(edit) @e4aa383   12 years diego avcodec: document the use of AVCodecContext.delay for audio decoding …
(edit) @4dc8c838   12 years kostya.shishkov vc1dec: add flush function for WMV9 and VC-1 decoders CC: …
(edit) @4fefe91a   12 years michaelni configure: add missing dependancies for gpl tests fixes fate without …
(edit) @7ed9ec03   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: dwt: …
(edit) @ac7d0c79   12 years michaelni mp3dec: ask for 8khz switch point mp3s Signed-off-by: Michael …
(edit) @a96e3a3   12 years michaelni tests/Makefile: fix ffprobe test dependancy This fixes the ffprobe …
(edit) @b4c7534   12 years michaelni asfenc: avoid negative timestamps Fixes Ticket1606 Signed-off-by: … n1.1-dev
(edit) @94041feb   12 years michaelni mp3dec: Fix possibly exploitable crash I was sadly unable to find a …
(edit) @8bd324e9   12 years martin http: Increase buffer sizes to cope with longer URIs Use the …
(edit) @13f0cd68   12 years michaelni mxfdec: allow container_ul to override codec_ul if codec is A-law …
(edit) @6226d10   12 years michaelni Changelog, split next from 1.0 Signed-off-by: Michael Niedermayer …
(edit) @9e9b5159   12 years michaelni mpegvideo_enc: reduce QMAT_SHIFT to avoid overflow in dnxhd …
(edit) @bc66827f   12 years diego nutenc: const correctness for ff_put_v_trace/put_s_trace function arguments
(edit) @6c5b0517   12 years diego h264_refs: Fix debug tprintf argument types
(edit) @80412997   12 years diego golomb: const correctness for get_ue()/get_se() function arguments
(edit) @e0021504   12 years diego get_bits: const correctness for get_bits_trace()/get_xbits_trace() …
(edit) @9de731e9   12 years nicolas.george lavfi/sink_buffer: implement libav compatibility API. Implement …
(edit) @279ae1cd   12 years michaelni lavf: move fields that appear to be intended as public API to the …
(edit) @7e9830d1   12 years michaelni dsputil_mmx: fix reading prior of the src array in …
(edit) @8e1f063e   12 years nicolas.george lavfi: enable buffersinks unconditionally. They are part of the …
(edit) @e760424d   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: nutdec: …
(edit) @4e5b7f31   12 years diego dwt: Drop unused functions spatial_compose{53|97}i()
(edit) @83655442   12 years diego nutdec: Remove unused and broken debug function stub
(edit) @0ae3ba8d   12 years diego avcodec: Drop long-deprecated imgconvert.h header
(edit) @bcc1f7ca   12 years diego Add Opus support to the Ogg muxer. Signed-off-by: Diego Biurrun …
(edit) @2a3d82a   12 years diego Add Opus codec id and codec description. Signed-off-by: Diego Biurrun …
(edit) @0575772f   12 years diego avformat: Identify anonymous AVIO typedef structs. Anonymous typedef …
(edit) @00e1afd8   12 years Clément Bœsch fate: add faststart regression test. Also factorize the common …
(edit) @a714150   12 years Clément Bœsch lavf/movenc: add faststart option.
(edit) @f379a108   12 years Clément Bœsch lavf/movenc: make mov_write_stco_tag() not use the offset pos for …
(edit) @e17a2aba   12 years Clément Bœsch lavf/movenc: add get_moov_size and use it in fragment code. This …
(edit) @65f7aee6   12 years michaelni ffmpeg: add option to control copying of frames prior to start. …
(edit) @d3704464   12 years michaelni file: set the return value type for lseek to off_t fixes a bug …
(edit) @c76ffdc   12 years michaelni RELEASE: update for 1.0 Signed-off-by: Michael Niedermayer …
(edit) @67016b3c   12 years michaelni MAINTAINERS: add 1.0 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @163f7afb   12 years stefasab ffprobe: fix indentation of the first line of packets_and_frames …
(edit) @2e4ec894   12 years michaelni lavf: fill in past dts based on reordered pts once the delay becomes …
(edit) @a8e3815d   12 years michaelni lavf: factorize timestamp shift in update_initial_timestamps() …
(edit) @cddbafb5   12 years michaelni ffmpeg: allow printing muxer side packet timestamp debuging info …
(edit) @93e81ee8   12 years diego nutdec: const correctness for get_v_trace/get_s_trace function arguments
(edit) @2dc13104   12 years diego truemotion2: Request samples for old TM2 headers
(edit) @69673138   12 years martin rtpdec: Remove a useless ff_ prefix from a static symbol …
(edit) @b6bf1490   12 years martin rtpdec: Support depacketizing speex Signed-off-by: Martin Storsjö …
Note: See TracRevisionLog for help on using the revision log.