source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e9df66a7   16 years stefano.sabatini-lala Cosmetics: vertical align in print_all_lib_versions(). Originally …
(edit) @db6d50c7   16 years stefano.sabatini-lala Make show_version()/show_banner() print the libswscale versions if …
(edit) @b3e03fa7   16 years stefano.sabatini-lala Implement swscale_version(). Originally committed as revision 27492 …
(edit) @07696497   16 years stefano.sabatini-lala Add to the ffmpeg manual an example showing how to add streams to the …
(edit) @d4be08e0   16 years stefano.sabatini-lala Make X264_init() no longer assign avctx->rc_eq to libx264's context. …
(edit) @77b04435   16 years baptiste.coudurier speex in flv demuxing Originally committed as revision 15028 to …
(edit) @5b9bb66d   16 years baptiste.coudurier cosmetics, typos, case Originally committed as revision 15027 to …
(edit) @118d4e10   16 years baptiste.coudurier cosmetics Originally committed as revision 15026 to …
(edit) @faac3f0f   16 years baptiste.coudurier fix version string ul Originally committed as revision 15025 to …
(edit) @ef867627   16 years michaelni Move t1 and t2 declaration from the QMF code closer to where they are …
(edit) @addafb0   16 years michaelni Simplify (drop useless intermediate sum and diff arrays). Originally …
(edit) @c55ecb9c   16 years andreas 5,1l: samples_chanptr[] should be (const float *) Originally …
(edit) @a7bc9d1   16 years andreas dca: Set data_size outside block loop. Originally committed as …
(edit) @8ed96a5e   16 years andreas dca: Do float -> int16 interleaving in-place using …
(edit) @eca0bcb6   16 years kostya.shishkov While APE changed container format in 3.98, frequency tables for range …
(edit) @2bfd8855   16 years pross Bump libavcodec minor version number for r15017. Originally committed …
(edit) @312420f3   16 years pross Add AVCodecContext.bits_per_raw_sample field. Originally committed as …
(edit) @46a73068   16 years pross Change AVCodecContext.bits_per_sample to bits_per_coded_sample. Nb: …
(edit) @f0aaa16   16 years michaelni Do not truncate timestamps before the muxer as it makes simple things …
(edit) @e522bd49   16 years justin.ruggles cosmetics: change another "get" to "decode" Originally committed as …
(edit) @164e169f   16 years justin.ruggles cosmetics: change "get" to "decode" Originally committed as revision …
(edit) @86662b1c   16 years justin.ruggles cosmetics: indentation Originally committed as revision 15012 to …
(edit) @260e0930   16 years justin.ruggles remove unneeded variable, dither_all Originally committed as revision …
(edit) @f8007a14   16 years Roman R. Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer …
(edit) @42f72a3a   16 years stefano.sabatini-lala Fix a typo. Originally committed as revision 15009 to …
(edit) @39981f53   16 years stefano.sabatini-lala Reword a sentence in a doxy making its interpretation clearer. …
(edit) @b4e0102c   16 years Roman R. Introducing video_stype for holding the value of VAUX source pack and …
(edit) @452d3edb   16 years rsbultje Change implementation for ff_data_to_hex(), this is faster. See …
(edit) @a169f498   16 years kostya.shishkov Add generic IIR filter interface with Butterworth lowpass filter …
(edit) @29ca668   16 years michaelni Fix mid/side stereo buggy output zeroing, fixes issue264 part 2. …
(edit) @53e6fbb4   16 years justin.ruggles cosmetics: rename a table Originally committed as revision 15003 to …
(edit) @f1c80e35   16 years rsbultje Export data_to_hex() as private API in lavf, rename to …
(edit) @aec0407f   16 years justin.ruggles cosmetics: indent after last commit Originally committed as revision …
(edit) @6b4bfed9   16 years justin.ruggles do not read exponent strategies from each block for E-AC-3 since they …
(edit) @34fab90   16 years Roman R. Two cosmetic changes for improved readability and ease of HDVCPRO HD …
(edit) @f4acfa38   16 years Roman R. Cosmetic change aimed at making it easier to see how bits are consumed …
(edit) @b1e3628e   16 years Roman R. Factoring out chan_slice / 27 into seq variable Originally committed …
(edit) @7ae6dcb5   16 years Roman R. Simplification of how dct_mode affects decoding. Originally committed …
(edit) @0dbddda3   16 years Aurélien Jacobs matroskadec: cosmetics: indentation Originally committed as revision …
(edit) @6bef5f9b   16 years Aurélien Jacobs matroskadec: seek to the last position known in the index before …
(edit) @2f7c21b7   16 years michaelni Cosmetics (format ff_nelly_dequantization_table nicer) Originally …
(edit) @de427ff4   16 years stefano.sabatini-lala Simplify the indexing logic in the av_encode() streams mapping code. …
(edit) @8649e933   16 years justin.ruggles add definitions and documentation for shared functions for E-AC-3 …
(edit) @0ffea243   16 years justin.ruggles copy default coupling band structure from table to decoding context …
(edit) @e43b29ab   16 years justin.ruggles add more OKed parts of the E-AC-3 decoder: structural changes to …
(edit) @6a68105e   16 years justin.ruggles cosmetics: rename some functions from *get_* to *decode_* Originally …
(edit) @8646b907   16 years rsbultje Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown …
(edit) @8ee552f   16 years baptiste.coudurier simplify mpeg12 avctx->pix_fmt set Originally committed as revision …
(edit) @d63f529d   16 years Aurélien Jacobs remove useless assignment (st is never read after this line) …
(edit) @8e44312   16 years Aurélien Jacobs matroskadec: index timestamps are supposed to be in the timebase of …
(edit) @2a242f45   16 years Aurélien Jacobs mxfdec: set sample_aspect_ratio Originally committed as revision …
(edit) @67f718bd   16 years Aurélien Jacobs Add a temp variable to ff_sine_window_init() to match the way wma.c …
(edit) @2ccddc02   16 years voroshil Add explicit (int) cast to i386 optimized MUL* macros. Wrong result is …
(edit) @51f2a119   16 years voroshil (cosmetics) Remove incorrect comment. Originally committed as …
(edit) @f5e177f8   16 years voroshil (cosmetics) Describe for which tests clipping is required. Originally …
(edit) @122d0276   16 years baptiste.coudurier I'll maintain mxf muxer Originally committed as revision 14978 to …
(edit) @1b8a36d   16 years voroshil (cosmetics) Remove wrong comments. Originally committed as revision …
(edit) @bb68b69d   16 years Carl Eugen Hoyos MXF is a valid output format now. Originally committed as revision …
(edit) @cedebde1   16 years Carl Eugen Hoyos Remaining parts of GSoC MXF muxer by Zhentan Feng. Originally …
(edit) @ef1bc972   16 years voroshil (cosmetics) Align comments consistently. Originally committed as …
(edit) @7ad909bd   16 years voroshil Another set of definitions for G.729 Originally committed as revision …
(edit) @274335e7   16 years michaelni vertical align Originally committed as revision 14972 to …
(edit) @977327c   16 years michaelni Noone seems to want to maintain MPEG-PS so i will. Originally …
(edit) @2ad0d96a   16 years michaelni Replace cliping in ff_acelp_interpolate() by a check&av_log, this …
(edit) @cbccf205   16 years Aurélien Jacobs Fix the seek regressions to match changes in r14956, r14959 and …
(edit) @9b0d3e0e   16 years vitor1001 Import more MXF muxer code from the SoC tree Originally committed as …
(edit) @9ac78726   16 years lu_zero Missing static in float_to_int16_altivec declaration Originally …
(edit) @f1588ed5   16 years andreas When setting codec_id during codec probe we must also set codec_type. …
(edit) @85803144   16 years bartek.wolowiec Little-endian bitstream writer Originally committed as revision 14965 …
(edit) @3fc45bdc   16 years kostya.shishkov fir_32bands_perfect[] contents were mixed, restore original order …
(edit) @a9e0294   16 years lucabe72 Fix udp.c compilation with recent glibc (>= 2.8) Originally committed …
(edit) @94cdcece   16 years mans ARM: add prefetch function using ARMv5 PLD instruction Originally …
(edit) @f1424cfd   16 years mans ARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for NEON Originally …
(edit) @244ee48a   16 years Aurélien Jacobs matroskadec: unset matroska->done when seeking just in case someone …
(edit) @0f646a22   16 years Aurélien Jacobs matroskadec: full seeking support in index-less files when trying to …
(edit) @ffc2b341   16 years justin.ruggles right shift the values by 8 in GAQ remap "B" table. data now fits in …
(edit) @8bc98ba9   16 years Aurélien Jacobs matroskadec: on the fly index construction for index-less files each …
(edit) @dfbbbdc0   16 years Aurélien Jacobs matroskadec: don't try to seek to negative timestamp matroska …
(edit) @653fb2f8   16 years Aurélien Jacobs matroskadec: move setting of matroska->done inside …
(edit) @bde51e6a   16 years justin.ruggles restore accidently deleted file Originally committed as revision …
(edit) @c5b930e   16 years justin.ruggles 1000l to me. committed to wrong repo. revert last commit. Originally …
(edit) @e23e4de   16 years justin.ruggles cosmetics: rename some functions from *get_* to *decode_* Originally …
(edit) @547ea47d   16 years Reimar.Doeffinger Add ff_ prefix to ogg_codec_t structs Originally committed as …
(edit) @aecf157e   16 years Reimar.Doeffinger Mark several libavformat arrays const Originally committed as …
(edit) @7b571fd   16 years Reimar.Doeffinger Mark "matroska" probe data string constant. Originally committed as …
(edit) @cd34bc76   16 years Reimar.Doeffinger Make ogg_codec_t descriptions const Originally committed as revision …
(edit) @c1854592   16 years Reimar.Doeffinger Change codec_tag type from const struct AVCodecTag to const struct …
(edit) @f23a9759   16 years rsbultje Remove check for @ in tcp.c which removes the authorization data from …
(edit) @090a4179   16 years Aurélien Jacobs voc: add ff_ prefix to some global const data Originally committed as …
(edit) @e7fd7b9a   16 years Reimar.Doeffinger Remove useless empty close functions in mmf and mm demuxers. …
(edit) @ba18b99f   16 years Aurélien Jacobs matroskadec: make aac_profiles array const Originally committed as …
(edit) @1bef65f4   16 years Reimar.Doeffinger Make the id3v1_genre_str array const, not just the strings it points …
(edit) @dad6afb4   16 years gpoirier stricter constraints of asm() blocks All these variables are used as …
(edit) @cbcbf439   16 years robert.swain Fix index to ff_sine_windows[]. Previously the index was usually in …
(edit) @e43b0a73   16 years kostya.shishkov okayed chunks of AAC encoder Originally committed as revision 14939 …
(edit) @6986662   16 years vitor1001 Import more ok'ed chunks of the mxf muxer from the soc tree …
(edit) @cc09e77e   16 years kostya.shishkov Correct scaling factor in DCA decoder synthesis. Patch by Alexander …
(edit) @0c3021ea   16 years justin.ruggles change eac3dec.c license to LGPL Originally committed as revision …
(edit) @7fadc32d   16 years lorenm document some dsp alignments Originally committed as revision 14935 …
(edit) @cc1f91d7   16 years michaelni Ensure that SDL_AddTimer() is never called with a delay of 0 because …
Note: See TracRevisionLog for help on using the revision log.