source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f1cb9858   15 years michaelni Add an experimental AVOption2 that uses an union instead of double for …
(edit) @68677dd8   15 years justin.ruggles Log a clearer warning message when muxing FLV with Speex containing …
(edit) @c76911bd   15 years Reimar.Doeffinger Split parts of dvdata.h into dvdata.c, this ensures that things like …
(edit) @046c4001   15 years justin.ruggles Add Speex support to the FLV muxer. Originally committed as revision …
(edit) @75df2edb   15 years Reimar.Doeffinger Add support for hardcoded ff_sin_* tables. Originally committed as …
(edit) @4ee726b6   15 years Reimar.Doeffinger Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions …
(edit) @91405541   15 years Reimar.Doeffinger Remove silly casts to the same type as we already have. Originally …
(edit) @77edf866   15 years Reimar.Doeffinger Add missing release_buffer at decode end for asv1 decoder. Originally …
(edit) @a57afd2   15 years Reimar.Doeffinger Partially revert r20233, exp2f is not available on some BSDs, DOS and …
(edit) @e8b78541   15 years Carl Eugen Hoyos Raise MAX_THREADS to 16. Patch by Frank Barchard, fbarchard google …
(edit) @2e3ca1ff   15 years jmenon86 Skip padding bytes correctly in ID3 tags. This fixes a regression …
(edit) @aafd6595   15 years Reimar.Doeffinger Do not initialize ff_cos_* tables again in rdft_init, they are already …
(edit) @0fa0fa29   15 years justin.ruggles 10l: update Makefile after rename Originally committed as revision …
(edit) @5855e4e0   15 years justin.ruggles Rename aiff.c to aiffdec.c Originally committed as revision 20235 to …
(edit) @47b47bbd   15 years justin.ruggles Split up the AIFF muxer and demuxer into separate files. Originally …
(edit) @686884d   15 years Reimar.Doeffinger Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio …
(edit) @16aec747   15 years Reimar.Doeffinger Use hardcoded instead of runtime-calculated ff_cos_* tables if …
(edit) @6d924b5a   15 years kostya.shishkov Release frame after decoding is done Originally committed as revision …
(edit) @ea09f691   15 years Reimar.Doeffinger Print a warning message when avcodec_default_free_buffers finds …
(edit) @4a49ab77   15 years Reimar.Doeffinger Remove unnecessary calls to avcodec_check_dimensions, the check is …
(edit) @0fbb0185   15 years Reimar.Doeffinger Call release_buffer on close for v210dec and v210x Originally …
(edit) @4b5fee02   15 years Reimar.Doeffinger Add missing release_buffer on close Originally committed as revision …
(edit) @d8b35b85   15 years Reimar.Doeffinger Add decoder for "forward uncompressed". Fixes issue 1467. Originally …
(edit) @7537726   15 years Reimar.Doeffinger Implement execute2 for w32thread Originally committed as revision …
(edit) @1e6ff470   15 years Reimar.Doeffinger Fix w32thread implementation to handle job count > thread_count. …
(edit) @5bd1fc6f   15 years Reimar.Doeffinger fft_dispatch array should be const Originally committed as revision …
(edit) @c522b4e   15 years Reimar.Doeffinger Simplify: use FFSWAP Originally committed as revision 20222 to …
(edit) @1e699993   15 years Reimar.Doeffinger MXF: simply ignore tracks that are invalid due to not having a valid …
(edit) @87462968   15 years justin.ruggles Add Speex support to the Ogg muxer. Originally committed as revision …
(edit) @24c6f152   15 years justin.ruggles Do not read data past the end of the SSND chunk in the AIFF demuxer. …
(edit) @dd9d5a1   15 years Carl Eugen Hoyos Support Midvid JPEG Video Codec (still flipped). Originally committed …
(edit) @54089ecd   15 years Carl Eugen Hoyos Support Intel JPEG Library Video Codec (still flipped). Originally …
(edit) @15299b38   15 years justin.ruggles Calculate correct packet durations when demuxing Ogg/Speex. This …
(edit) @933e8667   15 years saschasommer extend description of avcodec_decode_audio3: - clarify when 0 is …
(edit) @90aa6ace   15 years Reimar.Doeffinger Merge declaration and initialization Originally committed as revision …
(edit) @098d8e09   15 years Reimar.Doeffinger Simplify: use FFMIN Originally committed as revision 20213 to …
(edit) @b5ca9cd3   15 years Reimar.Doeffinger Reindent after removing the outer for loops in the execute2 patch …
(edit) @2a1294b9   15 years Reimar.Doeffinger Move dnxhdenc to execute2 multithreading API. This allows for some …
(edit) @8d23a86f   15 years Reimar.Doeffinger Add an execute2 function that is more flexible and allows to use …
(edit) @febd1c90   15 years Carl Eugen Hoyos Detect Windows Media DRM protected files and display warning if no key …
(edit) @0115b3ea   15 years mans ARM: align stack in NEON h264 mc functions A certain rotten fruit …
(edit) @e276d9e8   15 years mans ARM: force PIC for shared libs only with ARMv6T2 and later Originally …
(edit) @b8c0db99   15 years Carl Eugen Hoyos Allow autodetection of E-AC3. Originally committed as revision 20206 …
(edit) @a9b02043   15 years Reimar.Doeffinger Do the dnxhd_720p_rd test with -threads 4 in order to also test the …
(edit) @3e6015cc   15 years mans ARM: simplify movrel definition as CONFIG_PIC is now set for shared …
(edit) @1fce58c2   15 years mans ARM: enable PIC for shared libs Recent versions of gcc generate …
(edit) @9881d05   15 years Reimar.Doeffinger 100l in avpicture_layout: width of chroma planes depends on format …
(edit) @53b04467   15 years kostya.shishkov Warn when WVC1 cannot be decoded Originally committed as revision …
(edit) @0096d766   15 years Carl Eugen Hoyos Allow demuxing of E-AC3 (stream type 0x84) in MPEG-TS. Originally …
(edit) @3bb98498   15 years Reimar.Doeffinger Hack: set the coded frame PTS to the incoming PTS. This is not …
(edit) @04670366   15 years stefano.sabatini-lala Document the additon of the w and h fields to AVFilterPic. Originally …
(edit) @268fcbe2   15 years Reimar.Doeffinger Fix 100l incorrect bitmask check. Originally committed as revision …
(edit) @9e553f7a   15 years kostya.shishkov Print error message when true interlaced VC-1 frames are encountered …
(edit) @54eb4ae0   15 years daniel Do not allow 0 sample rate in TMV demuxer Originally committed as …
(edit) @f19ae9ea   15 years daniel Stricter TMV probe Originally committed as revision 20194 to …
(edit) @0359289   15 years robert.swain AAC: Fix regression introduced in r20067 where ADTS files would always …
(edit) @144fec83   15 years lessen42 dca and aac decoders use float_to_int16_interleave, so check for the C …
(edit) @12bf71b6   15 years mans ARM: whitespace cosmetics Originally committed as revision 20191 to …
(edit) @bef966e   15 years mans ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00 Originally committed as …
(edit) @46c40e48   15 years stefano.sabatini-lala Add w and h fields to AVFilterPic. See the thread: "[FFmpeg-devel] …
(edit) @9797ce58   15 years justin.ruggles Add ALAC encoding and decoding regression tests. Originally committed …
(edit) @96da1c51   15 years stefano.sabatini-lala Implement trace messages logging in the filterchain processing. It is …
(edit) @2ad4c241   15 years mans ARM: make function names all-lowercase Originally committed as …
(edit) @cf57bea6   15 years mans ARM: enable ARMv4 add_pixels_clamped Somehow this function was never …
(edit) @153f4957   15 years mans ARM: ARMv6 optimised add_pixels_clamped() Originally committed as …
(edit) @c8315e91   15 years mans ARM: whitespace cosmetics Originally committed as revision 20183 to …
(edit) @70d8c762   15 years daniel Reindent Originally committed as revision 20182 to …
(edit) @811e0fc2   15 years daniel Add RF64 support to wav demuxer. Originally committed as revision …
(edit) @7ae8fb8f   15 years daniel Add my GPG key fingerprint Originally committed as revision 20180 to …
(edit) @73c6f598   15 years Carl Eugen Hoyos Move HuffYUV left prediction to dsputil. Patch by Nathan Caldwell, …
(edit) @95ce961d   15 years kostya.shishkov Since some junk may be or may be not present before actual VC-1 …
(edit) @01418506   15 years Reimar.Doeffinger Remove casts that are useless since the argument is void *. …
(edit) @1c38da8   15 years jmenon86 Allow building api-example from outside of libavcodec and also make it …
(edit) @7fd5aeb3   15 years Carl Eugen Hoyos Only read ID3v1 tag if ID3v2 isn't present or is empty. This prevents …
(edit) @9a9964c5   15 years justin.ruggles cosmetics: reindent and line wrap after last commit Originally …
(edit) @d6eee9f3   15 years justin.ruggles alacenc: add a fixed LPC coefficient mode as compression level 1. old …
(edit) @1fe4abf3   15 years michaelni Revert: r18826 | stefano | 2009-05-14 20:50:58 +0200 (Thu, 14 May …
(edit) @41770abf   15 years ramiro.polla id3v2: Export all text information frames with correct names. Patch by …
(edit) @078d89a2   15 years ramiro.polla MP3 muxer: Write all metadata. Patch by Anton Khirnov <wyskas at gmail …
(edit) @79c07907   15 years diego Fix pcm_read_seek () when the position it calculates is greater than 2 …
(edit) @63380b5e   15 years Carl Eugen Hoyos Allow the combined TrueHD/AC3 tracks on Blu-Ray discs to be demuxed as …
(edit) @55c0e1e6   15 years mans ARM: add ff_ prefix to lots of functions Originally committed as …
(edit) @9abcc9a6   15 years mans ARM: cosmetics Originally committed as revision 20166 to …
(edit) @f67e0b82   15 years mans ARM: replace some #if with if() Originally committed as revision …
(edit) @701c618f   15 years mans ARM: clean up file/function naming conventions Originally committed …
(edit) @84d430f8   15 years mans ARM: clean up dsputil initialisation - Move v5 and v6 initialisation …
(edit) @384f26f4   15 years pross Sun Raster RGB support Originally committed as revision 20162 to …
(edit) @e18027ac   15 years Carl Eugen Hoyos Add FIXME about low_delay vs has_b_frames. Originally committed as …
(edit) @f4a4be3   15 years Carl Eugen Hoyos H264 allows B frames without requiring a >=1 sized buffer. Patch by …
(edit) @1febba1e   15 years mans ARM: shorten some long macro names Originally committed as revision …
(edit) @2e823300   15 years mans ARM: update ldm/stm instructions to modern syntax Originally …
(edit) @abff992d   15 years mans ARM: whitespace cosmetics Originally committed as revision 20157 to …
(edit) @f640478b   15 years robert.swain Reindent after channel layout commit from yesterday Originally …
(edit) @aac4b0a4   15 years saschasommer increase maximum compressed frame size fixes playback of piece.wmv …
(edit) @037396d0   15 years saschasommer return AVERROR_INVALIDDATA when the bitstream could not be decoded …
(edit) @dae0d1e2   15 years pross Support decoding of uncompressed PCX scanlines Originally committed …
(edit) @c61e40b7   15 years mans ARM: use plain labels for pc-relative addressing Originally committed …
(edit) @b44c6d8e   15 years mans ARM: remove unnecessary .fpu neon directives Originally committed as …
(edit) @fd818a21   15 years mans ARM: use undocumented .syntax directive to enable UAL syntax …
(edit) @43d160fd   15 years stefano.sabatini-lala Prefer "loglevel" over "logging level number or string" as argname of …
Note: See TracRevisionLog for help on using the revision log.