source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @27a34151   12 years onemda avformat: fix typo in comment Signed-off-by: Paul B Mahol …
(edit) @979b9b1f   12 years michaelni h264: switch some asserts to av_assert1/2() Signed-off-by: Michael …
(edit) @1822aee7   12 years michaelni dsputil_template: replace assert() by av_assert2() Signed-off-by: …
(edit) @87244c8f   12 years michaelni matroskaenc: remove MATROSKA_ID_VIDEODISPLAYUNIT 3 Should fix ticket …
(edit) @79d30321   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: wmaenc: …
(edit) @537ef8be   12 years michaelni movenc: support an alternative to edit lists to handle the first DTS …
(edit) @d067e254   12 years michaelni mov: fix integer avoption types Signed-off-by: Michael Niedermayer …
(edit) @c6c560d   12 years michaelni mpeg4videodec: fix integer avoption types Signed-off-by: Michael …
(edit) @57e1553e   12 years michaelni libvpcenc: fix flags voption types Signed-off-by: Michael Niedermayer …
(edit) @3c9502b0   12 years michaelni h264: fix integer avoption types Signed-off-by: Michael Niedermayer …
(edit) @ffc1d959   12 years michaelni tests/Makefile: fix ffprobe-test.nut with target-exec Signed-off-by: …
(edit) @19a4e10   12 years michaelni gmc_mmx: enable also for large pictures when emu edge isnt needed. …
(edit) @e063ffbf   12 years michaelni dsputil_mmx: put optimized gmc code back and avoid a VLA without …
(edit) @094a82c7   12 years michaelni get_bits: get_bits_long() support n=0 as the docs allow it also the 0 …
(edit) @ac6659af   12 years michaelni movenc: fix regression with yuyv caused by c5f23d Signed-off-by: …
(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) @51211d35   12 years uhmmmm vf_tile: fix typos/grammar in comments Signed-off-by: Bobby Bingham …
(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) @293e5423   12 years michaelni configure: enable -Werror=vla Signed-off-by: Michael Niedermayer …
(edit) @24702a91   12 years michaelni pca: get rid of VLA Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @56d7f7d9   12 years michaelni snowenc: get rid of VLA (well it wasnt really variable anyway) …
(edit) @37ac11d9   12 years diego doc/RELEASE_NOTES: update for the 9 release. Signed-off-by: Diego …
(edit) @13a21523   12 years michaelni swr-test: avoid VLA Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @55c49afc   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @886c3662   12 years stefasab doc/filters: fix typo
(edit) @9d19d7c   12 years michaelni segment: reverse pass avoid_negative_ts from the muxer This fixes …
(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) @2c34367b   12 years michaelni libvorbisenc: fix afq delay setting Signed-off-by: Michael …
(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) @7548c80a   12 years Carl Eugen Hoyos Pinnacle TARGA CineWave YUV16 decoder (fourcc Y216). Fixes ticket #1354
(edit) @5de75336   12 years michaelni mpegvideo_armv5te: change asserts to av_asserts Signed-off-by: …
(edit) @ed015f67   12 years michaelni ffv1enc: fix assert in put_vlc_symbol() and update to av_assert2() …
(edit) @856834a7   12 years michaelni ffv1: change w/h asserts to check as the condition can likely happen …
(edit) @5709e201   12 years michaelni ffv1: remove commented asserts Signed-off-by: Michael Niedermayer …
(edit) @1578d01d   12 years stefasab Changelog: add empty line after version lines Fix spacing inconsistency.
(edit) @531872d7   12 years stefasab ffprobe: reindent after previous commit
(edit) @3d189d41   12 years stefasab ffprobe: add -select_streams option
(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) @d9dfe9a5   12 years Carl Eugen Hoyos Fix libcdio detection.
(edit) @eb63a747   12 years Carl Eugen Hoyos Do not print debug output for the (MPlayer) pullup filter.
(edit) @4c5a9fd6   12 years Carl Eugen Hoyos Fix showspectrum dependencies: Add rdft.
(edit) @0a7d4ea3   12 years onemda configure: dts demuxer needs dca_parser Signed-off-by: Paul B Mahol …
(edit) @db4bb4c9   12 years michaelni oggparsetheora: fix comment header parsing Pass the correct header …
(edit) @0ed02327   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: h264: …
(edit) @2a77d4f7   12 years michaelni Merge commit '65d12900432ac880d764edbbd36818431484a76e' * commit …
(edit) @f74f8bc8   12 years michaelni Merge commit 'a854362b40f0e458db5a1fb0d2612a5702ee0ace' * commit …
(edit) @b26cbf75   12 years michaelni Merge commit 'f7b240434c015056bc6319ddbdb8483757cc13e2' * commit …
(edit) @50c555e3   12 years michaelni Merge commit '378a6315b7c48195ffd94e6aa9aa6d663d42b35e' * commit …
(edit) @008d36b   12 years michaelni Merge commit 'eb447d515956b3ce182d9750083131735f00324c' * commit …
(edit) @1bd22229   12 years michaelni Merge commit '73871dc96ff78053b9dcd0eb259b7f5a5308ec87' * commit …
(edit) @d19728da   12 years michaelni Merge commit '0edae4e6286096023cdd6adea74722fa06029867' * commit …
(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) @2e59210e   12 years Clément Bœsch lavc/h264: don't touch H264Context->ref_count[] during MB decoding. …
(edit) @5cdd3b99   12 years michaelni hls: Disable http seekability probing Some HLS servers return 403 …
(edit) @8a33210d   12 years michaelni http: prevent the Range header being sent when seekability probing …
(edit) @dd1e6b2a   12 years michaelni http: add option to prevent probing for HTTP seekability Add an …
(edit) @cf5a98b9   12 years michaelni mpeg2videodec: fix list of supported frame rates to include sane ext …
(edit) @f6f7d150   12 years lu_zero h264: don't touch H264Context->ref_count[] during MB decoding The …
(edit) @66a4ac51   12 years michaelni libspeexenc: Updated commentary to reflect recent changes …
(edit) @038325ac   12 years michaelni libspeexenc: Add an option for enabling DTX Discontinuous …
(edit) @d5683420   12 years michaelni aacenc: fix out of array writes The value used in allocation is based …
(edit) @60b433d9   12 years michaelni movenc.c: Add support for >16bit BE flavours Currently only LE …
(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) @2e8dcde1   12 years michaelni ffplay: autodetect realtime streams and enable infbuf Signed-off-by: …
(edit) @cb3fd029   12 years michaelni ffplay: add a 3rd state to infbuf for autodetection Signed-off-by: …
(edit) @91c1567b   12 years martin segment: Add comments about calls that only are relevant for some …
(edit) @e214306   12 years michaelni mpeg2enc: support and use frame_rate_ext when needed Signed-off-by: …
Note: See TracRevisionLog for help on using the revision log.