source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @3d922c84   14 years michaelni Make sure neither data_size nor sample_count is negative
(edit) @cc1ca9e5   14 years michaelni Refactor the 'fmt ' tag search and parsing Moving the search and …
(edit) @a4b6000b   14 years michaelni ffmpeg: reset top_field_first in opt_input_file(). This allows seting …
(edit) @bec994df   14 years nicolas.george Ogg demuxer: give meaningful error codes and warnings. Signed-off-by: …
(edit) @34b92dbd   14 years tempn Merge branch 'master' of git.videolan.org:ffmpeg
(edit) @cb8b824a   14 years tempn update changelog with 9/10 bit H264 and FFV1 changes
(edit) @f8ae3a2   14 years michaelni Merge remote branch 'qatar/master' 12 files changed, 36 …
(edit) @e6e7ba0c   14 years michaelni Add some forgotten const to function arguments in libavfilter & …
(edit) @f2962ac8   14 years Carl Eugen Hoyos Write channel_layout for multichannel aif files.
(edit) @6d721f71   14 years Carl Eugen Hoyos Fix ff_mov_write_chan() so it can be used by other muxers.
(edit) @d2549ba9   14 years Carl Eugen Hoyos Fix some mov files with little endian audio (tickets 201 - 203).
(edit) @e280a4da   14 years stefano.sabatini-lala iff/8svx: redesign 8SVX demuxing and decoding for handling stereo …
(edit) @d8353256   14 years stefano.sabatini-lala iff: compact code setting metadata tags Ease readability.
(edit) @34f590b2   14 years stefano.sabatini-lala iff: fix bitrate computation for compressed audio stream
(edit) @1af99b02   14 years stefano.sabatini-lala iff: distinguish fields for audio and video compression Create …
(edit) @c0170d09   14 years stefano.sabatini-lala imgutils: introduce internal image_get_linesize() and use it Allow to …
(edit) @0d73227c   14 years stefano.sabatini-lala imgutils: make av_image_get_linesize() return AVERROR(EINVAL) for …
(edit) @d8c7a216   14 years stefano.sabatini-lala drawtext: specify union type for setting default options Fix warnings …
(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) @901ff511   14 years alex.converse ffmpeg: fix -aspect cli option Redesign the way -aspect option is …
(edit) @9d5fa618   14 years alex.converse Restructure video filter implementation in ffmpeg.c. This fixes …
(edit) @3a7c9774   14 years alex.converse ffplay: remove audio_write_get_buf_size() forward declaration Move up …
(edit) @5dc65a3d   14 years alex.converse lavfi: print key-frame and picture type information in ff_dlog_ref() …
(edit) @005db470   14 years mans mathops: remove ancient confusing comment Signed-off-by: Mans …
(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) @c540061f   14 years diego cws2fws: Improve error message wording.
(edit) @d39facc7   14 years diego tools: Check the return value of write(). This fixes several warnings …
(edit) @bdefbf3e   14 years mans mpegaudio: move OUT_FMT macro to mpegaudiodec.c Signed-off-by: Mans …
(edit) @92ea249d   14 years mans mpegaudio: remove OUT_MIN/MAX macros These macros are no longer …
(edit) @5026f946   14 years mans Add missing #includes to mp3_header_(de)compress bsf Signed-off-by: …
(edit) @9503fbb8   14 years mans dct: fix indentation Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @721d6f2d   14 years mans dct: bypass table allocation for DCT_II of size 32 The size-32 DCT_II …
(edit) @68bed67d   14 years stefano.sabatini-lala pngdec: relax condition for setting monoblack pixel format Ignore …
(edit) @257de5fb   14 years diego h264dsp_mmx: Add #ifdefs around some mmxext functions on x86_64. This …
(edit) @d39bf3df   14 years diego Remove unused header mpegaudio3.h. The header is a part of an MP3 …
(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 …
Note: See TracRevisionLog for help on using the revision log.