2010-12-14 |
Justin Ruggles | Split frame size adjustment into a separate function. |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Split exponent processing into separate functions. |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Split applying of MDCT into several separate functions. |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Split input sample deinterleaving into a separate function. |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Separate functionally different calculations in ac3_enc... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | cosmetics: rename 2 variables |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Deinterleave whole frame at once instead of per-block. |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | cosmetics: add & alter some comments |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Split setting of bandwidth into a separate function. |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Move setting of bitstream_id and bitstream_mode to... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Improve ac3_encode_init() error reporting. |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | cosmetics: indent after last commit |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Don't use nested loops to iterate valid sample rates. |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Remove some duplicate local copies of avctx fields. |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Split validation of initial user options into a separat... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Use bytes instead of 16-bit words for frame size. |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | cosmetics: rename variable 'n' to 'pad_bytes' |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Change output_frame_end() to return void. The frame... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | cosmetics: pretty-printing |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | cosmetics: rename some iterator variables to match... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | cosmetics: rename a variable for consistency |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | cosmetics: rename exp_samples and global_exp to exp_shift. |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | cosmetics: rename 2 functions |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | cosmetics: use some size macros in ac3tab.c/h |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Use AC3_MAX_COEFS instead of 256 in a couple places... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | define AC3_CRITICAL_BANDS and use it in the AC-3 encode... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Use sizeof(array value) instead of sizeof(int16_t). |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | cosmetics: use lowercase letters for function names |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | cosmetics: add new function documentation and clean... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | cosmetics: add more space between functions |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | cosmetics: rearrange some functions/typedefs/macros |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Simplify group size calculation in 2 places. |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | cosmetics: make a switch/case more compact |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Clean up fft_init() and mdct_init() |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | cosmetics: pretty-printing, alignment, etc... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Remove unneeded #include |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Simplify fix15(). |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Fix the fixed-point MDCT and FFT tests so that they... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Split out initialization of MDCT tables into a separate... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | cosmetics: Document AC3EncodeContext fields. |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Remove unneeded debugging messages. |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | cosmetics: Define AC3_WINDOW_SIZE and use it instead... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | cosmetics: use better (and shared) macro names for... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Remove duplicate AC3EncodeContext fields, sr_shift... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | cosmetics: rename some fields in AC3EncodeContext |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | cosmetics: change all short to int16_t |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Change some unsigned types to signed types in AC3Encode... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | cosmetics: rearrange AC3EncodeContext fields |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Martin Storsjö | configure: Allow disabling symbol versioning via -... |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Reimar Döffinger | Return the amount of input data actually used in the... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Nolan L | Add gradfun filter, ported from MPlayer. |
commit | commitdiff | tree | snapshot |
2010-12-12 |
James Zern | Avoid rollover in settings conversion. |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Stefano Sabatini | Reindent. |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Stefano Sabatini | Fix encoding when the input audio format/rate/channels... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Stefano Sabatini | Fix avpicture_alloc(), which was aligning the linesizes... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Stefano Sabatini | Add section describing the filtergraph. |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Stefano Sabatini | Make avfilter_parse_graph() output a more meaningful... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Michael Niedermayer | Fix indention of one forgotten line in ffv1.c |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Justin Ruggles | cosmetics: vertical alignment after last commit |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Michael Chinen | flac_parser: only buffer the estimated amount of input... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Michael Chinen | Make FLAC parser return frames when it has the required... |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Reimar Döffinger | Return an error when get_buffer reads none or only... |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Reimar Döffinger | Ensure that packets returned from ASF demuxer are prope... |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Reimar Döffinger | Remove hack in MP3 probe that was meant as a work-aroun... |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Stefano Sabatini | Define PODPAGES in Makefile, and make them depend on |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Justin Ruggles | Show per-codec options on FFmpeg commandline help. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Anton Khirnov | id3v2: skip data length indicator |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Anton Khirnov | add my GPG fingerprint |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Stefano Sabatini | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Stefano Sabatini | Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbo... |
commit | commitdiff | tree | snapshot |
2010-12-08 |
Stefano Sabatini | Make avpicture_alloc() return meaningful values. |
commit | commitdiff | tree | snapshot |
2010-12-08 |
Stefano Sabatini | Reindent. |
commit | commitdiff | tree | snapshot |
2010-12-08 |
Stefano Sabatini | Use av_image_alloc() in avpicture_alloc(), simplify. |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Kostya Shishkov | Don't try to demux WavPack files with >2 channels until... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Ramiro Polla | fix building test programs with gnu make 3.82 |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Ramiro Polla | colorspace-test: fix build |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Ramiro Polla | fix building of cpu-test by including required header |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Michael Chinen | Define FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder. |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Michael Chinen | Simplify the FLAC decoder now that it no longer has... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Michael Chinen | Add a FLAC parser. |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Justin Ruggles | cosmetics: line wrap after last commit |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Michael Chinen | Add log_level_offset parameter to ff_flac_decode_frame_... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Michael Chinen | Add is_var_size and frame_or_sample_num to FLACFrameInf... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Michael Chinen | Check validity of the frame sync code in ff_flac_decode... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Michael Chinen | Move decode_frame_header() from flacdec.c to flac.c... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Martin Storsjö | rtsp/rtpdec: Set the AVStream time_base directly in... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Martin Storsjö | rtsp: Parse RealRTSP sample rate declarations from... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Martin Storsjö | rtpdec: Handle MP3 in RealRTSP |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Ramiro Polla | Fix building of object files in tools/ |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Jason Garrett... | Add fullrange support to libx264.c x264 interface |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Anton Khirnov | id3v2: skip encrypted/compressed frames |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Anton Khirnov | id3v2: use a named constant instead of 0x02 |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Baptiste Coudurier | In mov demuxer, read alac sample from extradata, fix... |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Stefano Sabatini | Deprecate the use of the NO_COLOR environment variable. |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Stefano Sabatini | Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning... |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Sprezz | alsdec: Correct the ALS decoder by storing some paramet... |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Martin Storsjö | rtpdec_h264: Pass NAL type 0 through |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Martin Storsjö | rtpdec: Skip padding bytes at the end of packets |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Baptiste Coudurier | In yadif filter, declare asm constants directly to... |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Martin Storsjö | rtpdec_qcelp: Use the depacketizer for static payload... |
commit | commitdiff | tree | snapshot |
next |