source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5cb9093a   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: wav: …
(edit) @77c85cbd   12 years michaelni Merge commit '46c1917350f58dfab84e41919e6c02d43950db8c' * commit …
(edit) @b50ab3a4   12 years michaelni Merge commit 'bd8ac882140a38868c33c000a430a1292a352533' * commit …
(edit) @5c2ccf83   12 years michaelni Merge commit '7abd35a1ffaecfd79fa07b801621ee11ab595c43' * commit …
(edit) @ac87eaf8   12 years lu_zero wav: Always seek to an even offset RIFF chunks are aligned to 16bit …
(edit) @46c19173   12 years lu_zero nut: use a define for the nut version Ease switching version in the …
(edit) @f5846dc9   12 years onemda id3v2: stop ignoring text encoding for chapter titles Signed-off-by: …
(edit) @5a9e3760   12 years michaelni h264: check mb_width/height Fixes inconsistency that leads to out of …
(edit) @edabbfba   12 years michaelni ff_h264_decode_seq_parameter_set: dont set h->sps Signed-off-by: …
(edit) @26482ae7   12 years michaelni h264_sei/decode_picture_timing: do not depend on h->sps being set …
(edit) @ccdaa31d   12 years michaelni ff_h264_decode_picture_parameter_set: fix return code Signed-off-by: …
(edit) @dc35b77b   12 years michaelni ff_h264_decode_picture_parameter_set: use the correct sps …
(edit) @2d5fd788   12 years diego bgmc: Do not mark ff_bgmc_decode_init() as av_cold The function is …
(edit) @bd8ac882   12 years diego avcodec: Add av_cold attributes to end functions missing them
(edit) @7c23922c   12 years Carl Eugen Hoyos Cosmetics: Reindent Sierra vmd demuxer after last commit.
(edit) @4ec509ce   12 years Carl Eugen Hoyos Support demuxing of audio-only vmd files. Reviewed-by: Paul B Mahol
(edit) @a07ac1f7   12 years Carl Eugen Hoyos Fix type of shared flac table ff_flac_blocksize_table[]. Fixes ticket …
(edit) @7abd35a1   12 years diego avformat: Add av_cold attributes to init functions missing them
(edit) @2d8dddd9   12 years michaelni Merge branch 'vdpau' of https://github.com/FernetMenta/FFmpeg
(edit) @fb90e7b8   12 years michaelni configure: Use the tool specified with --valgrind instead of a …
(edit) @54021aea   12 years michaelni configure: set valgrind-memcheck toolchain when --valgrind is …
(edit) @fe1f3654   12 years fernetmenta register AV_PIX_FMT_VDPAU for hwaccel
(edit) @b37cc599   12 years fernetmenta fix vdpau vc1 interlace modes
(edit) @cdfa1c89   12 years michaelni avcodec: Set frame.width/height on all exit pathes of ff_get_buffer() …
(edit) @548101b5   12 years michaelni lavu/opencl: add opencl public error API Reviewed-by: Stefano …
(edit) @097f6680   12 years michaelni avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / …
(edit) @a1f234be   12 years michaelni make the ordering of the return type and av_cold consistent …
(edit) @35623d83   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @d5dbd84c   12 years michaelni Merge commit '2b677ffca54a5fbef9c8860841c32f28ecd68f70' * commit …
(edit) @3c200aa6   12 years michaelni Merge commit '1fda184a85178cfd7b98d9e308d18e1ded76a511' * commit …
(edit) @e7f8493f   12 years michaelni Merge commit '20c86571ccc71412781d4a4813e4693e0c42aec6' * commit …
(edit) @fdccb84   12 years michaelni Merge commit 'c0c2b96c136ec2cbfd808eefc26de399f447d62f' * commit …
(edit) @f083b4c3   12 years michaelni Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af' * commit …
(edit) @77570fac   12 years michaelni Merge commit '4d7ed3e73541983459a7913c2034eba69ebc113d' * commit …
(edit) @b507c00d   12 years michaelni Merge commit 'e445647b4fdf481b13b2743b303d84de4f43bedd' * commit …
(edit) @a8ff830b   12 years michaelni Merge commit '093804a93cc5da3f95f98265a5df116912443cec' * commit …
(edit) @0aa09548   12 years michaelni Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487' * commit …
(edit) @057c5d2e   12 years michaelni Merge commit '72e228b274a98af1aba9588415d0cd87fde44663' * commit …
(edit) @86c9cf64   12 years michaelni configure: fix valgrind-memcheck arguments They now match the …
(edit) @4451be5c   12 years michaelni Merge commit 'b1ee8eec849f17fce2f411a297de9cbf2edaeb3a' * commit …
(edit) @336ffb83   12 years michaelni Merge commit '95e8ac60f8b7317ce23c648250fdc8fb68d65a07' * commit …
(edit) @fbede75a   12 years michaelni Merge commit '768e44d044bc32de1e58c198a3708d186af7e966' * commit …
(edit) @d82729e5   12 years Reimar.Doeffinger Detect and skip mj2-style jp2c header. This this fixes one of the …
(edit) @3bb1c58e   12 years Reimar.Doeffinger Avoid incorrect deprecated pixel format warning. Should only be …
(edit) @1ef82cc6   12 years michaelni AAC encoder: Fix rate control on twoloop. Fixes a case where …
(edit) @c545876d   12 years michaelni AAC encoder: Fixed a rounding bug in psy's channel bitrate …
(edit) @adaa7743   12 years michaelni src_movie: fix scanf string Fixes out of array accesses …
(edit) @369a1208   12 years michaelni xbmdec: fix off by one error in scanf() Fixes out of array access …
(edit) @2cca96e6   12 years martin configure: Check for getenv When targeting the "windows store …
(edit) @2b677ff   12 years diego swscale: Add av_cold attributes to init functions missing them
(edit) @1fda184a   12 years diego avutil: Add av_cold attributes to init functions missing them
(edit) @20c86571   12 years martin lavfi: let gcc realign the stack on public graph driving functions …
(edit) @c0c2b96c   12 years diego sctp: Add a note on why sctp_recvmsg and sctp_sendmsg have ff_-prefixes
(edit) @a8a45df   12 years diego avs: Increase magic value score above file extension score This …
(edit) @e0f8be64   12 years diego avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate
(edit) @4d7ed3e7   12 years diego build: output-example: Add avutil to ELIBS in link command …
(edit) @e445647b   12 years diego avresample: Add av_cold attributes to init functions missing them
(edit) @093804a9   12 years diego avfilter: Add av_cold attributes to init/uninit functions
(edit) @6fee1b90   12 years diego avcodec: Add av_cold attributes to init functions missing them
(edit) @c40f51e1   12 years michaelni h264: Always decode MMCOs into temprary array When decoding succeeded …
(edit) @72e228b   12 years diego nut: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @30db867c   12 years michaelni Merge remote-tracking branch 'cigaes/master' * cigaes/master: …
(edit) @c7a7605   12 years michaelni wmaprodec: Fix null pointer dereference in decode_frame() Found-by: …
(edit) @e9e207ec   12 years michaelni dfa: Put our pointer check back. The reimplementation by Libav does …
(edit) @fa245e43   12 years nicolas.george lavf/matroskaenc: return an error for unsupported types.
(edit) @d608a27d   12 years nicolas.george lavf/concatdec: remove invalid check for AVSEEK_FLAG_BACKWARD.
(edit) @3fc66df   12 years nicolas.george lavf: filter out AVSEEK_FLAG_BACKWARD in new API. Also document that …
(edit) @cc24afb4   12 years nicolas.george lavf: call the new seek API from the old. If the demuxer implements …
(edit) @d18341f   12 years michaelni aacdec: free frame buffer if no audio was decoded If no decoding …
(edit) @b1ee8eec   12 years siretart configure: Add basic valgrind-memcheck support With the parameter …
(edit) @23a7c32a   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: wav: …
(edit) @0104570f   12 years michaelni Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7' * commit …
(edit) @711c8ee7   12 years michaelni Merge commit '4a7af92cc80ced8498626401ed21f25ffe6740c8' * commit …
(edit) @95e8ac60   12 years siretart build: normalize coverage.info Without this, lcov sometimes misses to …
(edit) @768e44d0   12 years siretart build: tune down the output of lcov/gcov In the default settings, …
(edit) @f18d2dff   12 years michaelni evrcdec: fix sign error The specification wants round(abs(x))) * …
(edit) @64819bfc   12 years michaelni snow: Fix off by 1 error in reference picture management Fixes out of …
(edit) @e7566359   12 years michaelni eamad: Check against minimum supported dimensions Fixes out of array …
(edit) @b937d36   12 years onemda doc/filters: document asetpts in single place Signed-off-by: Paul B …
(edit) @69467fb6   12 years lu_zero wav: return meaningful errors
(edit) @e6d4e687   12 years onemda lavu: add planar 16 bit and 8 bit rgb with alpha Signed-off-by: Paul …
(edit) @f51aa92b   12 years stefasab lavfi/testsrc: add support for color interactive command
(edit) @ce322f4c   12 years onemda extractplanes filter Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @a5f88736   12 years diego silly typo fixes
(edit) @4a7af92c   12 years diego sbrdsp: Unroll and use integer operations This patch can be …
(edit) @8394d9a6   12 years diego sbrdsp: Unroll sbr_autocorrelate_c 1410 cycles to 1148 on …
(edit) @5a97469a   12 years diego x86: sbrdsp: Implement SSE2 qmf_deint_bfly Sandybridge: 47 cycles …
(edit) @d29f9f4a   12 years michaelni vc1dec: fix lutuv use in vc1_mc_4mv_chroma4() Signed-off-by: Michael …
(edit) @7e30bfcb   12 years michaelni vc1dec: Fix mixed field/frame intensity compensation Fixes Ticket2523 …
(edit) @90c2e40e   12 years michaelni vc1dec: vc1_mc_4mv_chroma4: match addressing between compensation and …
(edit) @e85ea7d3   12 years Clément Bœsch lavfi/frei0r: fix crash when parameters are not set.
(edit) @760f7d3a   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: compat: …
(edit) @09666236   12 years michaelni ffmpeg: drop old non monotone dts workaround. All bugs should now be …
(edit) @af2d964   12 years michaelni ffmpeg: set correct log context for non monotone dts workaround …
(edit) @b2a1d92b   12 years michaelni ffmpeg: port loglevel selection code to new dts workaround code …
(edit) @30c05f6b   12 years michaelni ffmpeg: fix pts handling in the non monotone dts workaround …
(edit) @007ee09d   12 years michaelni ffmpeg: fix the used maximum dts in the monotone dts workaround …
(edit) @26b89f62   12 years michaelni ffmpeg: use a max variable to hold the maximum dts Signed-off-by: …
(edit) @6b2fbdb0   12 years michaelni ffmpeg: Check dts before use in non monotone dts workaround …
(edit) @ee3824f6   12 years michaelni ffmpeg: limit non monotone workaround to audio & video streams …
Note: See TracRevisionLog for help on using the revision log.