source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @dff4aa6a   11 years michaelni Merge commit 'efcde917af407a6031ecff68edd51fce7b83d104' * commit …
(edit) @579e2b28   11 years michaelni Merge commit '23f741f79327e31be7b2a75ebb2e02111e06e52f' * commit …
(edit) @1c0ce2d4   11 years michaelni Merge commit '4efdadc8ec50332c812e8a95e8c67f5a260e7cb0' * commit …
(edit) @69de229b   11 years michaelni Merge commit '6df478bf891b9fc5626e4a0b993899f310ba0a1c' * commit …
(edit) @40beec6   11 years michaelni Merge commit '5fdaf312c5541b77b6364db8b49d6abb416a25c0' * commit …
(edit) @61301ca7   11 years michaelni Merge commit '54ed488b1af583df6c9d2a73b4a44f16b7e4f82c' * commit …
(edit) @03ffaed3   11 years michaelni Merge commit 'd6b9ce99ea384fb676561461768b8316725a4ccd' * commit …
(edit) @ef13967e   11 years michaelni Merge commit 'f13ffb6636fdecb5e3e0ddcff48f096e7b3db362' * commit …
(edit) @efcde91   11 years anton vorbiscomment: simplify API by using av_dict_count()
(edit) @23f741f7   11 years anton matroskadec: parse the channel layout mask for FLAC It is commonly …
(edit) @4efdadc8   11 years anton matroskadec: export just the STREAMINFO block as FLAC extradata It …
(edit) @6df478bf   11 years anton matroskadec: split parsing tracks into a separate function
(edit) @5fdaf31   11 years anton flac: make avpriv_flac_parse_block_header() inline This avoids all …
(edit) @54ed488b   11 years anton flac muxer: write WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag for …
(edit) @d6b9ce99   11 years anton flac demuxer: parse the WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag It is …
(edit) @f13ffb66   11 years anton flacdec: do not overwrite a channel layout set by the caller The …
(edit) @8518da23   11 years michaelni ffmpeg: add -devices param FFmpeg mix devices and file formats when …
(edit) @bbc10a1a   11 years michaelni libavformat/utils: Fix segfault on m4a cover artwork parsing …
(edit) @12875df3   11 years michaelni Timecode: Support 48fps Signed-off-by: Michael Niedermayer …
(edit) @919c320f   11 years michaelni avformat/oggenc: fix EOS flag This corrects the bug that caused the …
(edit) @b5657516   11 years michaelni Merge commit '9767d7c092c890ecc5953452e8a951fd902dd67b' * commit …
(edit) @5313d60   11 years michaelni Merge commit '1d3eb0b5735f6dd72d2bf648455cf06ac7c24bc1' * commit …
(edit) @48a6916   11 years michaelni Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c' * commit …
(edit) @e2abc0d5   11 years michaelni Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d' * commit …
(edit) @43c57db   11 years michaelni Merge commit '888dcd86755d37e55fd74166f6d38ad66d41db58' * commit …
(edit) @d84286b1   11 years michaelni Merge commit 'f1df0a4c08b54e722e7a2c797d0d31c7f2c531d0' * commit …
(edit) @5be8c276   11 years michaelni avformat/rtspdec: Use av_mallocz_array() Signed-off-by: Michael …
(edit) @28706178   11 years michaelni avcodec/vp3: use av_mallocz_array() Signed-off-by: Michael …
(edit) @0674da99   11 years michaelni avcodec/cavs: use av_mallocz_array() Signed-off-by: Michael …
(edit) @8a64ea76   11 years lou doc/filters: amix only supports float samples Signed-off-by: Lou …
(edit) @9767d7c0   11 years martin oggenc: Flush after writing headers Before, header information for …
(edit) @1d3eb0b5   11 years martin oggenc: Move ogg_write_pages up above ogg_write_header Signed-off-by: …
(edit) @1853e2cb   11 years michaelni avfilter/formats: Avoid using non public AV_SAMPLE_FMT_NB …
(edit) @512f3ffe   11 years diego dsputil: Split off HuffYUV encoding bits into their own context Also …
(edit) @0d439fbe   11 years diego dsputil: Split off HuffYUV decoding bits into their own context Also …
(edit) @0d26264   11 years michaelni avfilter/vf_drawtext: Avoid using non public AV_PIX_FMT_NB …
(edit) @ee0c91cc   11 years michaelni avfilter/vf_telecine: Avoid using non public AV_PIX_FMT_NB …
(edit) @515e8aed   11 years michaelni avfilter/vf_transpose: Avoid using non public AV_PIX_FMT_NB …
(edit) @e10ac3a1   11 years michaelni avfilter/vf_swapuv: Avoid using non public AV_PIX_FMT_NB …
(edit) @cfa0ad6   11 years michaelni avfilter/vf_noise: Avoid using non public AV_PIX_FMT_NB …
(edit) @1dbc9846   11 years michaelni avfilter/vf_mergeplanes: Avoid using non public AV_PIX_FMT_NB …
(edit) @c0f8801e   11 years michaelni avfilter/il: Avoid using non public AV_PIX_FMT_NB Signed-off-by: …
(edit) @5feac96f   11 years michaelni avfilter/hflip: Avoid using non public AV_PIX_FMT_NB Signed-off-by: …
(edit) @f3fdc32e   11 years michaelni avfilter/crop: Avoid using non public AV_PIX_FMT_NB Signed-off-by: …
(edit) @64fb19cc   11 years michaelni avfilter/formats: Avoid using non public AV_PIX_FMT_NB Signed-off-by: …
(edit) @0f17bc64   11 years michaelni Improve the detection of architecture x86. This fixes building on …
(edit) @58632070   11 years michaelni x86/dsputilenc: use HADDD in ff_sse16_sse2 Signed-off-by: James Almer …
(edit) @888dcd86   11 years diego h264_picture: Remove pointless dsputil.h #include
(edit) @f1df0a4c   11 years diego on2avc: Remove pointless dsputil.h #include
(edit) @e64e079e   11 years michaelni x86/dsputilenc: implement SSE2 version of diff_pixels Signed-off-by: …
(edit) @a0c5cd34   11 years michaelni avcodec/x86/dsputilenc: set the count of SSE registers correctly for …
(edit) @a1cb4efd   11 years michaelni Merge commit '7cc4c9f32f446feaec5447e3d097e8147e35f156' * commit …
(edit) @50ffd843   11 years michaelni Merge commit 'b03b2d86aa9d79670825b42d8a8a7c41f59cb444' * commit …
(edit) @cdf6a944   11 years michaelni Merge commit 'a7d070acb55c3ebbdd5e93e3366f32865732b8a3' * commit …
(edit) @de5ec088   11 years michaelni Merge commit '862f33c10ea38ea49fa4188725df5e5246dbd1d8' * commit …
(edit) @a37f2cc5   11 years michaelni avfilter/vf_format: fix duplicate ; Signed-off-by: Michael …
(edit) @6e9dbee   11 years michaelni Merge commit '45fc73edfe071f9690e8671ed2dc402b1cb02ece' * commit …
(edit) @e222cfef   11 years michaelni Merge commit '4d8c28deab2488579f585406110b1be790896e59' * commit …
(edit) @e6a08464   11 years michaelni avformat/utils: set max analyze duration depending on the …
(edit) @52887aa4   11 years michaelni avformat: move default for max_analyze_duration into utils.c this way …
(edit) @7cc4c9f3   11 years anton lavfi/formats: avoid using AV_{PIX,SAMPLE}_FMT_NB Thatt hardcodes the …
(edit) @b03b2d8   11 years anton buffersrc: avoid using AV_PIX_FMT_NB That hardcodes the number of …
(edit) @a7d070ac   11 years anton vf_fieldorder: avoid using AV_PIX_FMT_NB That hardcodes the number of …
(edit) @862f33c   11 years anton vf_scale: use the pixfmt descriptor API Avoid using AV_PIX_FMT_NB, …
(edit) @45fc73ed   11 years anton vf_format: rework format list parsing Avoid using AV_PIX_FMT_NB, …
(edit) @60ef6124   11 years lou MAINTAINERS: add Trac maintainers Signed-off-by: Lou Logan <lou@lrcd.com>
(edit) @5b1a56b3   11 years lou doc/ffmpeg: note that -t is also an input option Signed-off-by: Lou …
(edit) @2dbf5e7   11 years lou configure: s/solving/solve Signed-off-by: Lou Logan <lou@lrcd.com>
(edit) @53bac1b4   11 years u doc: add a tutorial for writing filters.
(edit) @d35000c2   11 years michaelni avcodec/g723_1: fix writing into input frame data and warning …
(edit) @2d56f0d0   11 years michaelni Write the actual mp3 frame size when muxing into caf if available. …
(edit) @2db89765   11 years michaelni Merge remote-tracking branch 'cigaes/master' * cigaes/master: …
(edit) @99d742aa   11 years michaelni configure: uClibc native pthread requires -ldl In the configure …
(edit) @86ae0da6   11 years michaelni x86: hpeldsp: propagate changes across codecs Some codecs still use …
(edit) @fc9c857c   11 years george ffmpeg: use thread message API.
(edit) @55cc60cd   11 years george lavu: add thread message API.
(edit) @58a10e0e   11 years george compat/w32pthreads: add return value to pthread_cond_init().
(edit) @96470ca2   11 years michaelni avformat/mov: allow seeking back to the begin even if nothing is …
(edit) @d2eacbb7   11 years michaelni doc/APIchanges: fix typo in date
(edit) @d236d490   11 years michaelni update APIchanges & version for c37d179 Signed-off-by: Michael …
(edit) @c37d1792   11 years michaelni avformat: add format_probesize to allow tuning the maximum amount of …
(edit) @b0d0e29f   11 years michaelni avcodec/sgirledec: fix () in RBG323_TO_BGR8() macro Signed-off-by: …
(edit) @9f50d3b9   11 years michaelni avcodec/rv34: Fix () in GET_PTS_DIFF() macro Signed-off-by: Michael …
(edit) @a45e6b7b   11 years michaelni avcodec/psymodel: Fix () in AAC_CUTOFF() macro Signed-off-by: Michael …
(edit) @e5dc7439   11 years michaelni avcodec/proresenc_anatoliy: Fix () in macros Signed-off-by: Michael …
(edit) @a3950a90   11 years michaelni Revert "x86: dsputilenc: convert ff_sse{8, 16}_mmx() to yasm" This …
(edit) @9babf137   11 years michaelni avcodec/msvideo1enc: Fix () in MKRGB555() macro Signed-off-by: …
(edit) @eb718f4c   11 years michaelni avcodec/opus: Fix () in ROUND_MULL() macro Signed-off-by: Michael …
(edit) @d62a4707   11 years michaelni avcodec/opus_celt: Fix () in CELT_PVQ_V macro Signed-off-by: Michael …
(edit) @c163f5e6   11 years michaelni avcodec/pngdec: fix () in OP_* macros Signed-off-by: Michael …
(edit) @ad733089   11 years michaelni x86: dsputilenc: convert ff_sse{8, 16}_mmx() to yasm Signed-off-by: …
(edit) @6e725f19   11 years michaelni configure: try to fix the disappearing "r" bug in fate Signed-off-by: …
(edit) @ee9b019   11 years michaelni Merge commit 'e0d01dc7d7fc3ce4c23f286a10870e9599c8b8b9' * commit …
(edit) @657c6032   11 years u avcodec/webvttenc: do not use EOVERFLOW. According to doc/errno.txt …
(edit) @4d8c28d   11 years anton imgutils: make systematic palette opaque. Signed-off-by: Anton …
(edit) @cf7ff014   11 years michaelni avcodec/mss4: Fix () in MKVAL() macro Signed-off-by: Michael …
(edit) @6e720c5c   11 years michaelni avcodec/mss34dsp: fix () in SOP* macros Signed-off-by: Michael …
(edit) @fa160af0   11 years michaelni avcodec/mlpdec: fix () in MSB_MASK() macro Signed-off-by: Michael …
(edit) @f276bf30   11 years michaelni avcodec/ivi_dsp: add some missing () to macros Signed-off-by: Michael …
(edit) @70f671c3   11 years michaelni avcodec/hevc: fix () in macros Signed-off-by: Michael Niedermayer …
Note: See TracRevisionLog for help on using the revision log.