source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @716d413c   12 years anton Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
(edit) @78071a14   12 years anton pixfmt: add AV_ prefixes to PIX_FMT_*
(edit) @7b556be6   12 years justin.ruggles af_resample: avoid conversion of identical sample formats for 1 …
(edit) @37f701f1   12 years justin.ruggles avcodec: allow either planar or interleaved sample format when …
(edit) @53643271   12 years justin.ruggles adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right …
(edit) @62ae37de   12 years diego timefilter: De-doxygenize normal code comments and drop silly ones
(edit) @e67b0f99   12 years martin gxf: Include the right header for the avpriv_frame_rate_tab …
(edit) @31b2262d   12 years justin.ruggles wmaenc: use float planar sample format
(edit) @b1540fc8   12 years justin.ruggles (e)ac3enc: use planar sample format
(edit) @f3e2d68d   12 years justin.ruggles aacenc: use planar sample format
(edit) @095be4f   12 years justin.ruggles adpcmenc: use planar sample format for adpcm_ima_wav and adpcm_ima_qt
(edit) @d9a13c2f   12 years justin.ruggles adpcmenc: move 'ch' variable to higher scope It is used for multiple …
(edit) @9606f19b   12 years justin.ruggles adpcmenc: fix 3 instances of variable shadowing
(edit) @1e35574b   12 years justin.ruggles adpcm_ima_wav: simplify encoding
(edit) @cfc0a80a   12 years justin.ruggles libvorbis: use planar sample format
(edit) @473b297f   12 years justin.ruggles libmp3lame: use planar sample formats
(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
Note: See TracRevisionLog for help on using the revision log.