source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @8be5b0d6   12 years diego avconv/avprobe: Add missing 'void' to exit_program() definition
(edit) @05e209c0   12 years mans Allow use of strncpy() There are cases where strncpy() does exactly …
(edit) @75366a50   12 years martin blowfish: Add more tests Test inplace ECB, normal CBC and inplace CBC …
(edit) @87f023f2   12 years martin blowfish: Fix CBC decryption with dst==src Signed-off-by: Martin …
(edit) @0cc9a64b   12 years martin blowfish: Factorize testing into a separate function Signed-off-by: …
(edit) @51a15ed7   12 years mans ARM: use numeric ID for Tag_ABI_align_preserved Some old assemblers …
(edit) @4edb34f6   12 years martin segment: Pass the interrupt callback on to the chained …
(edit) @1ca3b62b   12 years mans ARM: bswap: drop armcc version of av_bswap16() This function causes …
(edit) @5e826fd6   12 years mans ARM: set Tag_ABI_align_preserved in all asm files All our ARM asm …
(edit) @7bda4ed7   12 years mans ARM: fix Thumb PIC on Apple LDR with register offset and PC as base …
(edit) @72d30b27   12 years lu_zero nut: add do {} while (0) to GET_V Make it consistent with the other …
(edit) @b92dfb56   12 years alex.converse tiffenc: Check av_malloc() results.
(edit) @9bc055e3   12 years alex.converse tiffenc: Simplify pixel format setup using AVPixFmtDescriptor.
(edit) @5e3f9979   12 years derek.buitenhuis Use atexit() instead of defining a custom exit_program() interface.
(edit) @bd680c7b   12 years derek.buitenhuis msvc: Fix detection of VFW & Avisynth required libs It should be …
(edit) @1e46c63e   12 years lu_zero avformat: refactor avformat_write_header Split away option settings, …
(edit) @86bbdf8   12 years lu_zero avformat: refactor avformat_write_header Mostly cosmetic changes …
(edit) @55f9037f   12 years lu_zero avformat: split muxing functions from util.c
(edit) @bfcd4b6   12 years justin.ruggles adpcmdec: set AVCodec.sample_fmts
(edit) @1478a360   12 years justin.ruggles twinvq: use planar sample format
(edit) @a34be785   12 years justin.ruggles ralf: use planar sample format
(edit) @1a345903   12 years justin.ruggles mpc7/8: use planar sample format
(edit) @3fca0d72   12 years justin.ruggles iac/imc: use planar sample format
(edit) @64c312aa   12 years justin.ruggles dcadec: use float planar sample format
(edit) @cbf6ee78   12 years justin.ruggles cook: use planar sample format
(edit) @9af4eaa   12 years justin.ruggles atrac3: use float planar sample format
(edit) @461ba7e9   12 years justin.ruggles apedec: output in planar sample format
(edit) @cf8c93ad   12 years justin.ruggles 8svx: use planar sample format
(edit) @fd41cb43   12 years justin.ruggles avconv: improve sample format negotiation for decoder request This …
(edit) @6cb8c854   12 years diego Opus encoder using libopus Signed-off-by: Diego Biurrun <diego@biurrun.de>
(edit) @15d35bee   12 years diego mpegts: Drop pointless casting of hex_dump_debug arguments
(edit) @d3c40a7d   12 years diego avformat: const correctness for av_hex_dump / av_hex_dump_log
(edit) @d25fe4cc   12 years diego wmadec: Adjust debug printf argument length modifier
(edit) @1218777f   12 years diego avcodec: Convert some commented-out printf/av_log instances to av_dlog
(edit) @9c6cf7f2   12 years diego avcodec: Drop silly and/or broken printf debug output
(edit) @6f6b0311   12 years diego avcodec: Drop some silly commented-out av_log() invocations
(edit) @72eaba5e   12 years diego avformat: Convert some commented-out printf/av_log instances to av_dlog
(edit) @11d4e92   12 years diego avformat: Remove non-compiling and/or silly commented-out …
(edit) @14d3e7ad   12 years diego Remove some silly disabled code.
(edit) @56b6a430   12 years justin.ruggles ac3dec: ensure get_buffer() gets a buffer for the correct number of …
(edit) @1a8c691   12 years anton h264: avoid stuck buffer pointer in decode_nal_units When …
(edit) @0f583d20   12 years anton mpeg12: fix the semantics of the int* parameter of decode() It is …
(edit) @d9a2e87   12 years anton mpeg12: move mpeg_decode_frame() lower Avoids a forward declaration …
(edit) @85f4779   12 years anton avsdec: Set dimensions instead of relying on the demuxer. The decode …
(edit) @d65d8347   12 years anton wmalosslessdec: Reset put bit buffer when num_saved_bits is reset. …
(edit) @d05f72c7   12 years anton dfa: improve boundary checks in decode_dds1() Fixes CVE-2012-2798 …
(edit) @6a99310f   12 years anton wmalosslessdec: Fix reading too many bits in decode_channel_residues() …
(edit) @f48fbf2e   12 years anton wmalosslessdec: fix a get_bits(0) in decode_ac_filter Fixes a part of …
(edit) @607f5715   12 years anton wmalosslessdec: make MCLMS arrays big enough for what is written into …
(edit) @ae3da0ae   12 years anton indeo4/5: check empty tile size in decode_mb_info(). This prevents …
(edit) @5d2170c5   12 years anton ivi_common: make ff_ivi_process_empty_tile() static. It's not used …
(edit) @2d09cdba   12 years anton indeo5: check tile size in decode_mb_info(). This prevents writing …
(edit) @e4d40443   12 years anton indeo3: fix out of cell write. Fixes CVE-2012-2776. …
(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) @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) @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 …
Note: See TracRevisionLog for help on using the revision log.