|
|
|
@158aa9f2
|
15 years |
lucabe72 |
Return pkt->size in v4l2_read_packet().
mmap_read_frame() takes care …
|
|
|
@deda2a4a
|
15 years |
alex.converse |
Disable vdpau support if the detected libvdpau does not support …
|
|
|
@8e9efe43
|
15 years |
daniel |
FLV 8-bit PCM is unsigned, not signed
Fixes issue #1569
Originally …
|
|
|
@22b16e6a
|
15 years |
michaelni |
Factorize ic->streams[i] out,
change from ffmbc
Originally committed …
|
|
|
@b3e88ae8
|
15 years |
michaelni |
Place { of the function where indent -kr wants it.
Also more …
|
|
|
@02483df4
|
15 years |
michaelni |
Make sure the Metadata: header is not printed if the only metadata …
|
|
|
@b298daea
|
15 years |
michaelni |
Move dump_metadata() to where it is in ffmbc, looks better.
…
|
|
|
@229303d1
|
15 years |
michaelni |
indent
Originally committed as revision 20848 to …
|
|
|
@4d9b6784
|
15 years |
michaelni |
Skip dumping language twice.
This looks too ugly. Idea also from …
|
|
|
@2e720e11
|
15 years |
michaelni |
dump metadata for AVStreams & AVPrograms too.
Originally committed as …
|
|
|
@8b5e5ec5
|
15 years |
michaelni |
Factorize dump_metadata() out.
Idea from ffmbc, code not, mine is a …
|
|
|
@cc20679a
|
15 years |
michaelni |
Try to simplify av_estimate_timings_from_pts() like in ffmbc.
Note if …
|
|
|
@35164ffe
|
15 years |
astrange |
Correct truncated ID3v1 genre name.
Originally committed as revision …
|
|
|
@0e500e0d
|
15 years |
michaelni |
Debug av_log() about stream probing from ffmbc.
Originally committed …
|
|
|
@0cd55b0c
|
15 years |
michaelni |
Add CODEC_ID_DNXHD into the 25 fps case.
Merged from ffmbc.
…
|
|
|
@da457e70
|
15 years |
michaelni |
Simplify code by using av_metadata_set2().
somewhat based on ffmbc
…
|
|
|
@dfe9ee6
|
15 years |
michaelni |
More entries for ff_id3v2_metadata_conv from ffmbc.
Originally …
|
|
|
@8a98be1a
|
15 years |
michaelni |
s/author/artist/ for ID3
from ffmbc
Originally committed as revision …
|
|
|
@57f36fda
|
15 years |
michaelni |
More ID3v1 genres from ffmbc.
Originally committed as revision 20837 …
|
|
|
@12ad6671
|
15 years |
michaelni |
Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of …
|
|
|
@b8f11ec8
|
15 years |
michaelni |
add av_metadata_set2(), AV_METADATA_DONT_STRDUP_KEY and …
|
|
|
@a181981e
|
15 years |
michaelni |
Add flags to prevent strdup() on arguments to av_metadata_set2().
I …
|
|
|
@813338a0
|
15 years |
michaelni |
Until -DHAVE_AV_CONFIG_H is removed from ffplays compilation, *printf …
|
|
|
@64b12fc3
|
15 years |
michaelni |
Move #include where it belongs.
This as a sideeffect fixes the linking …
|
|
|
@17986563
|
15 years |
michaelni |
Get rid of useless casts.
Originally committed as revision 20831 to …
|
|
|
@60a92a77
|
15 years |
michaelni |
APIchanges update for av_d2str()
Originally committed as revision …
|
|
|
@277c733
|
15 years |
michaelni |
Add a function to convert a number to a av_malloced string.
…
|
|
|
@005d9b57
|
15 years |
michaelni |
Print extradata in case of failure. I had this in my local tree and it …
|
|
|
@c3d15329
|
15 years |
michaelni |
APIChanges & minor bump due to avg_frame_rate addition.
Originally …
|
|
|
@02b398ef
|
15 years |
michaelni |
Add avg_frame_rate.
Originally committed as revision 20826 to …
|
|
|
@1261b07f
|
15 years |
Thilo Borgmann |
Read and decode block data in separate functions to prepare support …
|
|
|
@a76cf4e
|
15 years |
Carl Eugen Hoyos |
Use constant CODEC_ID_NONE instead of 0 where appropriate.
Originally …
|
|
|
@51ce8c2f
|
15 years |
michaelni |
Remove commented out code.
Originally committed as revision 20823 to …
|
|
|
@e4637d6a
|
15 years |
michaelni |
Show help if no cmd line options are provided at all.
This safes the …
|
|
|
@0dae3e13
|
15 years |
kostya.shishkov |
Factor out extradata reading code.
Borrowed from RM demuxer in FFmbc.
…
|
|
|
@119c61a3
|
15 years |
kostya.shishkov |
RM audio stream version should be 16-bit followed by header size or …
|
|
|
@461ef741
|
15 years |
kostya.shishkov |
Make RM demuxer look more like proper demuxer by introducing codec …
|
|
|
@851ef875
|
15 years |
kostya.shishkov |
Factor out variable declaration
Originally committed as revision …
|
|
|
@a4914ac7
|
15 years |
lessen42 |
Clarify comment: although still hacky, it is correct for existing …
|
|
|
@c39b94be
|
15 years |
lessen42 |
libtheoraenc.c: mark keyframes
Originally committed as revision 20816 …
|
|
|
@5e15c7d
|
15 years |
lessen42 |
Fix PTS for OGM codecs.
Fixes issue251
Originally committed as …
|
|
|
@7a14430e
|
15 years |
michaelni |
Be less picky on invalid frame_pred_frame_dct values.
Fixed issue1615. …
|
|
|
@663c2edf
|
15 years |
stefano.sabatini-lala |
Only list libavfilter filters if libavfilter has been enabled during …
|
|
|
@c5dc6026
|
15 years |
stefano.sabatini-lala |
Move list_fmts() from ffmpeg.c to cmdutils.{h,c}, so that it can be …
|
|
|
@ae5e8caa
|
15 years |
Reimar.Doeffinger |
Add ROQ format regression test.
Originally committed as revision …
|
|
|
@94621d32
|
15 years |
jmenon86 |
SVQ3 : Set avctx->pix_fmt correctly during decoder initialisation. …
|
|
|
@54c2421
|
15 years |
stefano.sabatini-lala |
Add an entry for the av_bmg_next() function addition.
Originally …
|
|
|
@3ba69a15
|
15 years |
stefano.sabatini-lala |
Implement av_bmg_next(), a Box-Muller Gaussian random generator.
See …
|
|
|
@62d75662
|
15 years |
stefano.sabatini-lala |
Implement a -filters option, listing all the available libavfilter …
|
|
|
@106fa129
|
15 years |
Carl Eugen Hoyos |
Reset pts_buffers in av_read_frame_flush().
Patch by John Stebbins, …
|
|
|
@92f99a33
|
15 years |
vitor1001 |
Commit functions used by both AMRNB and SIPR
Originally committed as …
|
|
|
@dae658d7
|
15 years |
stefano.sabatini-lala |
Reduce the number of encoded frames for the dnxhd tests to 5. …
|
|
|
@6d01a97c
|
15 years |
Carl Eugen Hoyos |
Fail earlier for unsupported resolutions or pixel formats when …
|
|
|
@47a81dad
|
15 years |
michaelni |
indent
Originally committed as revision 20802 to …
|
|
|
@a0b468f5
|
15 years |
michaelni |
Make sure av_new_packet() initializes the data and destruct pointers. …
|
|
|
@15a316c
|
15 years |
stefano.sabatini-lala |
Make parse_filter() parsing more robust.
Add ';' and '\n' to the …
|
|
|
@cfac91fe
|
15 years |
kostya.shishkov |
Dump RTMP packet contents in debug mode
Originally committed as …
|
|
|
@f8caa544
|
15 years |
kostya.shishkov |
5l trocadero: don't forget to free packet in gen_connect()
Patch by …
|
|
|
@72b870b9
|
15 years |
kostya.shishkov |
Do not try to interact with RTMP server after "stop" command was …
|
|
|
@ab176fdf
|
15 years |
Carl Eugen Hoyos |
(Partly) support Metasoft MJPEG Codec, fixes half of issue 1611.
…
|
|
|
@f63e5a74
|
15 years |
Carl Eugen Hoyos |
Support Etymonix MPEG-2 video codec, fixes issue 1603.
Originally …
|
|
|
@254dd3f1
|
15 years |
Carl Eugen Hoyos |
Do not print 'faac:' when using libfaad.
Originally committed as …
|
|
|
@a1a63143
|
15 years |
michaelni |
Cosmetic (restructure RGB ljpeg check to be more readable)
Originally …
|
|
|
@401e0a7
|
15 years |
michaelni |
10l, Fix YUV ljpeg that i just broke by mistake.
Originally committed …
|
|
|
@ca78dc3c
|
15 years |
michaelni |
Correct a forgotten RGB32.
Originally committed as revision 20791 to …
|
|
|
@3c3c01d9
|
15 years |
michaelni |
Flip red and blue in rct-less lossless jpeg.
Fixes issue1466, and …
|
|
|
@49b1919
|
15 years |
michaelni |
Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a …
|
|
|
@e0b176ad
|
15 years |
michaelni |
Fix RGB LJPEG encoding.
Originally committed as revision 20788 to …
|
|
|
@65214b62
|
15 years |
Carl Eugen Hoyos |
Cosmetics: Fix typos in r20780.
Originally committed as revision …
|
|
|
@4bae2251
|
15 years |
tempn |
add dvcs to dvvideo, fixes issue 1604
Originally committed as …
|
|
|
@e4d1d920
|
15 years |
michaelni |
Improve time_increment_bits guessing code.
Originally committed as …
|
|
|
@52255d17
|
15 years |
michaelni |
End startcode prefix search at the end of a AVC unit.
Fixes issue1550. …
|
|
|
@f543f636
|
15 years |
lorenm |
revert r20775, because equivalent code has been committed to x264 …
|
|
|
@099f772e
|
15 years |
darkshikari |
Minor version bump for mbtree addition.
Originally committed as …
|
|
|
@4b86926b
|
15 years |
Carl Eugen Hoyos |
Support AVI1 and AVI2 in avi as MJPEG.
Fixes issue 1602.
Originally …
|
|
|
@24b403f3
|
15 years |
Carl Eugen Hoyos |
Mention patcheck.
Patch by Zhihang Wang, zhihang D wang A gmail
…
|
|
|
@62096b99
|
15 years |
stefano.sabatini-lala |
Make parse_key_value_pair() print an error message if a key is not …
|
|
|
@7d132c54
|
15 years |
stefano.sabatini-lala |
Use an unsigned int to contain all the color values of the expressions …
|
|
|
@758c7455
|
15 years |
lorenm |
fix a crash in ape decoding on x86_32 sse2
Originally committed as …
|
|
|
@21600a77
|
15 years |
daniel |
AC-3 decoder is no longer GPL; update FAQ
Originally committed as …
|
|
|
@2d0cacde
|
15 years |
darkshikari |
Boolify options passed to x264.
Originally committed as revision …
|
|
|
@25a42948
|
15 years |
darkshikari |
Add MBtree support for libx264
Patch by Erik Slagter
Originally …
|
|
|
@f6586314
|
15 years |
andreas |
aac: Set sample rate in avctx from ADTS header (if not already set by …
|
|
|
@e262365
|
15 years |
michaelni |
Reduce warnings about too few consumed bytes to debug level.
Fixes …
|
|
|
@e87eb039
|
15 years |
stefano.sabatini-lala |
Fix alpha plane flipping for the yuva420p and similar pixel formats.
…
|
|
|
@e185a2f6
|
15 years |
michaelni |
Do as the comment says and signal an error.
Originally committed as …
|
|
|
@b8919a3
|
15 years |
michaelni |
10l bug, use av_fast_malloc() instead if av_malloc() for allocating …
|
|
|
@15bfe412
|
15 years |
michaelni |
Try to allocate audio buffer sizes depending on the number of input …
|
|
|
@5ee05a62
|
15 years |
michaelni |
Check that the buffer size speified to avcodec_encode_audio() is not …
|
|
|
@060b8592
|
15 years |
michaelni |
Do not assume that av_get_bits_per_sample() is a multiple of 8.
…
|
|
|
@b68a7679
|
15 years |
michaelni |
Raise threshold of h263 probe by 1 to avoid misdetection.
Fixes issue …
|
|
|
@f76eef99
|
15 years |
michaelni |
Add out commented av_log to debug h263_probe.
Originally committed as …
|
|
|
@6de5b627
|
15 years |
michaelni |
Also print the number of invalid packets in the debug output.
…
|
|
|
@55f6524
|
15 years |
michaelni |
Flip the comparission direction of vid+audio+priv1 and pspack, it …
|
|
|
@7f6458a7
|
15 years |
Reimar.Doeffinger |
Make sure that compilation fails if functions like ff_put_string are …
|
|
|
@80f47250
|
15 years |
michaelni |
Get rid of audio_out2, it seems unneeded.
Originally committed as …
|
|
|
@384af837
|
15 years |
jmenon86 |
Update seek.regression.ref. This is due to r20758.
Originally …
|
|
|
@4da715cb
|
15 years |
jmenon86 |
AU : demuxed packet size should be sample size aligned.
Fixes issue …
|
|
|
@a8bcc7b4
|
15 years |
ramiro.polla |
Document the differences between the two asm fragments in …
|
|
|
@445a9dee
|
15 years |
michaelni |
Print error messages on errors.
Originally committed as revision …
|
|
|