source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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) @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: …
(edit) @489d8a79   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @0f1446a4   12 years michaelni Merge commit 'ab35ec29a4071871934856c00da7d6ebcc0c095b' * commit …
(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) @c864c396   12 years martin segment: Add an option for omitting the first header and final trailer …
(edit) @aa9f128b   12 years martin segment: Add a missing space Signed-off-by: Martin Storsjö …
(edit) @741f5b02   12 years michaelni Merge commit '29abb04e73b0580ebe38703cadb988d26df6a76a' * commit …
(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) @047dcfa   12 years michaelni afq: sanity assert on remaining_samples Signed-off-by: Michael …
(edit) @b27e2b6   12 years michaelni afq: update remaining samples variable. Fixes Ticket1785 (opusenc …
(edit) @b02493e4   12 years michaelni movenc: force video timebase to be 0.1ms precisse at least. The …
(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) @29abb04e   12 years justin.ruggles libspeexdec: If the channel count is not valid, decode as stereo. …
(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) @3b061c5e   12 years justin.ruggles libspeexdec: improve setting of Speex mode and sample rate If there …
(edit) @5e6439a1   12 years michaelni ff_choose_timebase: only try factors upto 14 otherwise a unexpected …
(edit) @de707bc8   12 years michaelni mux/nut: factorize ff_choose_timebase() out of nut Signed-off-by: …
(edit) @ad11681a   12 years martin libspeex: Add a private option for enabling VAD Speex detects …
(edit) @05e5a24f   12 years michaelni tiffenc: remove unused variable Signed-off-by: Michael Niedermayer …
(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) @dc82b2c0   12 years michaelni framecrcenc: print flags and side data elements The new fields are …
(edit) @6a697b42   12 years michaelni parser: fix large overreads Signed-off-by: Michael Niedermayer …
(edit) @1e2e2c80   12 years Clément Bœsch lavc/h264: move ff_init_cabac_states() from decode_slice() to …
(edit) @05e209c0   12 years mans Allow use of strncpy() There are cases where strncpy() does exactly …
Note: See TracRevisionLog for help on using the revision log.