|
|
|
@62bb4ca1
|
15 years |
stefano.sabatini-lala |
Simplify how usesVFilter and usesHFilter are set.
Originally …
|
|
|
@1dc5c358
|
15 years |
stefano.sabatini-lala |
Satisfy style nits.
Originally committed as revision 21648 to …
|
|
|
@4e38c094
|
15 years |
stefano.sabatini-lala |
Doxument url_fdopen().
Originally committed as revision 21647 to …
|
|
|
@fbc0f6a9
|
15 years |
stefano.sabatini-lala |
Apply misc fixes to sws_getCoefficients() doxy.
Originally committed …
|
|
|
@89ee5c68
|
15 years |
stefano.sabatini-lala |
Satisfy consistency need:
int * sws_getCoefficients -> int …
|
|
|
@3f3dc76c
|
15 years |
lessen42 |
Add function to translate SWS_CS_* to coefficient array
Originally …
|
|
|
@bf8ae197
|
15 years |
michaelni |
make the RDFT vissualizatiom default, the scopes are ugly and eat CPU …
|
|
|
@4c7c7645
|
15 years |
michaelni |
Make sure the rdft has enough audio available.
10l (looks cleaner now) …
|
|
|
@ffdf0d48
|
15 years |
michaelni |
strn muxing in avi support.
untested as ffmpeg.c has no means to set …
|
|
|
@7a9af8ec
|
15 years |
michaelni |
Support strn tag in avidec.
Originally committed as revision 21643 to …
|
|
|
@1ac08937
|
15 years |
michaelni |
Correcting wrong looking stream_id validity check in avidec.
…
|
|
|
@092421cf
|
15 years |
michaelni |
Scale rdft vissualization up by 2 so theres no unused space on the top …
|
|
|
@674fe163
|
15 years |
vitor1001 |
Do not segfault when doing "ffplay -h"
Originally committed as …
|
|
|
@12eeda34
|
15 years |
michaelni |
Pretty RDFT audio visualization.
Originally committed as revision …
|
|
|
@d52ec002
|
15 years |
michaelni |
Fast seeking.
Try clicking with the mouse in the window, hold the …
|
|
|
@f430c7b6
|
15 years |
jmenon86 |
Add ALAC 24 bps decoding support.
Originally committed as revision …
|
|
|
@3102d180
|
15 years |
michaelni |
Fix large timebases.
Fixed issue1633
Originally committed as revision …
|
|
|
@ed3e9148
|
15 years |
michaelni |
Implement cool new vlc code.
Fixes issue1637
Originally committed as …
|
|
|
@2d1653b0
|
15 years |
michaelni |
autoexit
implements issue1019
Originally committed as revision 21634 …
|
|
|
@8c3b161e
|
15 years |
michaelni |
Dont try generic seek if seek request before first index entry and …
|
|
|
@82e5f86b
|
15 years |
stefano.sabatini-lala |
Implement shuffle_bytes_abcd() functions and use them for shuffling …
|
|
|
@f5968788
|
15 years |
michaelni |
Clean after toggling wave.
Fixes issue1180.
Originally committed as …
|
|
|
@ef9f8dd7
|
15 years |
stefano.sabatini-lala |
Use pixel format descriptors for checking if the input format is …
|
|
|
@43e4d57f
|
15 years |
michaelni |
Try to open decoders in av_find_stream_info() even if no packets for …
|
|
|
@b25453bd
|
15 years |
michaelni |
Move is->frame_timer init from start to flush_pkt handling so it is …
|
|
|
@cedac88
|
15 years |
stefano.sabatini-lala |
Make opt_frame_pix_fmt() call show_pix_fmts() if the provided option …
|
|
|
@566cd2c
|
15 years |
michaelni |
The convertion between bit and byte is 8 not 60.
Fixes wrong cursor …
|
|
|
@f575f08
|
15 years |
michaelni |
Correct opts calulation in ffmpeg.c.
This correct the stop point for …
|
|
|
@5bfe91e6
|
15 years |
michaelni |
Alternative solution for the mpegvideo_split + mov problem.
…
|
|
|
@451b353d
|
15 years |
pross |
Indentation cleanup
Originally committed as revision 21624 to …
|
|
|
@02c4f62
|
15 years |
pross |
Extend IFF demuxer to parse PBM/ILBM bitmap chunks
Originally …
|
|
|
@b9e06ddd
|
15 years |
pross |
IFF PBM/ILBM bitmap decoder
Originally committed as revision 21622 to …
|
|
|
@299fd39
|
15 years |
michaelni |
Revert
r12684 | michael | 2008-04-04 02:43:34 +0200 (Fri, 04 Apr …
|
|
|
@3c8d75e6
|
15 years |
michaelni |
Only set duration for streams where it is likely correct.
Fixes …
|
|
|
@bce8840a
|
15 years |
michaelni |
Set nb_frames.
Also add DXSA tag (commited by mistake in this commit, …
|
|
|
@f04c6e35
|
15 years |
michaelni |
Compare the correct clocks for syncing video to audio/ext.
Fixes …
|
|
|
@36cbdc95
|
15 years |
Carl Eugen Hoyos |
Fix r21223: AVup samples (issue 1685) need a buf offset like AV1x …
|
|
|
@48ff3f7c
|
15 years |
michaelni |
Move the initial refresh scheduling for audio display away from where …
|
|
|
@c5e1e982
|
15 years |
Carl Eugen Hoyos |
Guess the duration before converting video and write guessed duration …
|
|
|
@a3cc2160
|
15 years |
michaelni |
Commit disapeared hunk, must have editied this out by mistake between …
|
|
|
@5d39be73
|
15 years |
Carl Eugen Hoyos |
Fix warnings about redefining constants when compiling libpostproc.
…
|
|
|
@70a4764d
|
15 years |
michaelni |
Autodetect when byte based seeking is better (that is for all formats …
|
|
|
@1a620dd7
|
15 years |
michaelni |
Use currently displayed file position instead of just url_ftell() for …
|
|
|
@c45ebd54
|
15 years |
michaelni |
Set AVPacket.pos in MPEG-PS demuxer.
Originally committed as revision …
|
|
|
@3890dd3a
|
15 years |
michaelni |
Fix seek flags
Originally committed as revision 21603 to …
|
|
|
@0694a009
|
15 years |
mans |
Fix build
Originally committed as revision 21602 to …
|
|
|
@9125806e
|
15 years |
Carl Eugen Hoyos |
Fix warnings about implicit function declaration when compiling …
|
|
|
@ecbed31
|
15 years |
stefano.sabatini-lala |
Use parentheses around && within ||, fix the gcc warning:
ffplay.c: In …
|
|
|
@df7d6e48
|
15 years |
stefano.sabatini-lala |
Reindent.
Originally committed as revision 21599 to …
|
|
|
@f8ccf72
|
15 years |
michaelni |
Check pkt.pts against the recording time.
This fixes at least ogg …
|
|
|
@d2a2b08c
|
15 years |
stefano.sabatini-lala |
Use pixel format descriptors to check if the input format is paletted. …
|
|
|
@4ebaec79
|
15 years |
siretart |
mention symbol versioning
Originally committed as revision 21594 to …
|
|
|
@99e0b12b
|
15 years |
michaelni |
Make sure the faulty timestamp detection is just done when we have a …
|
|
|
@f7119e42
|
15 years |
michaelni |
Reset frame_last_delay to 0.
This avoids a few ms delay for the first …
|
|
|
@acf24b87
|
15 years |
michaelni |
Move frame_last_delay into flush code as it must be reset on seeks to, …
|
|
|
@967030eb
|
15 years |
michaelni |
Reset frame_last_pts on flush (and thus also at start)
fixes issue558 …
|
|
|
@515bd00e
|
15 years |
michaelni |
Insert a flush packet into the que on init, that way common code …
|
|
|
@6c7d3ead
|
15 years |
michaelni |
"Flush" the picture que on seeks, this prevents the display thread …
|
|
|
@ca76a119
|
15 years |
pross |
Add a list of generic tags and change demuxers to follow it.
Patch by …
|
|
|
@b8bb398a
|
15 years |
michaelni |
Schedule refreshes from a thread that actually knows the PTS.
Fixes …
|
|
|
@68aefbe8
|
15 years |
michaelni |
Fix race condition with reading between video_current_pts and …
|
|
|
@f5668147
|
15 years |
michaelni |
Try to more completely update time variables on unpause.
Could not …
|
|
|
@8e14fbe8
|
15 years |
Thilo Borgmann |
Remove unnecessary fields in ALSSpecificConfig.
Originally committed …
|
|
|
@41a4cd0c
|
15 years |
michaelni |
Simplify get_video_clock()
Originally committed as revision 21582 to …
|
|
|
@59055363
|
15 years |
michaelni |
10l, forgot HAS_ARG, -drp segfaulted.
Originally committed as …
|
|
|
@5cd39284
|
15 years |
michaelni |
Set reordered_opaque during context alloc by default to …
|
|
|
@41db429d
|
15 years |
michaelni |
decoder reorder pts auto detection.
Originally committed as revision …
|
|
|
@6371c81a
|
15 years |
michaelni |
Fix indention.
Originally committed as revision 21578 to …
|
|
|
@411ff322
|
15 years |
michaelni |
Increase search range if no end timestamp could be found for the …
|
|
|
@351aff7
|
15 years |
stefano.sabatini-lala |
Fix grammar: write to DST THING -> write THING to DST.
Originally …
|
|
|
@b4b66456
|
15 years |
stefano.sabatini-lala |
Avoid usage of avcodec_get_pix_fmt_name() and …
|
|
|
@971c55f1
|
15 years |
kostya.shishkov |
Bink video codec id is there, demuxer can use it
Originally committed …
|
|
|
@abafc87c
|
15 years |
daniel |
Update binkaudio to new DECLARE_ALIGNED syntax
Originally committed …
|
|
|
@315c8d6c
|
15 years |
daniel |
libavcodec version bump for Bink codec IDs (r21536)
Originally …
|
|
|
@40da0b36
|
15 years |
pross |
Latent libavformat version bump for Bink demuxer (r21569)
Originally …
|
|
|
@c0d3f516
|
15 years |
pross |
Bink Audio decoder
Originally committed as revision 21570 to …
|
|
|
@2e375df5
|
15 years |
pross |
Bink demuxer
Originally committed as revision 21569 to …
|
|
|
@688621d7
|
15 years |
Reimar.Doeffinger |
Add include to fix implicit declaration of ff_mpeg4_init_direct_mv and …
|
|
|
@6b807c15
|
15 years |
pross |
Add v210x decoder long name
Originally committed as revision 21567 to …
|
|
|
@af0e6621
|
15 years |
stefano.sabatini-lala |
Declare support for the pixel formats:
PIX_FMT_YUVJ420P …
|
|
|
@37b2b0d6
|
15 years |
michaelni |
Get rid of a check in one direction that cant be true in it in that …
|
|
|
@e62bd367
|
15 years |
mans |
Blackfin: use SRAM only when CONFIG_SRAM is set
Originally committed …
|
|
|
@d132d50f
|
15 years |
mans |
Blackfin: use SRAM only when CONFIG_SRAM is set
Originally committed …
|
|
|
@6b35d421
|
15 years |
mans |
Add CONFIG_SRAM to allow use of on-chip SRAM on some systems
Some …
|
|
|
@2ef46053
|
15 years |
michaelni |
Fix seeking by bytes with the mouse and do so by default if the …
|
|
|
@c55806e3
|
15 years |
michaelni |
Flag to ignore dts on frames that contain pts.
This works around …
|
|
|
@6299a229
|
15 years |
michaelni |
Fix AVFormat AVOprions.
Originally committed as revision 21561 to …
|
|
|
@029ddf33
|
15 years |
Reimar.Doeffinger |
Store strings directly in mov_mdhd_language_map instead of using …
|
|
|
@909f6594
|
15 years |
stefano.sabatini-lala |
Reindent.
Originally committed as revision 30467 to …
|
|
|
@3ece3e52
|
15 years |
stefano.sabatini-lala |
Use a consistent convention for the names of the internal wrapper …
|
|
|
@f28f146
|
15 years |
michaelni |
Flush the bitreservour.
Fixes issue1716
Originally committed as …
|
|
|
@1c90d298
|
15 years |
Reimar.Doeffinger |
Always consider the mov language code as 4 bytes fixed size and change …
|
|
|
@832ec428
|
15 years |
Reimar.Doeffinger |
Simplify conversion to 5-bit ASCII.
Originally committed as revision …
|
|
|
@c676895f
|
15 years |
mans |
Separate audio-only tests so they are only run once
Originally …
|
|
|
@79ee4683
|
15 years |
michaelni |
Redesign packet queue full check to be more robust.
Originally …
|
|
|
@ce2421a5
|
15 years |
michaelni |
Bump up MAX_VIDEOQ_SIZE to fix stuttering of oddly interleaved avi …
|
|
|
@8757dc5e
|
15 years |
stefano.sabatini-lala |
Remove duplicated empty line.
Originally committed as revision 21553 …
|
|
|
@26468148
|
15 years |
michaelni |
Split first reference list comparission from mv comparission.
about …
|
|
|
@3d05c1fb
|
15 years |
Reimar.Doeffinger |
Make the jump-table section-relative for x86_64 with PIC enabled.
This …
|
|
|
@718c7b18
|
15 years |
stefano.sabatini-lala |
Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt() …
|
|
|