22769 Commits (69a28f3e2bdbf10ac5b4e73fafa447eb570e1da4)
 

Author SHA1 Message Date
Michael Niedermayer 2d1653b065 autoexit 15 years ago
Michael Niedermayer 8c3b161e9e Dont try generic seek if seek request before first index entry and backward. 15 years ago
Stefano Sabatini 82e5f86bd5 Implement shuffle_bytes_abcd() functions and use them for shuffling 15 years ago
Michael Niedermayer f5968788bb Clean after toggling wave. 15 years ago
Stefano Sabatini ef9f8dd730 Use pixel format descriptors for checking if the input format is 15 years ago
Michael Niedermayer 43e4d57f66 Try to open decoders in av_find_stream_info() even if no packets for the 15 years ago
Michael Niedermayer b25453bdfc Move is->frame_timer init from start to flush_pkt handling so it is also 15 years ago
Stefano Sabatini cedac88250 Make opt_frame_pix_fmt() call show_pix_fmts() if the provided option 15 years ago
Michael Niedermayer 566cd2cba1 The convertion between bit and byte is 8 not 60. 15 years ago
Michael Niedermayer f575f08ccb Correct opts calulation in ffmpeg.c. 15 years ago
Michael Niedermayer 5bfe91e683 Alternative solution for the mpegvideo_split + mov problem. 15 years ago
Peter Ross 451b353d87 Indentation cleanup 15 years ago
Peter Ross 02c4f626a8 Extend IFF demuxer to parse PBM/ILBM bitmap chunks 15 years ago
Peter Ross b9e06dddb7 IFF PBM/ILBM bitmap decoder 15 years ago
Michael Niedermayer 299fd39697 Revert 15 years ago
Michael Niedermayer 3c8d75e65b Only set duration for streams where it is likely correct. 15 years ago
Michael Niedermayer bce8840a4e Set nb_frames. 15 years ago
Michael Niedermayer f04c6e35d4 Compare the correct clocks for syncing video to audio/ext. 15 years ago
Carl Eugen Hoyos 36cbdc9539 Fix r21223: AVup samples (issue 1685) need a buf offset like AV1x (issue 1684). 15 years ago
Michael Niedermayer 48ff3f7cc8 Move the initial refresh scheduling for audio display away from where it 15 years ago
Justin Johnson c5e1e9827d Guess the duration before converting video and write guessed duration 15 years ago
Michael Niedermayer a3cc2160e0 Commit disapeared hunk, must have editied this out by mistake between local debug statements. 15 years ago
Yuriy Kaminskiy 5d39be73cb Fix warnings about redefining constants when compiling libpostproc. 15 years ago
Michael Niedermayer 70a4764d0e Autodetect when byte based seeking is better (that is for all formats that allow 15 years ago
Michael Niedermayer 1a620dd79e Use currently displayed file position instead of just url_ftell() for seeking by bytes. 15 years ago
Michael Niedermayer c45ebd5461 Set AVPacket.pos in MPEG-PS demuxer. 15 years ago
Michael Niedermayer 3890dd3a5c Fix seek flags 15 years ago
Måns Rullgård 0694a009b6 Fix build 15 years ago
Alexis Ballier 9125806e34 Fix warnings about implicit function declaration when compiling rtpdec.c 15 years ago
Stefano Sabatini ecbed31c00 Use parentheses around && within ||, fix the gcc warning: 15 years ago
Stefano Sabatini df7d6e484c Reindent. 15 years ago
Michael Niedermayer f8ccf72005 Check pkt.pts against the recording time. 15 years ago
Stefano Sabatini d2a2b08cfe Use pixel format descriptors to check if the input format is paletted. 15 years ago
Reinhard Tartler 4ebaec791c mention symbol versioning 15 years ago
Michael Niedermayer 99e0b12bd7 Make sure the faulty timestamp detection is just done when we have a picture 15 years ago
Michael Niedermayer f7119e42e1 Reset frame_last_delay to 0. 15 years ago
Michael Niedermayer acf24b870f Move frame_last_delay into flush code as it must be reset on seeks to, 15 years ago
Michael Niedermayer 967030eb24 Reset frame_last_pts on flush (and thus also at start) 15 years ago
Michael Niedermayer 515bd00e65 Insert a flush packet into the que on init, that way common code between 15 years ago
Michael Niedermayer 6c7d3ead79 "Flush" the picture que on seeks, this prevents the display thread from 15 years ago
Anton Khirnov ca76a11948 Add a list of generic tags and change demuxers to follow it. 15 years ago
Michael Niedermayer b8bb398a40 Schedule refreshes from a thread that actually knows the PTS. 15 years ago
Michael Niedermayer 68aefbe81c Fix race condition with reading between video_current_pts and video_current_pts_time. 15 years ago
Michael Niedermayer f5668147cb Try to more completely update time variables on unpause. 15 years ago
Thilo Borgmann 8e14fbe89b Remove unnecessary fields in ALSSpecificConfig. 15 years ago
Michael Niedermayer 41a4cd0c33 Simplify get_video_clock() 15 years ago
Michael Niedermayer 5905536347 10l, forgot HAS_ARG, -drp segfaulted. 15 years ago
Michael Niedermayer 5cd3928478 Set reordered_opaque during context alloc by default to AV_NOPTS_VALUE. 15 years ago
Michael Niedermayer 41db429dd5 decoder reorder pts auto detection. 15 years ago
Michael Niedermayer 6371c81a92 Fix indention. 15 years ago