source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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) @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) @791b5954   12 years derek.buitenhuis dsputil_mmx: fix reading prior of the src array in …
(edit) @97cfa55e   12 years lu_zero mpegaudiodec: fix short_start calculation The value should be always …
(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) @8bd324e9   12 years martin http: Increase buffer sizes to cope with longer URIs Use the …
(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) @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) @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ö …
(edit) @490ae95a   12 years martin rtpenc: Add support for packetizing speex This packetization scheme …
(edit) @92d2b909   12 years lu_zero xsub: feed init_get_bits the whole buffer Do not use rlelen field for …
(edit) @375bff70   12 years martin libfdk-aac: Allow setting VBR modes via a private option This avoids …
(edit) @a10190dc   12 years martin libfdk-aac: Warn the user that the VBR modes are unsupported These …
(edit) @b62d4c16   12 years derek.buitenhuis Revert "cbrt_tablegen: Include libm.h" This code runs on the host and …
(edit) @7a1a9dd5   12 years lu_zero pthread: make sure AVFrame.extended_data is set properly. …
(edit) @c8ba8be2   12 years martin libfdk-aac: reindent after last commit Signed-off-by: Martin Storsjö …
(edit) @94a69de   12 years martin libfdk-aac: Limit to supported sample rates. Signed-off-by: Martin …
(edit) @2768b717   12 years derek.buitenhuis cbrt_tablegen: Include libm.h Needed for cbrtf fallback on systems …
(edit) @0336dea2   12 years lu_zero oggparsetheora: make it more robust
(edit) @bb146bb   12 years lu_zero ogg: prevent NULL pointer deference in theora gptopts Additional …
(edit) @d1f05dd1   12 years lu_zero ogg: calculate the start position once all the headers are parsed The …
(edit) @7751e469   12 years lu_zero ogg: check that the expected number of headers had been parsed Not …
(edit) @a716006a   12 years anton libx264: change default to closed gop to match x264cli open-gop can …
(edit) @11d1ca4b   12 years anton Use avcodec_free_frame() to free AVFrames.
(edit) @9eb29657   12 years anton lavf: use a malloced AVFrame in try_decode_frame(). This allows using …
(edit) @a42aadab   12 years anton lavc: add avcodec_free_frame(). Since an AVFrame now has malloced …
(edit) @b437cec1   12 years anton lavc: ensure extended_data is set properly on decoding
(edit) @2bc0de38   12 years anton lavc: initialize AVFrame.extended_data in avcodec_get_frame_defaults()
(edit) @c084a975   12 years anton lavc: use av_mallocz to allocate AVFrames. Otherwise the frame is …
(edit) @a83499b1   12 years anton lavc: rename the argument of avcodec_alloc_frame/get_frame_defaults …
(edit) @cee1950b   12 years martin rtp: Packetization of JPEG (RFC 2435)
(edit) @71908f08   12 years martin smoothstreamingenc: Copy the SAR on the AVStreams as well This is …
(edit) @0ccf051a   12 years justin.ruggles avcodec: fix memleak in avcodec_encode_audio2() Ensure that …
(edit) @c54e0061   12 years siretart sipr: fall back to setting mode based on bit_rate. Not all …
(edit) @e52e4fe1   12 years anton libx264: add forgotten ;
(edit) @87b017a2   12 years anton matroskadec: fix a sanity check.
(edit) @bdb939ad   12 years anton matroskadec: only return corrupt packets that actually contain data …
(edit) @1cc569d   12 years anton lavf: zero data/size of the packet passed to read_packet().
(edit) @8995d349   12 years mans ARM: use 2-operand syntax for ADD Rd, PC in Apple PIC code The Apple …
(edit) @cdb7db5a   12 years mans ARM: align PIC offset pools to 4 bytes When building Thumb2 code, the …
(edit) @a27a690   12 years mans ARM: swap source operands in some add instructions This allows using …
(edit) @0122118e   12 years mans configure: update tms470 detection for latest version v5.0 of the TI …
(edit) @6746cd7f   12 years janne-libav lavf probe: prevent codec probe with no data at all seen This occurs …
(edit) @a34a609f   12 years mans motion_est: fix use of inline on extern functions Inline functions …
(edit) @50d1f443   12 years anton mp3dec: read Xing frame TOC index
(edit) @2d1a1a7f   12 years anton mp3dec: use named constants for Xing header flags
(edit) @9bf41210   12 years anton libx264: add support for nal-hrd, required for Blu-ray streams. …
(edit) @d17d0ec8   12 years lu_zero mov: support random access point grouping Frames described by this …
(edit) @7d843100   12 years lu_zero matroskadec: properly support BlockDuration
(edit) @c831ebf6   12 years lu_zero matroskadec: split frame parsing
(edit) @2d0e7713   12 years lu_zero matroskadec: split laces parsing
(edit) @117d8c6d   12 years lu_zero matroska: implement support for ProRes Support Matroska native …
(edit) @8071dca3   12 years lu_zero matroska: implement support for ALAC Support Matroska native …
(edit) @870e7552   12 years lu_zero matroskadec: validate lace_size when parsed Stricter validation, …
(edit) @c9a39cec   12 years lu_zero matroskadec: return meaningful errors in matroska_decode_buffer
(edit) @df1d8412   12 years lu_zero matroskadec: fix incorrect unsigned->signed conversion
(edit) @8d4dd55c   12 years lu_zero matroskadec: refactor matroska_decode_buffer Make …
(edit) @581281e2   12 years lu_zero matroskadec: check realloc in lzo encoding Make all the compression …
(edit) @cd4739c4   12 years lu_zero matroska: honor error_recognition on unknown doctypes
(edit) @df6c3f9f   12 years alex.converse tiffdec: Add support for GRAY16LE. Tested with the GraphicsMagick
(edit) @298ed797   12 years alex.converse tiffenc: Add support for little endian RGB48 and GRAY16
(edit) @8701f4f8   12 years janne-libav mpeg4: support frame parameter changes with frame-mt Adds a flag …
(edit) @01fc5d66   12 years janne-libav mpegvideo: check ff_find_unused_picture() return value for errors
(edit) @32c7589b   12 years janne-libav mpegvideo: release frame buffers before freeing them Fixes triggering …
(edit) @ac3a9b51   12 years mans configure: msvc: default to 'lib' as 'ar' tool Signed-off-by: Mans …
(edit) @3dbc777c   12 years mans build: support some non-standard ar variants This adds support for …
(edit) @b16d001   12 years janne-libav rv34: use ff_MPV_common_frame_size_change() Specialised functionality …
(edit) @435c0b87   12 years janne-libav mpegvideo: add reinit function for frame parameter changes This is …
(edit) @1b3439b3   12 years janne-libav mpegvideo: move frame size dependent memory management to separate …
(edit) @aeeb782c   12 years mans configure: add --toolchain option This allows creating canned …
(edit) @e772f9fa   12 years martin configure: Make the smoothstreaming muxer enable the ismv muxer This …
(edit) @84cc314e   12 years martin smoothstreaming: Export the mp4 codec tags This fixes stream copy …
(edit) @9888ffb1   12 years lu_zero mov: check for EOF in long lasting loops A quite widespread pattern …
(edit) @419ffb23   12 years lu_zero avcodec: cleanup utils.c
(edit) @ee90119e   12 years justin.ruggles binkaudio: remove unneeded GET_BITS_SAFE macro Normal get_bits() …
(edit) @7bfd1766   12 years justin.ruggles binkaudio: use float sample format Use planar for DCT codec, …
(edit) @0801b597   12 years justin.ruggles binkaudio: use a different value for the coefficient scale for the DCT …
(edit) @6a08955c   12 years lu_zero flvenc: silence bogus warning The compiler fails to figure out that …
(edit) @2a8a860a   12 years mans configure: include flags in nm variable This simplifies ensuring …
Note: See TracRevisionLog for help on using the revision log.