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