source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f0ce3854   11 years michaelni Merge commit 'bc6461c2861b7d482a037d3b3e2b44ad48805fa0' * commit …
(edit) @cd88d894   11 years michaelni Merge commit 'fb3b2f5d923a6e19d80f21eb4e081674bceec810' * commit …
(edit) @80793afb   11 years michaelni Merge commit '2f02bbcca050936686482453078e83dc25493da0' * commit …
(edit) @11146a9b   11 years michaelni Merge commit '34150be515cd9c43b0b679806b8d01774960af78' * commit …
(edit) @ad48c937   11 years michaelni Merge commit '8e0cf39faf02536dca08f4fe628a66d1ae022fde' * commit …
(edit) @c4c2b2ea   11 years michaelni Merge commit '0a36988e48dd581d29e77f768f987738bdf365f0' * commit …
(edit) @5aab33de   11 years michaelni Merge commit 'f4bd9fe326ad1315a74206939ae56df93b940a09' * commit …
(edit) @153b870d   11 years michaelni Merge commit '17a63ff0cd187b9e50e4a47862750295976853b1' * commit …
(edit) @983c7f4   11 years michaelni Merge commit 'ee6280ca12696a67535ce2245c77190edc513794' * commit …
(edit) @3ec3f70d   11 years michaelni Merge commit 'e70ab7c1f5005041bba0e4efc1165410f83495b2' * commit … n2.3-dev
(edit) @e4a6310c   11 years michaelni update for 2.2 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @0a8c9020   11 years michaelni avcodec/utvideoenc: fix slice_bits size Fixes assertion failure …
(edit) @0c9dd939   11 years michaelni avformat/ac3dec: Use avpriv_ac3_parse_header2() Signed-off-by: …
(edit) @eadc21cf   11 years michaelni avcodec/ac3_parser: add avpriv_ac3_parse_header2() and use it in …
(edit) @df6d21c1   11 years michaelni avcodec/ac3: move new field to the end of AC3HeaderInfo This …
(edit) @52d928da   11 years michaelni avutil/opt: allow max=min=0 for pixel formats This is neccessary for …
(edit) @d46c3b81   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: latm: …
(edit) @bc6461c2   11 years anton af_compand: replace strtok_r() with av_get_token()
(edit) @fe660374   11 years michaelni Merge commit '6e4009d4cdf5927bdaedf58fcfc5e813b14c366b' * commit …
(edit) @fb3c33f3   11 years michaelni Merge commit '4cb6964244fd6c099383d8b7e99731e72cc844b9' * commit …
(edit) @ffb7d719   11 years michaelni avcodec/dcadec: use brackets to ensure that no slow division is used …
(edit) @747b033   11 years michaelni Merge commit '7686afd049be98d18663682b92d983340fa2c305' * commit …
(edit) @fb3b2f5d   11 years martin configure: Set the thread type after resolving dependencies A …
(edit) @2f02bbc   11 years diego build: Let the ffvhuff decoder/encoder depend on the huffyuv …
(edit) @34150be5   11 years diego build: Let the iac decoder depend on the imc decoder Almost all of …
(edit) @8e0cf39   11 years diego build: Let all MJPEG-related decoders depend on the MJPEG decoder …
(edit) @0a36988e   11 years diego build: Let AMV decoder depend on the SP5X decoder This codec compiles …
(edit) @baf3adc6   11 years michaelni Merge commit '08e3ea60ff4059341b74be04a428a38f7c3630b0' * commit …
(edit) @2cdbcc00   11 years michaelni x86: synth filter float: implement SSE2 version Timings for …
(edit) @5333e0dd   11 years michaelni Merge commit '57b1eb9f75b04571063ddec316e290c216c114ac' * commit …
(edit) @e346a593   11 years michaelni Merge commit 'ad507d7907457e678900bac132122ba7be4644cb' * commit …
(edit) @16924311   11 years michaelni x86: dcadsp: implement SSE lfe_dir Results for Arrandale/Windows: 32: …
(edit) @f4bd9fe3   11 years vittorio.giovara h264: fix clang warning about uninitialized variable
(edit) @17a63ff0   11 years vittorio.giovara h264: update flag name in ff_h264_decode_ref_pic_list_reordering() …
(edit) @ee6280ca   11 years vittorio.giovara h264: parse two additional constraint flags
(edit) @e70ab7c   11 years vittorio.giovara h264: add MVCD to the list of High profiles in SPS Also comment all …
(edit) @90f674d5   11 years michaelni Merge commit '87ec849fe9acba075c843e67bcd01f256f481a18' * commit …
(edit) @810eb285   11 years michaelni Merge commit 'a55546f48d55e3d1155840541b2be5f4f8cf18ab' * commit …
(edit) @2e88f82a   11 years michaelni Merge commit '92e598a57a7ce4b8ac9ea56274af39f5fd888311' * commit …
(edit) @18d870da   11 years michaelni Merge commit 'd6acefe05862af244fd5a30ae946ed507c063994' * commit …
(edit) @5ba16483   11 years michaelni Merge commit 'b23650491fbd579a4365f42bd42575afb7b53f7e' * commit …
(edit) @3aca10bf   11 years lu_zero latm: Always reconfigure if no extradata was set previously AAC LOAS …
(edit) @f3eef027   11 years michaelni avcodec/msvideo1: Fix palette in case of seek before decode Fixes …
(edit) @6e4009d4   11 years janne-libav arm: dcadsp: implement decode_hf as external NEON asm
(edit) @4cb69642   11 years janne-libav dcadec: simplify decoding of VQ high frequencies The vector …
(edit) @7686afd0   11 years janne-libav dca: factorize scaling in inverse ADPCM Based on a patch from …
(edit) @08e3ea6   11 years janne-libav x86: synth filter float: implement SSE2 version Timings for …
(edit) @57b1eb9f   11 years janne-libav dcadsp: scan coefficients linearly in dca_lfe_fir This change is …
(edit) @ad507d79   11 years janne-libav x86: dcadsp: implement SSE lfe_dir Results for Arrandale/Windows: 32: …
(edit) @87ec849f   11 years janne-libav dcadec: remove scaling in lfe_interpolation_fir The scaling factor is …
(edit) @a55546f   11 years diego proresenc: Reuse proper dsputil infrastructure for FDCT
(edit) @92e598a5   11 years diego prores: Drop DSP infrastructure for prores encoder bits None of the …
(edit) @d6acefe0   11 years diego proresenc: Drop unnecessary DCT permutation bits No permutation is …
(edit) @b2365049   11 years diego prores: Use consistent names for DSP arch initialization functions
(edit) @669043db   11 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: …
(edit) @e8e91a32   11 years michaelni Merge remote-tracking branch 'lukaszmluki/master' * …
(edit) @5c634cbe   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Give …
(edit) @9f4b55ef   11 years lukasz.m.luki lavf/ftp: fix seek to nagative position Signed-off-by: Lukasz Marek …
(edit) @0025f130   11 years lukasz.m.luki lavf/libssh: fix seek to nagative position Signed-off-by: Lukasz …
(edit) @2163a40a   11 years michaelni x86/imdct36: use sse3 instructions in the last BUTTERF step when …
(edit) @fbf98375   11 years michaelni x86/imdct36: don't build imdct36_float_sse on x86_64 targets There's …
(edit) @f2408ec9   11 years diego Give IDCT matrix transpose macro a more descriptive name This also …
(edit) @a05635ee   11 years michaelni avcodec/mjpegdec: convert CMYK to GBRAP Fixes Ticket2799 This should …
(edit) @501beae6   11 years michaelni avcodec/mjpegdec: fix decoding 4th plane Signed-off-by: Michael …
(edit) @6904168c   11 years michaelni avcodec/mjpegdec: Print error in case of CMYK Also fail if …
(edit) @681e72a6   11 years michaelni avcodec/mjpegdec: parse adobe_transform Signed-off-by: Michael …
(edit) @7e8be708   11 years michaelni avcodec/mjpegdec: Print human readable string for APPx Signed-off-by: …
(edit) @3ba05601   11 years Carl Eugen Hoyos Fix http authentication. Add parenthesis around "MD5" in the request …
(edit) @4f4cc43f   11 years michaelni avcodec/h264: allow mixing idr and non idr slices with frame threading …
(edit) @622d24e4   11 years michaelni avformat/mov: simplify code setting needs_parsing Signed-off-by: …
(edit) @649686d8   11 years michaelni avcodec/h264_refs: remove lost frames instead of disfavoring them …
(edit) @33a2b45c   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @64bb64f7   11 years michaelni avcodec/h264: fix droped frame handling also for threads > 1 Seems i …
(edit) @b5005def   11 years michaelni avcodec/h264: avoid using lost frames as references Fixes Ticket3386 …
(edit) @ead0dd3c   11 years Marton Balint lavfi/frei0r: factorize plugin loading with static path Reviewed-by: …
(edit) @35ead1f2   11 years Marton Balint lavfi/frei0r: search plugins in lib64 dirs on all architectures As …
(edit) @c4c5351f   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: build: …
(edit) @291e49d4   11 years anton af_compand: add a dependency on strtok_r
(edit) @a63ac110   11 years diego build: Do not redundantly specifiy H.263-related object files for …
(edit) @1524b0fa   11 years michaelni libavcodec/rawdec: avoid memcpy when performing 16-bit samples shift …
(edit) @baa650cc   11 years michaelni configure: use pkg-config to detect libbluray The current configure …
(edit) @bdadf05e   11 years michaelni avcodec/parser: put lost comments back Found-by: ubitux …
(edit) @9d297641   11 years onemda avformat/sdr2: h264 stream needs parsing Signed-off-by: Paul B Mahol …
(edit) @9f2a3bce   11 years onemda avfilter: remove superflous lines Signed-off-by: Paul B Mahol …
(edit) @a2e4b4e9   11 years onemda avfilter/af_compand: some more cosmetics to decrease difference with …
(edit) @8f946ac8   11 years michaelni avfilter: remove af_compand_fork All relevant changes except the …
(edit) @c62d83a5   11 years michaelni avfilter/af_compand: more cosmetics from libavfilter/af_compand_fork.c …
(edit) @05412f4c   11 years michaelni avfilter/af_compand: cosmetics from libavfilter/af_compand_fork.c …
(edit) @5e02ff3e   11 years michaelni avfilter/af_compand: switch defaults to libavfilter/af_compand_fork.c …
(edit) @619d6b8f   11 years michaelni avfilter/af_compand: "use local variable for channels" from …
(edit) @e509df4b   11 years michaelni avfilter/af_compand: error checks from libavfilter/af_compand_fork.c …
(edit) @4b879751   11 years michaelni avfilter/af_compand: pts init code from libavfilter/af_compand_fork.c …
(edit) @5c78fe08   11 years michaelni avfilter/af_compand: cosmetics and doxy comment from …
(edit) @66ad3292   11 years michaelni avfilter/af_compand: add Andrew Kelley to the copyright …
(edit) @86a191e2   11 years michaelni avfilter/af_compand: merge avframe code from af_compand_fork …
(edit) @27ba05ad   11 years michaelni avfilter/af_compand: merge uninit() calls on error from …
(edit) @8b804859   11 years michaelni avfilter/af_compand: also support '|' as seperator Signed-off-by: …
(edit) @1df1a1fe   11 years michaelni avfilter/af_compand_fork: avoid strtok_r() so as not to break build …
(edit) @22307f17   11 years michaelni avfilter/af_compand: whitespace changes from af_compand_fork …
(edit) @5d166de2   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavfi: …
Note: See TracRevisionLog for help on using the revision log.