source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @233783e2   12 years justin.ruggles vorbisenc: use float planar sample format
(edit) @11dcddb9   12 years justin.ruggles ffm: do not write or read the audio sample format
(edit) @6221e247   12 years mans parseutils: fix parsing of invalid alpha values An alpha specifier …
(edit) @37ac11d9   12 years diego doc/RELEASE_NOTES: update for the 9 release. Signed-off-by: Diego …
(edit) @cde26748   12 years martin smoothstreamingenc: Add a more verbose error message This helps …
(edit) @fadd3a68   12 years martin smoothstreamingenc: Ignore the return value from mkdir We don't need …
(edit) @8e276378   12 years martin smoothstreamingenc: Try writing a manifest when opening the muxer …
(edit) @3ea06ac5   12 years martin smoothstreamingenc: Move the output_chunk_list and write_manifest …
(edit) @5fa43f7   12 years martin smoothstreamingenc: Properly return errors from ism_flush to the …
(edit) @eb2f3910   12 years martin smoothstreamingenc: Check the output UrlContext before accessing it …
(edit) @d3a72bec   12 years anton yuv4mpeg: return proper error codes. Fixes Bug 373. …
(edit) @e4cbf752   12 years diego Give all anonymously typedeffed structs in headers a name Anonymous …
(edit) @76f644d9   12 years diego fate: Add parseutils test
(edit) @c010fce6   12 years diego parseutils-test: Drop random colors from parsing test This guarantees …
(edit) @ba04177e   12 years anton vf_pad/scale: use double precision for aspect ratios. Fixes Bug 203. …
(edit) @c07d56a6   12 years mans build: error on variable-length arrays With all the VLAs gone, make …
(edit) @07eb7e20   12 years mans ppc: swscale: rework yuv2planeX_altivec() This gets rid of the …
(edit) @642b4efa   12 years mans ppc: fmtconvert: kill VLA in float_to_int16_interleave_altivec() …
(edit) @bcf07a15   12 years mans x86: dsputil: kill VLA in gmc_mmx() Instead of using an evil VLA, …
(edit) @f1c6a740   12 years martin libspeexenc: Updated commentary to reflect recent changes …
(edit) @978d5bd   12 years martin libspeexenc: Add an option for enabling DTX Discontinuous …
(edit) @2f49e3da   12 years anton doc/APIchanges: fill in missing dates and hashes.
(edit) @006afc7a   12 years anton lavr: bump major to 1 and declare it stable.
(edit) @e7ba5b1d   12 years anton lavr: change the type of the data buffers to uint8_t. This is more …
(edit) @30223b3b   12 years anton lavc: deprecate the audio resampling API. It has been superseded by lavr.
(edit) @f6f7d150   12 years lu_zero h264: don't touch H264Context->ref_count[] during MB decoding The …
(edit) @a7329e5f   12 years diego x86: get_cpu_flags: add necessary ifdefs around function body …
(edit) @f6fbce76   12 years diego x86: Drop CPU detection intrinsics Now that there is CPU detection in …
(edit) @1f6d8699   12 years diego x86: Add YASM implementations of cpuid and xgetbv from x264 This …
(edit) @65d12900   12 years mans configure: add --enable-lto option This works with gcc. Other …
(edit) @54b24314   12 years diego x86: cpu: Break out test for cpuid capabilities into separate function
(edit) @cc5e9e5f   12 years diego x86: ff_get_cpu_flags_x86(): Avoid a pointless variable indirection
(edit) @1e164c0b   12 years diego build: Factor out mpegaudio dependencies to CONFIG_MPEGAUDIO A new …
(edit) @91c1567b   12 years martin segment: Add comments about calls that only are relevant for some …
(edit) @c864c396   12 years martin segment: Add an option for omitting the first header and final trailer …
(edit) @a854362b   12 years martin segment: Flush buffered data before finishing a segment This makes …
(edit) @f7b24043   12 years martin segment: Set the resend_headers flag for each segment This makes sure …
(edit) @378a6315   12 years martin segment: Add an option for disabling writing of a header/trailer to …
(edit) @eb447d5   12 years martin segment: Free and reinit the muxer before calling …
(edit) @73871dc9   12 years martin segment: Use the public av_write_header/av_write_trailer functions …
(edit) @0edae4e6   12 years martin segment: Properly create new AVStreams for the chained muxer Before, …
(edit) @aa9f128b   12 years martin segment: Add a missing space Signed-off-by: Martin Storsjö …
(edit) @4673a5a7   12 years anton vf_overlay: properly sync inputs. Right now it incorrectly assumes …
(edit) @ab35ec29   12 years anton vf_overlay: get rid of pointless messing with timebase. Output frames …
(edit) @cd15b7c0   12 years anton samplefmt: make av_samples_alloc() initialize the data to silence. …
(edit) @c9df4890   12 years justin.ruggles libspeexdec: handle NULL return value from speex_packet_to_header() …
(edit) @769ed305   12 years martin h264probe: Don't error out on bits that no longer are reserved …
(edit) @1481e198   12 years janne-libav mpegvideo: set extended_data in ff_update_duplicate_context() …
(edit) @45e5d0c3   12 years justin.ruggles libspeexdec: properly handle DTX for multiple frames-per-packet
(edit) @908e22b9   12 years justin.ruggles libspeexdec: move the SpeexHeader from LibSpeexContext to where it is used
(edit) @892695c   12 years justin.ruggles libspeexdec: simplify setting of frame_size
(edit) @27c3f9c   12 years justin.ruggles libspeexdec: set channel_layout
(edit) @29abb04e   12 years justin.ruggles libspeexdec: If the channel count is not valid, decode as stereo. …
(edit) @3b061c5e   12 years justin.ruggles libspeexdec: improve setting of Speex mode and sample rate If there …
(edit) @ad11681a   12 years martin libspeex: Add a private option for enabling VAD Speex detects …
(edit) @f0fce9f3   12 years martin xtea: Test inplace decryption Based on test code by: Giorgio Vazzana …
(edit) @b434500   12 years martin xtea: Fix CBC decryption when src==dst Signed-off-by: Martin Storsjö …
(edit) @ca074cc3   12 years martin xtea: Factorize testing into a separate function Based on a patch by …
(edit) @fd712a5   12 years diego configure: Refactor HAVE_ options available on the command line
(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 …
Note: See TracRevisionLog for help on using the revision log.