source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @33a7d549   14 years justin.ruggles cosmetics: vertical alignment Originally committed as revision 26001 …
(edit) @d3325d55   14 years justin.ruggles Only calculate num_exp_groups once. Originally committed as revision …
(edit) @dc0bc0f8   14 years justin.ruggles Check for bit allocation error in ac3_encode_frame(). Move error log …
(edit) @f94bacc5   14 years justin.ruggles Split out grouping of exponents into a separate function. Originally …
(edit) @b6a1e523   14 years justin.ruggles Split out mantissa quantization into separate functions. Originally …
(edit) @5b44ede0   14 years justin.ruggles cosmetics: rearrange some functions Originally committed as revision …
(edit) @d7da8080   14 years justin.ruggles Reverse the exponent & exponent strategy array arrangement to simplify …
(edit) @67d979fe   14 years justin.ruggles Move writing of frame to the output bitstream to a separate function. …
(edit) @084f5c5a   14 years justin.ruggles cosmetics: remove a comment and just spacing Originally committed as …
(edit) @160d85f5   14 years justin.ruggles Split frame size adjustment into a separate function. Originally …
(edit) @dfdf73eb   14 years justin.ruggles Split exponent processing into separate functions. Originally …
(edit) @0a0a850   14 years justin.ruggles Split applying of MDCT into several separate functions. Originally …
(edit) @4acc790f   14 years justin.ruggles Split input sample deinterleaving into a separate function. …
(edit) @152cc528   14 years justin.ruggles Separate functionally different calculations in ac3_encode_frame(). …
(edit) @98f6ee44   14 years justin.ruggles cosmetics: rename 2 variables Originally committed as revision 25987 …
(edit) @12ed6226   14 years justin.ruggles Deinterleave whole frame at once instead of per-block. This reduces …
(edit) @e0685bc9   14 years justin.ruggles cosmetics: add & alter some comments Originally committed as revision …
(edit) @282255bb   14 years justin.ruggles Split setting of bandwidth into a separate function. Originally …
(edit) @e35c984a   14 years justin.ruggles Move setting of bitstream_id and bitstream_mode to ac3_encode_init(). …
(edit) @ddf63d37   14 years justin.ruggles Improve ac3_encode_init() error reporting. Return AVERROR(EINVAL) …
(edit) @b64d842c   14 years justin.ruggles cosmetics: indent after last commit Originally committed as revision …
(edit) @99ca4f73   14 years justin.ruggles Don't use nested loops to iterate valid sample rates. Eliminates a …
(edit) @1607db0a   14 years justin.ruggles Remove some duplicate local copies of avctx fields. This is an av_cold …
(edit) @8f60f70d   14 years justin.ruggles Split validation of initial user options into a separate function. …
(edit) @427e2293   14 years justin.ruggles Use bytes instead of 16-bit words for frame size. Originally …
(edit) @eed00252   14 years justin.ruggles cosmetics: rename variable 'n' to 'pad_bytes' Originally committed as …
(edit) @1971ab6e   14 years justin.ruggles Change output_frame_end() to return void. The frame size is already …
(edit) @e8b552a8   14 years justin.ruggles cosmetics: pretty-printing Originally committed as revision 25974 to …
(edit) @ce67b7cd   14 years justin.ruggles cosmetics: rename some iterator variables to match what they represent …
(edit) @77773275   14 years justin.ruggles cosmetics: rename a variable for consistency Originally committed as …
(edit) @aab45ca3   14 years justin.ruggles cosmetics: rename exp_samples and global_exp to exp_shift. Originally …
(edit) @23c5b361   14 years justin.ruggles cosmetics: rename 2 functions Originally committed as revision 25970 …
(edit) @e0b9f94b   14 years justin.ruggles cosmetics: use some size macros in ac3tab.c/h Originally committed as …
(edit) @ce571ceb   14 years justin.ruggles Use AC3_MAX_COEFS instead of 256 in a couple places in ac3.c …
(edit) @47ae6e79   14 years justin.ruggles define AC3_CRITICAL_BANDS and use it in the AC-3 encoder and decoder. …
(edit) @0454b55   14 years justin.ruggles Use sizeof(array value) instead of sizeof(int16_t). Originally …
(edit) @a0a9204e   14 years justin.ruggles cosmetics: use lowercase letters for function names Originally …
(edit) @c36ce0f8   14 years justin.ruggles cosmetics: add new function documentation and clean up existing …
(edit) @2f8ae52   14 years justin.ruggles cosmetics: add more space between functions Originally committed as …
(edit) @e77fd066   14 years justin.ruggles cosmetics: rearrange some functions/typedefs/macros Originally …
(edit) @02877def   14 years justin.ruggles Simplify group size calculation in 2 places. Originally committed as …
(edit) @98161553   14 years justin.ruggles cosmetics: make a switch/case more compact Originally committed as …
(edit) @b84a211b   14 years justin.ruggles Clean up fft_init() and mdct_init() Originally committed as revision …
(edit) @6a988808   14 years justin.ruggles cosmetics: pretty-printing, alignment, etc... Originally committed as …
(edit) @a913b5cf   14 years justin.ruggles Remove unneeded #include Originally committed as revision 25957 to …
(edit) @918cd225   14 years justin.ruggles Simplify fix15(). Turn it into 2 macros, and use av_clip_int16() and …
(edit) @228315b   14 years justin.ruggles Fix the fixed-point MDCT and FFT tests so that they actually compile …
(edit) @a8d2b06b   14 years justin.ruggles Split out initialization of MDCT tables into a separate function. …
(edit) @07965463   14 years justin.ruggles cosmetics: Document AC3EncodeContext fields. Originally committed as …
(edit) @22c0b03c   14 years justin.ruggles Remove unneeded debugging messages. Originally committed as revision …
(edit) @1fda2c10   14 years justin.ruggles cosmetics: Define AC3_WINDOW_SIZE and use it instead of …
(edit) @7066cc8f   14 years justin.ruggles cosmetics: use better (and shared) macro names for some constant …
(edit) @a657899   14 years justin.ruggles Remove duplicate AC3EncodeContext fields, sr_shift and sr_code. …
(edit) @2d2692eb   14 years justin.ruggles cosmetics: rename some fields in AC3EncodeContext Originally …
(edit) @9cb59032   14 years justin.ruggles cosmetics: change all short to int16_t Originally committed as …
(edit) @2be209b   14 years justin.ruggles Change some unsigned types to signed types in AC3EncodeContext …
(edit) @7e5a4bf8   14 years justin.ruggles cosmetics: rearrange AC3EncodeContext fields Originally committed as …
(edit) @9baec618   14 years martin configure: Allow disabling symbol versioning via --disable-symver …
(edit) @0c1758f0   14 years Reimar.Doeffinger Return the amount of input data actually used in the qdm2 decoder, …
(edit) @d5f187fd   14 years stefano.sabatini-lala Add gradfun filter, ported from MPlayer. Patch by Nolan L nol888 <=> …
(edit) @9d845ca4   14 years Carl Eugen Hoyos Avoid rollover in settings conversion. Patch by James Zern, jzern …
(edit) @f6715848   14 years stefano.sabatini-lala Reindent. Originally committed as revision 25940 to …
(edit) @8afab686   14 years stefano.sabatini-lala Fix encoding when the input audio format/rate/channels changes during …
(edit) @4ba22e0   14 years stefano.sabatini-lala Fix avpicture_alloc(), which was aligning the linesizes with 0 and …
(edit) @1ebe5c4   14 years stefano.sabatini-lala Add section describing the filtergraph. Originally committed as …
(edit) @9241cd20   14 years stefano.sabatini-lala Make avfilter_parse_graph() output a more meaningful message when an …
(edit) @b276854d   14 years michaelni Fix indention of one forgotten line in ffv1.c Originally committed as …
(edit) @92b818eb   14 years justin.ruggles cosmetics: vertical alignment after last commit Originally committed …
(edit) @7edbd536   14 years justin.ruggles flac_parser: only buffer the estimated amount of input needed. Patch …
(edit) @97f7fe68   14 years justin.ruggles Make FLAC parser return frames when it has the required amount …
(edit) @4172951b   14 years Reimar.Doeffinger Return an error when get_buffer reads none or only partial data …
(edit) @3c3ef81b   14 years Reimar.Doeffinger Ensure that packets returned from ASF demuxer are properly 0-padded. …
(edit) @b72daad0   14 years Reimar.Doeffinger Remove hack in MP3 probe that was meant as a work-around for large …
(edit) @fe858d7b   14 years stefano.sabatini-lala Define PODPAGES in Makefile, and make them depend on …
(edit) @5d7870d   14 years justin.ruggles Show per-codec options on FFmpeg commandline help. Originally …
(edit) @a152c77f   14 years wyskas id3v2: skip data length indicator Originally committed as revision …
(edit) @ded38a9b   14 years wyskas add my GPG fingerprint Originally committed as revision 25925 to …
(edit) @d22e9795   14 years stefano.sabatini-lala Fix typo. Originally committed as revision 25924 to …
(edit) @c61cdd0a   14 years stefano.sabatini-lala Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols from …
(edit) @6d34323e   14 years stefano.sabatini-lala Make avpicture_alloc() return meaningful values. Originally committed …
(edit) @0141163d   14 years stefano.sabatini-lala Reindent. Originally committed as revision 25921 to …
(edit) @e74929e8   14 years stefano.sabatini-lala Use av_image_alloc() in avpicture_alloc(), simplify. Originally …
(edit) @614e139a   14 years kostya.shishkov Don't try to demux WavPack files with >2 channels until we can support …
(edit) @a854bcdb   14 years ramiro.polla fix building test programs with gnu make 3.82 Test programs may be …
(edit) @b494baf0   14 years ramiro.polla colorspace-test: fix build rgb32tobgr32() has been removed in favour …
(edit) @e3c011c8   14 years ramiro.polla fix building of cpu-test by including required header Originally …
(edit) @a4151444   14 years justin.ruggles Define FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder. Patch by …
(edit) @60a6849   14 years justin.ruggles Simplify the FLAC decoder now that it no longer has to parse arbitrary …
(edit) @475ae04a   14 years justin.ruggles Add a FLAC parser. Seek test reference updated because FLAC seeking …
(edit) @ed4e1e58   14 years justin.ruggles cosmetics: line wrap after last commit Originally committed as …
(edit) @3c79569   14 years justin.ruggles Add log_level_offset parameter to ff_flac_decode_frame_header(). It …
(edit) @71b6fc21   14 years justin.ruggles Add is_var_size and frame_or_sample_num to FLACFrameInfo and read them …
(edit) @7f4e4321   14 years justin.ruggles Check validity of the frame sync code in …
(edit) @625daac4   14 years justin.ruggles Move decode_frame_header() from flacdec.c to flac.c/h to share with …
(edit) @86b6e387   14 years martin rtsp/rtpdec: Set the AVStream time_base directly in rtsp when it is …
(edit) @bb776f3b   14 years martin rtsp: Parse RealRTSP sample rate declarations from the SDP The RTP …
(edit) @2eeefe20   14 years martin rtpdec: Handle MP3 in RealRTSP This fixes playback of a RealRTSP/MP3 …
(edit) @4d1156cb   14 years ramiro.polla Fix building of object files in tools/ Fixes issue issue2408. …
(edit) @3cf8db9   14 years darkshikari Add fullrange support to libx264.c x264 interface Originally …
(edit) @407d3d5a   14 years wyskas id3v2: skip encrypted/compressed frames Originally committed as …
Note: See TracRevisionLog for help on using the revision log.