22556 Commits (b9e06dddb7d5ac3c5c75377fa796b267427679d9)
 

Author SHA1 Message Date
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
Michael Niedermayer 411ff3225f Increase search range if no end timestamp could be found for the duration 15 years ago
Stefano Sabatini 351aff72a4 Fix grammar: write to DST THING -> write THING to DST. 15 years ago
Stefano Sabatini b4b6645655 Avoid usage of avcodec_get_pix_fmt_name() and 15 years ago
Kostya Shishkov 971c55f186 Bink video codec id is there, demuxer can use it 15 years ago
Daniel Verkamp abafc87c46 Update binkaudio to new DECLARE_ALIGNED syntax 15 years ago
Daniel Verkamp 315c8d6c4e libavcodec version bump for Bink codec IDs (r21536) 15 years ago
Peter Ross 40da0b3691 Latent libavformat version bump for Bink demuxer (r21569) 15 years ago
Peter Ross c0d3f516cb Bink Audio decoder 15 years ago
Peter Ross 2e375df5b2 Bink demuxer 15 years ago
Reimar Döffinger 688621d76b Add include to fix implicit declaration of ff_mpeg4_init_direct_mv and 15 years ago
Peter Ross 6b807c15aa Add v210x decoder long name 15 years ago
Stefano Sabatini af0e662169 Declare support for the pixel formats: 15 years ago
Michael Niedermayer 37b2b0d6cd Get rid of a check in one direction that cant be true in it in that part 15 years ago