source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @58e1de72   13 years stefasab ffprobe: set AV_LOG_SKIP_REPEATED log flag Consistent with ffmpeg and …
(edit) @01616f12   13 years Carl Eugen Hoyos Fix linesize for rawvideo in mov. Fixes ticket #823.
(edit) @ef3a19d5   13 years Carl Eugen Hoyos Fix compilation with yasm-0.6.2
(edit) @05577aaf   13 years michaelni sws: yuv2rgb asm, add memory clobber. This fixes dithering for …
(edit) @0512574   13 years michaelni ico: reject icon entries that are smaller than sizeof(BITMAPHEADER) …
(edit) @90dbd081   13 years michaelni ico: ignore IconEntry.bpp value, and favour BITMAPHEADER.NumColors
(edit) @bd3a12d6   13 years michaelni ico: consider IconEntry.NumColors of 255 to be ambiguous …
(edit) @3e8a368b   13 years michaelni lavc: constify enums for .pix_fmts Signed-off-by: Michael Niedermayer …
(edit) @bd36ec55   13 years michaelni bmpdec: proper check for alpha Signed-off-by: Michael Niedermayer …
(edit) @f068ce57   13 years michaelni avfilter: pool draining and self destruction support. This should fix …
(edit) @4fd1e2e4   13 years stefasab ffprobe: fix leak in show_packets() Call av_free_packets() at each …
(edit) @7328c2fc   13 years stefasab ffprobe: replace av_destruct_packet() with av_free_packet() …
(edit) @a8b0ece6   13 years stefasab lavfi/testsrc: add "d" alias for the duration option
(edit) @794006f8   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: fft: …
(edit) @4093d130   13 years Carl Eugen Hoyos Support encoding RGB48 with libopenjpeg. Reviewed-by: Michael Bradshaw
(edit) @5387f991   13 years michaelni cabac: Try to disable problematic ASM for gcc-llvm 4.2.1 This should …
(edit) @bc115800   13 years michaelni sws: Remove unneeded YUV cliping from yuv2rgb_X_c_template() This …
(edit) @8b87fd98   13 years michaelni bmpenc: support for BGRA Signed-off-by: Michael Niedermayer …
(edit) @ba6e36f9   13 years michaelni swscale: Force full horizontal chroma internally when the output has a …
(edit) @84d0fcf2   13 years michaelni libmp3lame: It appears the buffer used is a bit too small. Increase …
(edit) @e7d02b04   13 years janne-libav fft: init functions with INIT_XMM/YMM. This is required to handle …
(edit) @ca1bae39   13 years Clément Bœsch timecode: support >24h timecode.
(edit) @f1db9916   13 years Clément Bœsch timecode: string representation can be negative. Timecode can be …
(edit) @98aafc5b   13 years Clément Bœsch timecode: set a fixed buffer size of 16B for tc string.
(edit) @56f22b7e   13 years justin.ruggles pcmenc: set frame_size to 0. This indicates that the actual frame …
(edit) @0644cabd   13 years michaelni sws: Move yuv2rgb clipping into the tables. This fixes some cases …
(edit) @7c4b3975   13 years michaelni bmpdec: support various bitfields for 32 bit depth Fixes #740
(edit) @106f714d   13 years michaelni Revert "v4l2: poll the file descriptor" This reverts commit …
(edit) @f01f6a84   13 years justin.ruggles gsm demuxer: use generic seeking instead of a gsm-specific function. …
(edit) @467879eb   13 years justin.ruggles gsm demuxer: return packets with only 1 gsm block at a time. fixes …
(edit) @82390f57   13 years justin.ruggles avcodec: add GSM parser The WAVE demuxer returns packets with many …
(edit) @f1355dfc   13 years diego doc: Replace ffmpeg references in avserver config file by avconv.
(edit) @1466a518   13 years diego doc: Fix names of av_log color environment variables.
(edit) @5ea20630   13 years diego Fix a bunch of platform name and other typos.
(edit) @cf53a212   13 years siretart Add some missing changelog entries and release 0.8_beta2 …
(edit) @98dfdfdd   13 years stefasab tiffdec: notify user that tile support is missing Signed-off-by: …
(edit) @c3ff0713   13 years Carl Eugen Hoyos Fix step_minus1 pixel descirption for RGB64.
(edit) @014f8d81   13 years siretart No longer build libpostproc by default update documentation to inform …
(edit) @550f7c43   13 years michaelni Fixes wrong duration in .mov file. Issue 599 Signed-off-by: Michael …
(edit) @ac7efd33   13 years michaelni sws: fix unscaled LE<->BE rgb<->bgr Signed-off-by: Michael …
(edit) @6fe7b572   13 years michaelni doc: Fix stray references to libva Signed-off-by: Michael Niedermayer …
(edit) @0e7fc3ca   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (22 …
(edit) @68e252f5   13 years janne-libav wtv: fix memleaks during normal operation
(edit) @f6a152db   13 years janne-libav threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavs
(edit) @a9bd29e1   13 years michaelni Merge remote-tracking branch 'richardpl/sws' * richardpl/sws: …
(edit) @f4a01d77   13 years michaelni x86inc: remove duplicate movlhps Signed-off-by: Michael Niedermayer …
(edit) @24be30de   13 years michaelni ljpegdec: Fix the left column of rgb24 decoding Fixes Ticket894 …
(edit) @9472d37d   13 years janne-libav rv34: frame-level multi-threading Statistics for bourne.rmvb -an -f …
(edit) @3ab7700   13 years janne-libav mpegvideo: claim ownership of referenced pictures Under certain …
(edit) @0cc88646   13 years stefasab ffprobe: use av_toupper() in upcase_string()
(edit) @17ce5291   13 years alex.converse aacsbr: prevent out of bounds memcpy(). Fixes Libav Bug 195. This …
(edit) @31801ded   13 years michaelni Merge remote-tracking branch 'hexene/stagefright' * …
(edit) @4556ebfb   13 years justin.ruggles ipmovie: fix pts for CODEC_ID_INTERPLAY_DPCM frame sample count …
(edit) @e9626eb3   13 years justin.ruggles sierravmd: fix audio pts The duration of the first packet was being …
(edit) @5ab6f0fe   13 years michaelni Revert "swscale: fix integer overflows in RGB pixel writing." This …
(edit) @29112db8   13 years rsbultje bethsoftvideo: Use bytestream2 functions to prevent buffer overreads. …
(edit) @296a3382   13 years onemda rgb2rgb: remove unused bgr8torgb8() RGB8 and BGR8 are paletted …
(edit) @5aac7615   13 years Carl Eugen Hoyos RELEASE: We're now at 0.9.1.git
(edit) @4ad40d6d   13 years onemda rgb2rgb: rgb12tobgr12()
(edit) @27703062   13 years onemda rgb2rgb: allow conversion for <15 bpp
(edit) @047a28f7   13 years onemda bmpenc: support for PIX_FMT_RGB444
(edit) @a6839c4e   13 years onemda bmpdec: support for rgb444 with bitfields compression Do not display …
(edit) @84e5159e   13 years rsbultje bmpenc: support for PIX_FMT_RGB444 Signed-off-by: Ronald S. Bultje …
(edit) @93d49cba   13 years stefasab ffprobe: add compact option to JSON writer
(edit) @5226be0d   13 years stefasab ffprobe: add -show_program_version and -show_library_versions options
(edit) @b14fa557   13 years siretart swscale: fix crash in fast_bilinear code when compiled with …
(edit) @d3e43516   13 years stefasab ffprobe: make upcase_string() ignore non-ASCII characters This is …
(edit) @cd445216   13 years rsbultje swscale: specify register type. Fixes a compilation failure on win64. …
(edit) @d7b786e9   13 years naufal22 libstagefright: fix build - Use headers from gingerbread-release …
(edit) @e652cc96   13 years janne-libav rv34: use get_bits_left() It is not necessary to store the bit stream …
(edit) @ac646076   13 years anton avconv: reinitialize the filtergraph on resolution change. This is a …
(edit) @5d25140f   13 years anton vsrc_buffer: error on changing frame parameters.
(edit) @7b9373db   13 years anton avconv: fix -copyinkf. This option only applies to streamcopy, but is …
(edit) @5c7c9a9f   13 years martin fate: Update file checksums after the mov muxer change in a78dbada55d6 …
(edit) @a78dbada   13 years martin movenc: Don't store a nonzero creation time if nothing was set by the …
(edit) @353a2d21   13 years rsbultje bmpdec: support for rgb444 with bitfields compression Do not display …
(edit) @2169f971   13 years michaelni fate: Disable fate-wmv8-x8intra This test does not work on all …
(edit) @7e2ba2df   13 years michaelni mjpeg: update whitespaces to qatar
(edit) @0b8b3387   13 years rsbultje rgb2rgb: allow conversion for <15 bpp Signed-off-by: Ronald S. Bultje …
(edit) @0c50edb7   13 years lu_zero doc: fix stray reference to FFmpeg
(edit) @b6db3859   13 years lu_zero v4l2: use C99 struct initializer Remove some unneeded memsets.
(edit) @0efd48df   13 years lu_zero v4l2: poll the file descriptor Instead of busy waiting use poll();
(edit) @b8c310c   13 years lu_zero v4l2: support compressed formats Let pass the codec name to …
(edit) @dd3ca3e   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …
(edit) @da2e774f   13 years rsbultje kmvc: Use bytestream2 functions to prevent buffer overreads. …
(edit) @4805a33   13 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @73f2cf4e   13 years Marton Balint ffplay: Exit on ctrl-c. This allows to get out of ffplay if it or SDL …
(edit) @ceb0dd9f   13 years Carl Eugen Hoyos Support decoding 1bpp and 4bpp palettized sunrast images. Fixes …
(edit) @625751c4   13 years Clément Bœsch log: use a different color for debug (green).
(edit) @e20a4881   13 years Carl Eugen Hoyos pngdec: show verbose message for unsupported files
(edit) @a67b8c86   13 years alex.converse fate: Add tests for more AAC features. al15_44 uses independent …
(edit) @9de3cbc   13 years alex.converse aacps: Add missing newline in error message.
(edit) @cd6e34d   13 years alex.converse fate: Add tests for vc1/wmapro in ism.
(edit) @46ef355c   13 years alex.converse aacdec: Add a fate test for 5.1 channel SBR.
(edit) @4acd43a2   13 years alex.converse aacdec: Turn off PS for multichannel files that use PCE based configs. …
(edit) @f247f4cf   13 years michaelni cabac: 3rd try at working around a compiler bug in clang. Switch to a …
(edit) @1ef8ff45   13 years diego cabac: remove put_cabac_u/ueg from cabac-test. The functions are not …
(edit) @3b1355bb   13 years stefasab ffprobe: change formatting logic in the JSON writer Print a "\n" at …
(edit) @48f37b1d   13 years stefasab ffprobe: implement generic reindent logic in the JSON writer …
(edit) @4231bbbf   13 years Reimar.Doeffinger sgidec: make compiler optimize away memcpy call in inner loop. Using …
Note: See TracRevisionLog for help on using the revision log.