|
|
|
@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 …
|
|
|
@5ef3ad59
|
16 years |
baptiste.coudurier |
move version specific parsing code before codec specific code, will be …
|
|
|
@abdff64
|
16 years |
pross |
Simplify AVCodecContext usage within FFplay audio_decode_frame()
…
|
|
|
@a78d882d
|
16 years |
michaelni |
I found a maintainer for all parts that had none listed :)
Originally …
|
|
|
@758af986
|
16 years |
michaelni |
Recommit r14497
Log:
Add missing header #includes.
Limited to ffm.h …
|
|
|
@c5e56a81
|
16 years |
michaelni |
Revert r14497
Log:
Add missing header #includes.
Policy violation …
|
|
|
@dcd6128
|
16 years |
diego |
Explain the difference between HAVE_LIST and CONFIG_LIST in a short …
|
|
|
@668b65b
|
16 years |
diego |
Only check for socklen_t if network support is enabled.
Originally …
|
|
|
@2e11268
|
16 years |
diego |
Add missing header #includes.
Originally committed as revision 14497 …
|
|
|
@82cee279
|
16 years |
pross |
Modify av_audio_convert() to use AVAudioConvert context struct; add …
|
|
|
@8a464e75
|
16 years |
pross |
Revert r14484 hunk that deleted the 'include avcodec.h' statement.
…
|
|
|
@afffd35
|
16 years |
benoit.fouet |
Use compression level to set mp3lame quality option.
Patch by Nicolas …
|
|
|
@014d2f05
|
16 years |
baptiste.coudurier |
fix mpeg 4:2:2 vis_qp and vis_mb_type debug, fix issue #471
…
|
|
|
@138568e9
|
16 years |
baptiste.coudurier |
downgrade mov negative ctts log message to warning, patch by Art …
|
|
|
@39a127b
|
16 years |
baptiste.coudurier |
Only reset buffer state if seeking is successful; update seek reg ref. …
|
|
|
@d701934b
|
16 years |
baptiste.coudurier |
check url_fseek return value
Originally committed as revision 14490 …
|
|
|
@aaec4e03
|
16 years |
baptiste.coudurier |
check url_fseek return value, update seek reg tests
Originally …
|
|
|
@23f02559
|
16 years |
baptiste.coudurier |
check url_fseek return value, update seek reg tests
Originally …
|
|
|
@0afdedca
|
16 years |
benoit.fouet |
Fix a potential out of array writing.
Patch by Mathieu Malaterre …
|
|
|
@ce1ee094
|
16 years |
pross |
Add opt handler for pending "-sample_fmt" option
Originally committed …
|
|
|
@9e82a11
|
16 years |
pross |
Write sample format description within avcodec_string()
Originally …
|
|
|
@c2b28bb
|
16 years |
pross |
Add sample format support functions: avcodec_get_sample_fmt_name(), …
|
|
|
@bbdf8728
|
16 years |
benoit.fouet |
Use static vlc structure to decode layer 3 huffman tables.
Patch by …
|
|
|
@fd76c37f
|
16 years |
pross |
Modify all codecs to report their supported input and output sample …
|
|
|
@c8fd5da
|
16 years |
mans |
fix ARMv6 FASTDIV for divisor <=2
Originally committed as revision …
|
|
|
@22e7d9cc
|
16 years |
baptiste.coudurier |
skip flv video info / command frame packets, fix issue #546
…
|
|
|
@f39e8b03
|
16 years |
michaelni |
1000l typo my new PRNG converged to -1.
Originally committed as …
|
|
|
@310d4424
|
16 years |
michaelni |
Add a multiplicative LFG for those thinking the additive is not good …
|
|
|
@62f25230
|
16 years |
baptiste.coudurier |
change assert test due to the new reducing of time_base in …
|
|
|
@c1708e8
|
16 years |
michaelni |
Simplify intra PCM MB handling.
Originally committed as revision …
|
|
|
@9f31c7ef
|
16 years |
diego |
USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.
Originally …
|
|
|
@af8ed96
|
16 years |
pross |
EA Demuxer: make rev2 flag optional
Originally committed as revision …
|
|
|
@f07fd8c0
|
16 years |
baptiste.coudurier |
add a bunch of new xdcam hd422 fourccs
Originally committed as …
|
|
|
@7fc628ca
|
16 years |
baptiste.coudurier |
more hdv fourccs
Originally committed as revision 14472 to …
|
|
|
@138ef0a
|
16 years |
baptiste.coudurier |
update hdv fourcc descriptions
Originally committed as revision 14471 …
|
|
|
@b98052d5
|
16 years |
pross |
give additional use case for version bumping; remove no longer true …
|
|
|
@4ca7e74
|
16 years |
vitor1001 |
Do not declare a counter as unsigned when it is not needed
Originally …
|
|
|
@4e33ed36
|
16 years |
vitor1001 |
Cosmetics: rename loop counter vars to i,j
Originally committed as …
|
|
|
@6c9c8b06
|
16 years |
vitor1001 |
Cosmetics: rename loop counter vars to i,j
Originally committed as …
|
|
|
@8a37920
|
16 years |
lorenm |
r14205 broke vorbis float_to_int on ppc
Originally committed as …
|
|
|
@c16184e9
|
16 years |
stefano.sabatini-lala |
Fix a typo in sdp_write_header(): change "IPV4", which is not a valid …
|
|
|
@5b43368d
|
16 years |
diego |
Add note about gcc bugs that gcc devs refuse to fix.
Originally …
|
|
|
@9bec77fe
|
16 years |
darkshikari |
Use #define instead of a constant. Patch by Paul Kendall.
Originally …
|
|
|
@150d5a25
|
16 years |
stefano.sabatini-lala |
Make ffmpeg dump output format in case of codec type mismatch between …
|
|
|
@2cf3c863
|
16 years |
michaelni |
Document av_lfg_get().
Originally committed as revision 14461 to …
|
|
|
@e80d4741
|
16 years |
michaelni |
Warning about MTs speed.
Originally committed as revision 14460 to …
|
|
|
@aa6a89aa
|
16 years |
darkshikari |
Small h264 decoding speed optimization: while->do/while
Originally …
|
|
|
@2754fe8b
|
16 years |
michaelni |
Simple lagged fibonacci PRNG.
3.5 times faster than our mersene …
|
|
|
@045e21cc
|
16 years |
vitor1001 |
Cosmetics: new line
Originally committed as revision 14457 to …
|
|
|
@e7e4f476
|
16 years |
vitor1001 |
Remove the now useless phase variable from context
Originally …
|
|
|
@993ba05
|
16 years |
pross |
increment minor version for commit r14412 (add sample_fmts …
|
|
|
@c749f3db
|
16 years |
vitor1001 |
Cosmetics: make comment match var name
Originally committed as …
|
|
|
@6509507f
|
16 years |
vitor1001 |
Cosmetics: align comments
Originally committed as revision 14453 to …
|
|
|
@f285e6dd
|
16 years |
vitor1001 |
Rename two context vars: s/sb/sp_block/, s/lhist/gain_block/
…
|
|
|
@36826ee0
|
16 years |
vitor1001 |
Declare temporary buffers to be only of the necessary size
Originally …
|
|
|
@5e707c59
|
16 years |
vitor1001 |
Remove redundant comments
Originally committed as revision 14450 to …
|
|
|