source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e8ea9c21   14 years stefano.sabatini-lala drawtext: reindent after the previous commit
(edit) @ce207e05   14 years stefano.sabatini-lala drawtext: fix strftime() text expansion The feature was dropped after …
(edit) @9763420   14 years michaelni rawdec: Allow overriding top field first. Iam not sure this is the …
(edit) @19878374   14 years michaelni ffmpeg: initialize input_codec array earlier. Signed-off-by: Michael …
(edit) @5319f48   14 years michaelni cmdutils: Allocate private decoder context if its not allocated yet. …
(edit) @68bed67d   14 years stefano.sabatini-lala pngdec: relax condition for setting monoblack pixel format Ignore …
(edit) @85eedcf6   14 years Carl Eugen Hoyos Support decoding of 1bpp rawvideo in avi (ticket 205).
(edit) @0eba7fc2   14 years Carl Eugen Hoyos Support decoding of 2bpp rawvideo in avi (ticket 206).
(edit) @d43a6edf   14 years Carl Eugen Hoyos Bump minor after adding a caf muxer.
(edit) @fc193793   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: aacdec: Use …
(edit) @350f3d14   14 years michaelni configure: another try on fixing osx/mingw SDL
(edit) @033a4a94   14 years justin.ruggles aacdec: Use float instead of int16_t for ltp_state to avoid needless …
(edit) @a80f74c5   14 years michaelni av_picture_crop(): Support simple cases with packed pixels too. This …
(edit) @7f995abe   14 years diego acelp: Remove unused gray_decode table.
(edit) @b1bb3b8d   14 years diego dfa: Remove unused variable. This fixes the warning: …
(edit) @c73b779d   14 years diego configure: Include AVX availability in summary output.
(edit) @27614b12   14 years stefano.sabatini-lala rawdec: propagate pict_type information to the output frame
(edit) @a05d0207   14 years stefano.sabatini-lala showinfo: replace "CRC" by "checksum" Indeed the Adler-32 checksum, …
(edit) @5a2ea3cf   14 years stefano.sabatini-lala showinfo: fix vertical align nit
(edit) @bb82ea79   14 years stefano.sabatini-lala showinfo: fix computation of Adler checksum Previously the code was …
(edit) @10931720   14 years stefano.sabatini-lala imgutils: generalize linesize computation for bitstream formats Make …
(edit) @c1f54478   14 years siretart configure: use same CPPFLAGS in kFreeBSD as Linux …
(edit) @5a153604   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: Fix FSF address …
(edit) @2c4ad1a3   14 years Carl Eugen Hoyos Initial caf muxer.
(edit) @0c3803f   14 years Carl Eugen Hoyos Support decoding of amr_nb and gsm in caf.
(edit) @445ee35e   14 years Carl Eugen Hoyos Fix decoding of msrle samples with 1bpp.
(edit) @7b915726   14 years michaelni udp: remove resource.h inclusion, it breaks mingw compilation. The …
(edit) @90bb2c78   14 years michaelni ffmpeg: Allow seting and cycling through debug modes. Signed-off-by: …
(edit) @888fa31e   14 years diego Fix FSF address copy paste error in some license headers.
(edit) @08e434b0   14 years justin.ruggles Add an aac sample which uses LTP to fate-aac.
(edit) @34e83808   14 years michaelni ffmpeg: Help for interactive keys. Signed-off-by: Michael Niedermayer …
(edit) @e60e54ce   14 years michaelni UDP: dont use thread_t as truth value. Unbreak compile on mingw. …
(edit) @502e858f   14 years michaelni swscale: fix compile on mingw32 Compiling "swscale.c" breaks on …
(edit) @76f8a96e   14 years rsbultje [PATCH] Update pixdesc_be fate refs after adding 9/10bit YUV420P …
(edit) @b1eb7a12   14 years lu_zero arm: properly mark external symbol call Surround memset and …
(edit) @0f6a8579   14 years michaelni ffmpeg: Interactivity support. Try pressing +-hs. Signed-off-by: …
(edit) @b025431b   14 years michaelni swscale: 10l forgot git add this change from ronald. Signed-off-by: …
(edit) @58c03f6   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: swscale: …
(edit) @01d3ebaf   14 years michaelni AVFrame: only set parameters from AVCodecContext in decode_video*() …
(edit) @a3bc7a9e   14 years michaelni avcodec_default_get_buffer: init picture parameters. Fixes …
(edit) @9f54e461   14 years rsbultje swscale: properly inline bits/endianness in yuv2yuvX16inC().
(edit) @c3d68ec9   14 years rsbultje swscale: fix clipping of 9/10bit YUV420P.
(edit) @1550f45a   14 years rsbultje Add av_clip_uintp2() function Signed-off-by: Mans Rullgard …
(edit) @2bd12ee3   14 years Carl Eugen Hoyos Support more QT 1bpp rawvideo files. Fixes ticket #189.
(edit) @29ef0174   14 years michaelni UDP: udp depends on pthreads now Signed-off-by: Michael Niedermayer …
(edit) @03f8f397   14 years michaelni udp: switch custom fifo to libavutil fifo. This also allows us to …
(edit) @593bb98d   14 years michaelni udp: use FFMAX&FFMIN. Signed-off-by: Michael Niedermayer …
(edit) @42756021   14 years michaelni udp: add a thread into udp.c for receiving data into a circular …
(edit) @4d15f194   14 years stefano.sabatini-lala tiffenc: set bpp table for monow/monob formats Also makes the bpp_tab …
(edit) @ac8d6f12   14 years stefano.sabatini-lala tiffenc: factorize code for monow/monob case in encode_frame() switch …
(edit) @995013eb   14 years stefano.sabatini-lala tiffenc: fix bpp value for monow/monob formats
(edit) @d8297ca   14 years stefano.sabatini-lala tiff: fix linesize for mono-white/black formats Fix decoding of file …
(edit) @762b4662   14 years stefano.sabatini-lala tiff: print log in case of unknown / unsupported tag Helps debugging.
(edit) @2c9a5172   14 years anton dfa: fix buffer overflow checks to avoid integer overflows. …
(edit) @7e19a6e8   14 years anton movenc: always write esds descriptor length using 4 bytes. ipod …
(edit) @dbe94539   14 years anton ffmpeg: use parse_number_and_die() when it makes sense Prefer …
(edit) @8fb566f   14 years anton ffmpeg: get rid of the 'q' key schizofrenia SIGINT for quitting …
(edit) @e3114a9c   14 years michaelni Add checksums specific to BE machines after last swscale update. …
(edit) @72153419   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: (33 commits) …
(edit) @410ca3bc   14 years Carl Eugen Hoyos Support Digital Voodoo SD 8 Bit in mov (ticket 195).
(edit) @92ccdfb8   14 years Carl Eugen Hoyos Support R10g in mov.
(edit) @86f2c36c   14 years Carl Eugen Hoyos Add 5.1 plus stereo-downmix to mov_channel_layout array.
(edit) @69b6b2d2   14 years Carl Eugen Hoyos Set channel_layout for S302M.
(edit) @0aac0403   14 years Carl Eugen Hoyos Map mlp surround channels to FFmpeg rear channels. This allows more …
(edit) @a37f7b62   14 years Carl Eugen Hoyos Support native DTS channel order when requested.
(edit) @552a9995   14 years martin rtpdec_qdm2: Don't try to parse data packet if no configuration is …
(edit) @f0eb373   14 years michaelni pixfmt-Comment: Fix big/little typo Found-by: kierank Signed-off-by: …
(edit) @4d7a4215   14 years justin.ruggles ac3enc: put the counting of stereo rematrixing bits in the same place …
(edit) @257de756   14 years justin.ruggles ac3enc: clean up count_frame_bits() and count_frame_bits_fixed()
(edit) @c4fb3b03   14 years anton mpegvideo: make FF_DEBUG_DCT_COEFF output coeffs via av_log() instead …
(edit) @ea5fa19   14 years anton srtdec: make sure we don't write past the end of buffer …
(edit) @ee81e76d   14 years anton wmaenc: improve channel count and bitrate error handling in …
(edit) @89d4c130   14 years anton matroskaenc: make sure we don't produce invalid file with no codec ID …
(edit) @9c569ef7   14 years anton matroskadec: check that pointers were initialized before accessing …
(edit) @4ad0693e   14 years anton lavf: fix function name in compute_pkt_fields2 av_dlog message …
(edit) @2c715816   14 years anton lavf: fix av_find_best_stream when providing a wanted stream. In the …
(edit) @6b35a795   14 years anton lavf: fix av_find_best_stream when decoder_ret is given and using a …
(edit) @5da116a3   14 years anton ffmpeg: factorize quality calculation Calculate quality value once …
(edit) @bbc572a2   14 years diego tiff: add support for SamplesPerPixel tag in tiff_decode_tag() Format …
(edit) @7b874dcc   14 years michaelni ffv1: Add PIX_FMT_YUV420P9 support. Signed-off-by: Michael …
(edit) @8102d886   14 years diego tiff: Prefer enum TiffCompr over int for TiffContext.compr. This is …
(edit) @7a3a259   14 years michaelni ffv1dec: output PIX_FMT_YUV422P10 and PIX_FMT_YUV420P10 when possible. …
(edit) @518cdff8   14 years michaelni Fix posix_memalign() usage when libavutil is compiled outside FFmpeg. …
(edit) @bcedf2e5   14 years michaelni asfdec: fix assert failure on invalid files Add an extra size …
(edit) @10291562   14 years michaelni Revert "asfdec: fix assert failure on invalid files" Reverting this …
(edit) @5f0bb0ba   14 years diego mov: Support edit list atom version 1. Signed-off-by: Diego Biurrun …
(edit) @ced9556b   14 years diego configure: Enable libpostproc automatically if GPL code is enabled. …
(edit) @0b8002fd   14 years michaelni Add support for QT BMP 1bpp color mode Fix trac issue #188
(edit) @b7903ab1   14 years michaelni If a MP3 file contains the string NSVs, the NSV probe will think it is …
(edit) @e575685f   14 years diego Cosmetics: fix prototypes in oggdec Signed-off-by: Diego Biurrun …
(edit) @5780f41a   14 years diego oggdec: fix memleak with continuous streams. This avoids the creation …
(edit) @2501d2f3   14 years anton matroskaenc: add missing new line in av_log() call Signed-off-by: …
(edit) @14cf9e69   14 years anton dnxhdenc: add AVClass in private context. Fixes private options. …
(edit) @304e983d   14 years anton movenc: fix yuv range in avid atoms used by dnxhd. yuv range: full 1 …
(edit) @7fe3207e   14 years anton movenc: fix adpcm mono muxing. Signed-off-by: Anton Khirnov …
(edit) @6ae38aa3   14 years anton mpegts: do not output known sized packet if an unbounded packet is …
(edit) @9c3f5ef6   14 years anton ffprobe: tweak error message in open_input_file() Replace "codec …
(edit) @c7d22c5d   14 years anton patcheck: warn about assert usage Signed-off-by: Michael Niedermayer …
(edit) @92fe2587   14 years anton configure: sort filter deps entries Signed-off-by: Anton Khirnov …
(edit) @0a6b1a9f   14 years diego Replace int_fast integer types with their sized standard posix …
Note: See TracRevisionLog for help on using the revision log.