source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @38797638   16 years Aurélien Jacobs matroskadec: don't try to re-read already parsed ID in …
(edit) @6314cca0   16 years Aurélien Jacobs matroskadec: remove now unused parameter 'once' from ebml_parse_nest() …
(edit) @c4d3d9ba   16 years Aurélien Jacobs matroskadec: directly use ebml_parse() or ebml_parse_id() where it's …
(edit) @66a37e06   16 years Aurélien Jacobs matroskadec: new ebml_parse() function, centralize …
(edit) @9bcb92ca   16 years Aurélien Jacobs matroskadec: rename ebml_parse() to ebml_parse_nest() Originally …
(edit) @c005b3f2   16 years Aurélien Jacobs matroskadec: don't care about the number of bytes read by …
(edit) @592110c2   16 years Aurélien Jacobs matroskadec: simplify check for hierarchy level Originally committed …
(edit) @f7b9687   16 years Aurélien Jacobs matroskadec: cosmetics: consistent style for function declarations …
(edit) @104be240   16 years Aurélien Jacobs matroskadec: Use string instead of char table as probe data comparison …
(edit) @eb05cacc   16 years Aurélien Jacobs matroskadec: use an EbmlBin as parameter to ebml_read_binary() …
(edit) @c6cd2b3d   16 years Aurélien Jacobs matroskadec: extract common code out of ebml_read_*() Originally …
(edit) @ba5a1f99   16 years Aurélien Jacobs matroskadec: simplify/cleanup error logging in ebml_read_*() …
(edit) @54d8869d   16 years Aurélien Jacobs matroskadec: remove now useless expected_id parameter from …
(edit) @4dc9e183   16 years Aurélien Jacobs matroskadec: expand useless ebml_peek_id() wrapper Originally …
(edit) @3856e7c4   16 years Aurélien Jacobs matroskadec: remove unused levelup parameter from …
(edit) @44cea765   16 years Aurélien Jacobs matroskadec: extract read_level_up out of ebml_read_element_id …
(edit) @dfde36a3   16 years Aurélien Jacobs matroskadec: remove useless levelup check Originally committed as …
(edit) @051ef5ce   16 years Aurélien Jacobs matroskadec: remove useless check for cluster presence Originally …
(edit) @28ba69e0   16 years Aurélien Jacobs matroskadec: cosmetics: placement of 'else if' Originally committed …
(edit) @7eb9b068   16 years Aurélien Jacobs matroskadec: remove some useless empty lines Originally committed as …
(edit) @5efc8ec8   16 years Aurélien Jacobs matroskadec: remove some useless or out of date comments Originally …
(edit) @8f35a2c0   16 years Aurélien Jacobs matroskadec: cosmetics Originally committed as revision 14579 to …
(edit) @c171af9b   16 years Aurélien Jacobs matroskadec: remove unused struct name Originally committed as …
(edit) @1e49ee42   16 years Aurélien Jacobs matroskadec: remove now unused context fields Originally committed as …
(edit) @70109c0d   16 years Aurélien Jacobs matroskadec: remove useless initialization Originally committed as …
(edit) @16f97ab0   16 years Aurélien Jacobs matroskadec: cosmetics: remove useless braces Originally committed as …
(edit) @3143f133   16 years Aurélien Jacobs matroskadec: remove some unused ebml funcs Originally committed as …
(edit) @209472b4   16 years Aurélien Jacobs matroskadec: use generic parser to parse clusters Originally …
(edit) @f06a4886   16 years Aurélien Jacobs matroskadec: use generic parser inside matroska_execute_seekhead() …
(edit) @ce6f28bd   16 years Aurélien Jacobs matroskadec: use generic parser to parse matroska from toplevel …
(edit) @9c25baf   16 years Aurélien Jacobs matroskadec: move context settings to matroska_read_header() …
(edit) @d88d806b   16 years Aurélien Jacobs matroskadec: cosmetics: indentation of matroska_read_header() …
(edit) @9a9a3b0   16 years Aurélien Jacobs matroskadec: move declaration to upper block Originally committed as …
(edit) @a636a56b   16 years Aurélien Jacobs matroskadec: invert a test Originally committed as revision 14567 to …
(edit) @4348571b   16 years Aurélien Jacobs matroskadec: cosmetics: indentation of matroska_execute_seekhead() …
(edit) @82113343   16 years Aurélien Jacobs matroskadec: remove useless dummy_level variable Originally committed …
(edit) @13b350a3   16 years Aurélien Jacobs matroskadec: use generic parser to parse seekhead Originally …
(edit) @8ecdab8f   16 years Aurélien Jacobs matroskadec: declare var where it's used Originally committed as …
(edit) @2cbc8811   16 years Aurélien Jacobs matroskadec: use generic parser to parse tracks Originally committed …
(edit) @29708581   16 years Aurélien Jacobs matroskadec: use generic parser to parse info Originally committed as …
(edit) @b414cb89   16 years Aurélien Jacobs matroskadec: use generic parser to parse attachments Originally …
(edit) @6bbd7c7b   16 years Aurélien Jacobs matroskadec: use generic parser to parse chapters Originally …
(edit) @434d496a   16 years Aurélien Jacobs matroskadec: use generic parser to parse tags Originally committed as …
(edit) @e5929fdf   16 years Aurélien Jacobs matroskadec: use generic parser to parse index Originally committed …
(edit) @009ecd50   16 years Aurélien Jacobs matroskadec: return pointer instead of index in …
(edit) @28f450a   16 years Aurélien Jacobs matroskadec: create new AVStream earlier Originally committed as …
(edit) @fc4d335f   16 years Aurélien Jacobs matroskadec: store an AVStream pointer instead of a stream index …
(edit) @6351132   16 years Aurélien Jacobs matroskadec: use generic ebml parser to parse ebml header Originally …
(edit) @789ed100   16 years Aurélien Jacobs matroskadec: add an ebml generic parser Originally committed as …
(edit) @6e35ae2   16 years Aurélien Jacobs matroskadec: remove unused is_bframe flag Originally committed as …
(edit) @4eff9743   16 years Aurélien Jacobs matroskadec: simplify flag default Originally committed as revision …
(edit) @ead30062   16 years Aurélien Jacobs matroskadec: remove storage of various unused flags Originally …
(edit) @5f8e0227   16 years Aurélien Jacobs matroskadec: use more robust av_strlcpy() instead of strcpy() …
(edit) @ba7f712c   16 years justin.ruggles remove unneeded local variable Originally committed as revision 14547 …
(edit) @8354477e   16 years michaelni Port b4/b8_stride code from spatial direct mode to temporal. Fixes at …
(edit) @42de393d   16 years michaelni Use frame_num and reference instead of poc for matching frames for …
(edit) @6c86c44b   16 years michaelni *2 /2 is wrong for PAFF references, so do not do it. Originally …
(edit) @f053803   16 years michaelni Port col_parity code from spatial mode to temporal mode, I also love …
(edit) @301e1057   16 years michaelni The code under FRAME_MBAFF for temporal direct mode MBs is needed for …
(edit) @fa6a6c59   16 years michaelni Remove redundant code. Originally committed as revision 14541 to …
(edit) @7762cc3d   16 years michaelni Fill ref_count/ref_poc for both fields of frames. Originally …
(edit) @354de1d0   16 years diego misc spelling/wording fixes Originally committed as revision 14539 to …
(edit) @910e3668   16 years Carl Eugen Hoyos Fix static leaks in h264.c. Patch by Art Clarke aclarke A vlideshow D …
(edit) @45260d4f   16 years michaelni Use ref_poc and ref_count from the correct field. Fixes at least …
(edit) @4c0d57bd   16 years michaelni Fix dist_scale_factor for long term reference pictures. Originally …
(edit) @0e589ce1   16 years benoit.fouet Return an error when ff_jpegls_decode_picture fails. Patch by Mathieu …
(edit) @cc0b6129   16 years pross Simplify PCM codec; replace switch() statements with …
(edit) @0fd7e57e   16 years pross Simplify PCM codec; use sample_fmts field to set the avctx->sample_fmt …
(edit) @9d49b8ff   16 years pross Make avcodec_string() and av_get_bits_per_sample() report the sample …
(edit) @51c3861e   16 years pross Add D-Cinema audio muxer Originally committed as revision 14531 to …
(edit) @bb89b0bc   16 years stefano.sabatini-lala Improve docs for the ffmpeg -map option. Originally committed as …
(edit) @71041842   16 years michaelni Use the correct collocated field in pred_direct_motion() when it …
(edit) @55aff0d9   16 years justin.ruggles Read bitstream parameters for E-AC-3 streams before returning an …
(edit) @602116df   16 years justin.ruggles Hardcode the table for ungrouping 3 values in 5 bits. It will be …
(edit) @021b8ae3   16 years baptiste.coudurier fix if/else case Originally committed as revision 14526 to …
(edit) @7417120b   16 years justin.ruggles use the same table for ungrouping exponents and bap=2 mantissas …
(edit) @2288834f   16 years baptiste.coudurier full lpcm support in mov audio stsd v2 Originally committed as …
(edit) @14b70628   16 years justin.ruggles cosmetics: make all references to AC-3 capitalized and hyphenated …
(edit) @2d47c3d   16 years justin.ruggles remove a comment which is no longer true Originally committed as …
(edit) @7254edb5   16 years diego Replace call to deprecated avcodec_build() with avcodec_version(). …
(edit) @f44fd374   16 years stefano.sabatini-lala Increase the maximum number of supported stream mappings in ffmpeg.c. …
(edit) @aa6de49e   16 years michaelni Remove useless mb_field_decoding_flag setting code that was at the …
(edit) @44e9dcf1   16 years michaelni mb_field_decoding_flag was not initialized Fixes at least: …
(edit) @19759c9a   16 years kostya.shishkov Wrong constant used in default threshold value calculation for JPEG-LS …
(edit) @1db9da5   16 years justin.ruggles cosmetics: vertical alignment Originally committed as revision 14516 …
(edit) @a52d8c6b   16 years justin.ruggles use MAX_BLOCKS for array size instead of 6 Originally committed as …
(edit) @a42c8952   16 years justin.ruggles rearrange dimensions of pre_mantissa array Originally committed as …
(edit) @42a45a03   16 years pross Add graceful error handling to avcodec_get_pix_fmt_name() and …
(edit) @a79db0f7   16 years pross Add sample format converter to FFmpeg (adds -sample_fmt option) …
(edit) @2879c75f   16 years michaelni Picture.ref_count/ref_poc have to be stored per field (actually also …
(edit) @ce98b0a4   16 years baptiste.coudurier do not fail on qscale==0 if error resilience is high, fix broken …
(edit) @f769b746   16 years diego Mark add_png_paeth_prediction_* functions which are only used within …
(edit) @5a4476e2   16 years pross Add sample format converter to FFplay. Originally committed as …
(edit) @aaef2bb3   16 years baptiste.coudurier support big endian lpcm with audio stsd v2 Originally committed as …
(edit) @6b477e1b   16 years baptiste.coudurier keep original codec/fourcc endianness, fix XDCAMHD.mov Originally …
(edit) @9184d53a   16 years baptiste.coudurier more complete audio stsd v2 Originally committed as revision 14505 to …
(edit) @5ef3ad59   16 years baptiste.coudurier move version specific parsing code before codec specific code, will be …
(edit) @abdff64   16 years pross Simplify AVCodecContext usage within FFplay audio_decode_frame() …
(edit) @a78d882d   16 years michaelni I found a maintainer for all parts that had none listed :) Originally …
(edit) @758af986   16 years michaelni Recommit r14497 Log: Add missing header #includes. Limited to ffm.h …
Note: See TracRevisionLog for help on using the revision log.