source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @9c8f0768   16 years benoit.fouet Add a flag to avoid calling vorbis_analysis_wrote twice with an empty …
(edit) @ac809e81   16 years benoit.fouet Add a macro to get the number of elements in a table. Originally …
(edit) @e46a9827   16 years michaelni Include zlib.h as it is needed for watermark support, patch by …
(edit) @795bb9dc   16 years michaelni Export svq1_packet_checksum() that is needed for svq3 watermarks, …
(edit) @1fdcdf8   16 years michaelni Add variable to hold the svq3 watermarking key, patch by baptiste that …
(edit) @2e00584e   16 years Carl Eugen Hoyos Enable AC-3 decoding regression tests. Originally committed as …
(edit) @b47cdbd   16 years benoit.fouet Add Jason Garrett-Glaser as libx264 maintainer. Originally committed …
(edit) @c27c66c3   16 years benoit.fouet Add a space between frequencies and their units. Originally committed …
(edit) @5c4e9728   16 years benoit.fouet Fix mem leak. Patch by Ralf Terdic contact >AT< jswiff com Originally …
(edit) @95240bf3   16 years Carl Eugen Hoyos Fix some icc warnings by using enum PixelFormat instead of int where …
(edit) @40056c32   16 years Aurélien Jacobs vp6dec: ensure we don't try to use a buffer with negative size this …
(edit) @f2e49553   16 years mans Enable FAST_UNALIGNED on ARM variants that support it Originally …
(edit) @aa8bc0f1   16 years mans Enable FAST_UNALIGNED on PPC Originally committed as revision 15608 …
(edit) @53bd9d92   16 years mans Revert "Replace sed trickery in the gcc dependency generation command" …
(edit) @5eb39de9   16 years mans configure: simplify PPC dcbzl check Originally committed as revision …
(edit) @a57bf697   16 years stefano.sabatini-lala Add preset options documentation strings. Originally committed as …
(edit) @3bd9f708   16 years Carl Eugen Hoyos Use PIX_FMT_NONE instead of -1 in AVCodec.pix_fmts. Originally …
(edit) @89493e10   16 years Carl Eugen Hoyos Don't include byteswap.h anymore. Originally committed as revision …
(edit) @c5f67c15   16 years lessen42 Remove unused variables Originally committed as revision 15602 to …
(edit) @3a2bcaed   16 years diego Replace sed trickery in the gcc dependency generation command by use …
(edit) @ca9acf9   16 years stefano.sabatini-lala Fix inconsistent indent. Originally committed as revision 15600 to …
(edit) @79ab96ba   16 years diego Revert the merger of LC_ALL declaration and export. This part of the …
(edit) @15fe16f4   16 years stefano.sabatini-lala Check requirement for libx264 version in configure using …
(edit) @a5344cf7   16 years stefano.sabatini-lala Implement CPP condition check support in configure. Originally …
(edit) @f2e57867   16 years ramiro.polla nellymoserenc: flush PutBitContext after use. Originally committed as …
(edit) @57bb0da6   16 years mans aac_parser: fix strict aliasing violation Originally committed as …
(edit) @bc574408   16 years ramiro.polla Only special-case absolute DOS paths on systems that support them. …
(edit) @60e8bc13   16 years stefano.sabatini-lala Make configure --help return 0. Originally committed as revision …
(edit) @1865259f   16 years stefano.sabatini-lala Document libavfilter filters options in configure -h. Originally …
(edit) @f76543c9   16 years baptiste.coudurier get_pixels_sse2, ~+12% performance compared to mmx Originally …
(edit) @965530e1   16 years michaelni Limit discontinuity handling to containers that allow discontinuities. …
(edit) @b5c44b1a   16 years flameeyes Mark some symbols in swscale.c as constant. These are only used in …
(edit) @d0b69b28   16 years flameeyes Mark dither_2x2_{8,4} static to swscale.c These two tables are not …
(edit) @faf6112e   16 years flameeyes Mark variation-specific interleaveBytes static. These functions are …
(edit) @6683a37f   16 years flameeyes Invert logic for the single-pass in swScale() functions. Instead of …
(edit) @f5a2c981   16 years Carl Eugen Hoyos Change variable types from int to enum PixelFormat. Fixes icc warning …
(edit) @51f4155   16 years michaelni Make gcc 2.95 happy. Originally committed as revision 15589 to …
(edit) @e150ef8d   16 years vitor1001 Do not set src[1] to the palette, it is now in the context Originally …
(edit) @49004617   16 years vitor1001 Add a new unscaled PAL8 -> RGB converter. Originally committed as …
(edit) @fd2b356a   16 years Aurélien Jacobs cosmetics: indentation Originally committed as revision 15588 to …
(edit) @6488cf9b   16 years Aurélien Jacobs lookup AVCodec by name Originally committed as revision 15587 to …
(edit) @fc228c90   16 years Aurélien Jacobs allows calling avcodec_find_(en|de)coder_by_name with NULL parameter …
(edit) @13394e8c   16 years Aurélien Jacobs Change one more variable type from int to enum PixelFormat. This one …
(edit) @098b4169   16 years diego Add a bunch of const qualifiers to function arguments. Taken from the …
(edit) @58e4b706   16 years Carl Eugen Hoyos Change variable types from int to enum PixelFormat. Fixes icc warning …
(edit) @4e92dabf   16 years Roman R. replacing frame_rate and frame_rate_base with an AVRational time_base …
(edit) @a53621fc   16 years Roman R. simplifying code as per Michael's suggestion Originally committed as …
(edit) @45580f8d   16 years Roman R. cosmetic updates as per Michael's suggestion Originally committed as …
(edit) @90d30402   16 years Roman R. vertically aligning as per Michael's suggestion Originally committed …
(edit) @6a276c46   16 years Roman R. unrolling the loops as per Michael's suggestion Originally committed …
(edit) @0843ddc   16 years Roman R. fixing a bug that prevented proper unweighting table to be selected …
(edit) @2b6cee9f   16 years Roman R. Doxygenizing the comments Originally committed as revision 15578 to …
(edit) @c9b0b38   16 years Roman R. simplifying the code as per Michael's suggestion Originally committed …
(edit) @8f271177   16 years diego Sync cosmetics from upstream. Originally committed as revision 15576 …
(edit) @fbdae895   16 years robert.swain Rename variables to clarify the channel coupling element and …
(edit) @5c2cb172   16 years robert.swain Correct documentation of ch_select array. Patch by Alex Converse …
(edit) @88de95c2   16 years robert.swain Corrections to channel coupling code to attain conformance for …
(edit) @69bf69c7   16 years robert.swain Synchronise presets with recent subme/brdo/bidir_refine -> subme …
(edit) @d8d12c15   16 years diego Remove obsolete liba52 wrapper code. Originally committed as revision …
(edit) @66e9aa74   16 years stefano.sabatini-lala Make less verbose a sentence in the preset system documentation. …
(edit) @7cff2c7f   16 years lu_zero gcc-apple specific fallback not necessary anymore (btw no apple …
(edit) @da708eaa   16 years vitor1001 Cosmetics: rename mace3_decode_frame() to mace_decode_frame() …
(edit) @10c1d192   16 years vitor1001 Avoid code duplication between mace3_decode_frame() and …
(edit) @0093396c   16 years stefano.sabatini-lala Remove unused and invalid code from ffmpeg.c. Originally committed as …
(edit) @02a6a6ee   16 years diego Use HAVE_FAST_64BIT instead of nonstandard WORDSIZE macro. …
(edit) @b0e047de   16 years vitor1001 Use a for() instead of triplicating code. Originally committed as …
(edit) @cba64af   16 years kostya.shishkov Register RV-[34] block specific feature for long future loop filter …
(edit) @3a540877   16 years vitor1001 Factorize duplicate table reading code. Originally committed as …
(edit) @4a60e574   16 years stefano.sabatini-lala Document the preset files system. Originally committed as revision …
(edit) @5b9ce252   16 years baptiste.coudurier 10l, fix amrwb sample rate Originally committed as revision 15562 to …
(edit) @b7f4e76d   16 years Aurélien Jacobs matroskaenc: correct muxing of ASS packets - split packets to store …
(edit) @291902c2   16 years Aurélien Jacobs matroskaenc: use correct EBML ID for block duration Originally …
(edit) @1bfbe8ff   16 years Aurélien Jacobs matroskaenc: pass the packet size directly as parameter of …
(edit) @8401c514   16 years Aurélien Jacobs matroskaenc: remove useless mkv_block_size() function Originally …
(edit) @7ccc636f   16 years michaelni Favor even chunk sizes in ambiguous cases. Fixes …
(edit) @f080a7bd   16 years michaelni Factorize stream id parsing. Originally committed as revision 15556 …
(edit) @6bc03a69   16 years Reimar.Doeffinger Make size variables in dyn_buf_write unsigned so gcc will not optimize …
(edit) @88e2a9ae   16 years Carl Eugen Hoyos Remove b5Dither, g5Dither and r5Dither from libswscale. Originally …
(edit) @460a4fb9   16 years diego Merge variable declaration and export. Originally committed as …
(edit) @8539d8b5   16 years gpoirier Declare ff_pw_53 and ff_pw_18 as assembler constants. Patch by Diego …
(edit) @92c7b471   16 years Carl Eugen Hoyos Remove g6Dither from libswscale. Originally committed as revision …
(edit) @95137bbb   16 years diego Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes …
(edit) @9971331d   16 years lessen42 Move VP3 loop filter to DSPContext Originally committed as revision …
(edit) @0d696d3   16 years diego Remove MPlayer-specific MP_WORDSIZE hack. Originally committed as …
(edit) @cb92c528   16 years lu_zero Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego …
(edit) @d9ec210b   16 years lu_zero Mark ff_div6 and ff_rem6 static in h264.c. Patch by Diego Pettenò …
(edit) @e6df765e   16 years lu_zero Mark list heads static. Patch by Diego Pettenò Originally committed …
(edit) @88b77ef1   16 years lu_zero Mark print_all_lib_versions() static in cmdutils.c . Patch by Diego …
(edit) @2c676c33   16 years lu_zero Mark ffplay internal variables static. Patch by Diego Pettenò …
(edit) @5c918b27   16 years rsbultje Reindent after r15544. Originally committed as revision 15545 to …
(edit) @accc248f   16 years rsbultje Implement RDTDemuxContext, which contains RDT-specific data (similar …
(edit) @5465b0d4   16 years rsbultje Make RTPDemuxContext opaque in rtsp.c, renaming it to tx_ctx …
(edit) @99a1d191   16 years rsbultje Remove access into RTPDemuxContext in rtsp.c, which allows making it …
(edit) @9b932b8a   16 years rsbultje Change function prototype of RTPDynamicPayloadHandler.parse_packet() …
(edit) @ed0aacc7   16 years rsbultje Rename RTP payload contexts to PayloadContext, suggested by Luca in …
(edit) @dd990075   16 years michaelni 100l forgot return type. Originally committed as revision 15539 to …
(edit) @2791c608   16 years michaelni Fix indention of NAL type enum. Originally committed as revision …
(edit) @3ee4f5e4   16 years michaelni ff_parse_close() is not the correct function for H264Context. …
(edit) @f06188d5   16 years baptiste.coudurier set sample rate for amr to allow stream copy since no decoder is …
(edit) @1a27fb0   16 years diego FFmpeg is not made for bats: Fix 22050Hz vs. 22050kHz typo. …
Note: See TracRevisionLog for help on using the revision log.