source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @8f0f678   9 years michaelni ffmpeg: Do not use the data/size of a bitstream filter after failure …
(edit) @49038fc1   9 years michaelni Merge commit '41740ef8be6ec409f7eff3932ddba9a9eeec27b1' * commit …
(edit) @7e63a622   9 years michaelni Merge commit 'a88e21f5b78ef5e75b073ecbfd4e92921002a703' * commit …
(edit) @8f454c31   9 years michaelni Merge commit 'c2de2cf0d2927f3f584dab6d54276fbda92a0a71' * commit …
(edit) @41740ef8   9 years janne-libav libvpx: fix test for VPX_IMAGE_ABI_VERSION
(edit) @a88e21f5   9 years janne-libav Fix missing symbols when libvpx has only vp8 enabled Signed-off-by: …
(edit) @c2de2cf0   9 years janne-libav arm64: constify src in h264qpel dsp function definitions
(edit) @041aa800   9 years michaelni avformat/mp3dec: Remove the ID3v1 tag removial code The code is …
(edit) @89a420b7   9 years michaelni avcodec/mpegaudio_parser: Discard ID3v1 tag at the end Ideally this …
(edit) @b23d2bac   9 years michaelni lavf/libssh: implement move and delete callbacks Reviewed-by: Lukasz …
(edit) @0cce94f   9 years michaelni lavf/libssh: read empty path from url as / Reviewed-by: Lukasz Marek …
(edit) @e96f0a69   9 years michaelni lavf/libssh: implement directory listing callbacks Signed-off-by: …
(edit) @71034163   9 years michaelni lavf/libsmbclient: implement move and delete callbacks Reviewed-by: …
(edit) @94a43dcf   9 years michaelni lavf/brstm: add FATE tests for BFSTM and BCSTM files Signed-off-by: …
(edit) @0416b5e   9 years michaelni avcodec/jpeg2000dwt: Replace /2 by >>1 Divisions can be slow if the …
(edit) @e22edbfd   9 years James swscale/x86/rgb2rgb_template: fix signedness of v in …
(edit) @0c15f2f1   9 years James swscale/x86/rgb2rgb_template: don't call emms on sse2/avx functions …
(edit) @910eeab4   9 years James swscale/x86/rgb2rgb_template: add missing xmm clobbers Reviewed-by: …
(edit) @9f997acd   9 years michaelni avcodec/texturedspenc: Add () to protect macro / argument evaluation …
(edit) @88325c2e   9 years gwenole.beauchesne vaapi_h264: fix RefPicList[] field flags. Use new H264Ref.reference …
(edit) @c06fdacc   9 years clement vda: unlock the pixel buffer base address. The pixel buffer base …
(edit) @813b2f0d   9 years Philip Langdale movtextdec.c: Improve upon dynarrays and text_to_ass Signed-off-by: …
(edit) @76043580   9 years michaelni swscale/rgb2rgb_template: Fix signedness of v in …
(edit) @abb833c5   9 years michaelni swscale/rgb2rgb_template: Implement shuffle_bytes_0321_c and fix …
(edit) @7a4b8817   9 years michaelni avcodec/texturedsp: Add protective () to RGBA() macro Signed-off-by: …
(edit) @b64e704   9 years michaelni avformat/mpegts: Use STREAM_TYPE_PRIVATE_DATA instead of 6 …
(edit) @b368428f   9 years michaelni avformat/electronicarts: Fixed ea_probe function to accept vp6a videos …
(edit) @8575d960   9 years michaelni tests/fate/image: also run fate-sgi for the fate-image target …
(edit) @2de6d136   9 years michaelni Changelog: Move HAP to the correct section Signed-off-by: Michael …
(edit) @21d2e3d6   9 years michaelni avcodec/dds: Fix palettes on big endian Signed-off-by: Michael …
(edit) @ff68b839   9 years michaelni Merge commit '5c018ee18895f88e9e1d2174059dcdd48bf872d2' * commit …
(edit) @f067ee57   9 years michaelni avcodec/jpeg2000dwt: Move large arrays used in the test code away from …
(edit) @8428e2c5   9 years michaelni avcodec/jpeg2000dwt: Print 1 digit less in the 9/7f DWT test This …
(edit) @19dc1ed4   9 years michaelni avcodec/jpeg2000dwt: Use a tighter check threshold for the 9/7f DWT …
(edit) @55219a78   9 years michaelni Merge commit '7ca3e5203f133eb41a0b5c3a1d753a7427ba72e7' * commit …
(edit) @4df3cf90   9 years michaelni swscale/rgb2rgb_template: Disable shuffle_bytes_2103_c on big endian …
(edit) @a5b2b22d   9 years michaelni Merge commit 'c0b105756f61d253bdabcc2bb49453a2557e7c3b' * commit …
(edit) @d1dc22dd   9 years michaelni Merge commit '8337e0c57345f24cf6471220e5f8a0ea21b7c1d0' * commit …
(edit) @9e5b0f07   9 years michaelni Merge commit '2ecfd451649c7a08cb633635df98e59f7c6e2140' * commit …
(edit) @f627684   9 years michaelni avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for block functions …
(edit) @2abdc6f   9 years michaelni fate: add some tests for ffv1 level 3 with 8/10/16 bps Signed-off-by: …
(edit) @d4325b2f   9 years michaelni swr: Remember previously set int_sample_format from user …
(edit) @0dd2790d   9 years michaelni swresample/swresample: Clear delayed_samples_fixup in clear_context() …
(edit) @5c018ee1   9 years vittorio.giovara DirectDraw Surface image decoder Signed-off-by: Vittorio Giovara …
(edit) @7ca3e52   9 years vittorio.giovara Hap decoder and encoder Signed-off-by: Vittorio Giovara …
(edit) @c0b10575   9 years vittorio.giovara txd: Use the TextureDSP module for decoding Using the internal DXTC …
(edit) @8337e0c5   9 years vittorio.giovara Introduce a TextureDSP module This module implements generic texture …
(edit) @2ecfd451   9 years vittorio.giovara Implement Snappy decompression Signed-off-by: Vittorio Giovara …
(edit) @824a82d1   9 years michaelni lavf/file: implement move and delete callbacks Signed-off-by: Michael …
(edit) @80e18bb4   9 years michaelni lavf/avio: Extend API with avio_move() and avio_delete() …
(edit) @8fb672b5   9 years michaelni Merge commit '61dc9d647c6664e11674d9a10fdde29987d6acda' * commit …
(edit) @61dc9d64   9 years lu_zero udp: Fix local_port management The default value for unset is -1, not …
(edit) @4e926fb9   9 years michaelni avcodec/jpeg2000: Move L band scaling from the 9/7f wavelet to …
(edit) @b1fdf81c   9 years michaelni avcodec/jpeg2000dwt: use 32x32->64 multiplies in the 9/7i DWT This …
(edit) @6c7b1597   9 years michaelni avcodec/jpeg2000: Move H band scaling from wavelet into quantization …
(edit) @69f7ccef   9 years michaelni avcodec/jpeg2000dwt: Move K/X constants to header this makes them …
(edit) @1c495b0b   9 years michaelni avcodec/jpeg2000: Move gainb handling into the quantization code …
(edit) @6504047   9 years Reynaldo H. Verdejo Pinochet ffserver: drop unneeded else branching Signed-off-by: Reynaldo H. …
(edit) @758c7a5c   9 years Reynaldo H. Verdejo Pinochet ffserver: drop unneeded else branching Signed-off-by: Reynaldo H. …
(edit) @683f573   9 years Reynaldo H. Verdejo Pinochet ffserver: drop unneeded else branching Signed-off-by: Reynaldo H. …
(edit) @d8a04d91   9 years Reynaldo H. Verdejo Pinochet ffserver: formating Signed-off-by: Reynaldo H. Verdejo Pinochet …
(edit) @c70c6be   9 years michaelni swresample: soxr implementation for swr_get_out_samples() …
(edit) @1e70086   9 years michaelni Merge commit '8655c54160767de1a6b96f8bc310d6e4eaceff48' * commit …
(edit) @30e9ebb1   9 years michaelni Merge commit '05bf3f54e6078716f6267df530bf1d474ca3d606' * commit …
(edit) @f399f826   9 years michaelni Merge commit 'c060d046aa2f89c0e601a2dcfbce53f0e36cf498' * commit …
(edit) @ae215e2b   9 years michaelni Merge commit '6ec688e1bc76dd93151cbca1c340162ae4b10d77' * commit …
(edit) @3bcf61f4   9 years michaelni avcodec/jpeg2000dwt: Fix value of F_LFTG_X and I_LFTG_X Even if the …
(edit) @5de3a589   9 years michaelni swresample/swresample: Print used int_sample_fmt Suggested-by: wm4 …
(edit) @49776924   9 years michaelni swresample: Choose 16bit internally only if input and output is 16bit …
(edit) @4299f085   9 years michaelni avcodec/jpeg2000dwt: also test 9/7 float DWT Signed-off-by: Michael …
(edit) @8655c541   9 years lu_zero libvpx: Support the vp9 extended profiles Bump the minimum libvpx …
(edit) @6528b90d   9 years michaelni avcodec/jpeg2000dwt: List differences for DWT test Signed-off-by: …
(edit) @aa594415   9 years michaelni avcodec/jpeg2000dwt: increase the number of test iterations the code …
(edit) @d23b3f39   9 years michaelni avcodec/jpeg2000dwt: Also test 9/7 integer DWT Signed-off-by: Michael …
(edit) @3bd46914   9 years michaelni avcodec/jpeg2000dwt: Allow testing with a maximum allowed difference …
(edit) @a49154e9   9 years onemda avformat/brstm: support little-endian s16 PCM Signed-off-by: Paul B …
(edit) @0f673519   9 years onemda lavc/adpcm: THP: don't use the ADPC/SEEK table when not seeking This …
(edit) @d2ce1009   9 years onemda lavf/brstm: handle a BFSTM endianness oddity
(edit) @9c9cf395   9 years onemda lavf/brstm: add support for seeking
(edit) @70a39bc   9 years onemda lavf/brstm: cleanup; fix short-block demuxing
(edit) @6c56827   9 years onemda lavf/brstm: move bfstm var to a local
(edit) @6c8a0526   9 years michaelni avformat/rawenc: Store sample number for ADX Fixes Ticket4540 …
(edit) @95ee0fba   9 years onemda Support demuxing 4gv codec stored in qcp files Signed-off-by: Paul B …
(edit) @54649cbd   9 years michaelni ffmpeg_opt: Fix handling of creation_time now Fixes Ticket4495 …
(edit) @f98c3ec5   9 years michaelni avformat/movenc: Check return code of ff_iso8601_to_unix_time() …
(edit) @dde6b2a3   9 years michaelni avcodec/mjpegdec: dont try to combine fields for decimated multiscope …
(edit) @9b747500   9 years jzern libvpxenc: support setting colorspace for vp9 the vp9 bitstream …
(edit) @631d56f   9 years michaelni lavc/adpcm: THP: fix indentation Signed-off-by: Michael Niedermayer …
(edit) @e70fd57d   9 years michaelni avcodec/mqcenc: Remove unused variable Signed-off-by: Michael …
(edit) @7cbb52ec   9 years michaelni libavfilter/formats: Fix parsing of channel specifications with a …
(edit) @6b547180   9 years michaelni lavc/adpcm: THP: allow channel counts up to 10 Reviewed-by: Paul B …
(edit) @db426031   9 years michaelni lavf/brstm: allow larger block sizes Reviewed-by: Paul B Mahol …
(edit) @d4c9eced   9 years michaelni lavf/brstm: support little-endian files (BCSTM; 3DS) Signed-off-by: …
(edit) @8e7a06aa   9 years michaelni lavc/adpcm: THP: handle packets with sample counts not divisible by 14 …
(edit) @7e7256c3   9 years michaelni lavc: add little-endian ADPCM_THP decoder Signed-off-by: Michael …
(edit) @f230b967   9 years michaelni fate: add avfilter/formats-test Signed-off-by: Michael Niedermayer …
(edit) @50ee1734   9 years michaelni avfilter/formats: Add test for ff_parse_channel_layout() …
(edit) @bb9f4f94   9 years michaelni avcodec/jpeg2000dec: Replace TPsot check by assert The condition is …
(edit) @5ba9ec82   9 years michaelni avcodec/jpeg2000dec: Increase tile part limit to 256 This is the …
(edit) @05bf3f54   9 years lu_zero libvpx: Do not set vp8 only parameters when encoding in vp9
Note: See TracRevisionLog for help on using the revision log.