| Commit message (Expand) | Author | Age | Files | Lines |
* | Make opt_frame_pix_fmt() call show_pix_fmts() if the provided option | Stefano Sabatini | 2010-02-03 | 1 | -1/+1 |
* | The convertion between bit and byte is 8 not 60. | Michael Niedermayer | 2010-02-03 | 1 | -1/+1 |
* | Correct opts calulation in ffmpeg.c. | Michael Niedermayer | 2010-02-03 | 2 | -5/+2 |
* | Alternative solution for the mpegvideo_split + mov problem. | Michael Niedermayer | 2010-02-03 | 1 | -1/+4 |
* | Indentation cleanup | Peter Ross | 2010-02-03 | 1 | -3/+3 |
* | Extend IFF demuxer to parse PBM/ILBM bitmap chunks | Peter Ross | 2010-02-03 | 1 | -11/+88 |
* | IFF PBM/ILBM bitmap decoder | Peter Ross | 2010-02-03 | 6 | -1/+235 |
* | Revert | Michael Niedermayer | 2010-02-03 | 1 | -0/+1 |
* | Only set duration for streams where it is likely correct. | Michael Niedermayer | 2010-02-03 | 1 | -1/+2 |
* | Set nb_frames. | Michael Niedermayer | 2010-02-02 | 1 | -4/+4 |
* | Compare the correct clocks for syncing video to audio/ext. | Michael Niedermayer | 2010-02-02 | 1 | -2/+1 |
* | Fix r21223: AVup samples (issue 1685) need a buf offset like AV1x (issue 1684). | Carl Eugen Hoyos | 2010-02-02 | 1 | -1/+2 |
* | Move the initial refresh scheduling for audio display away from where it | Michael Niedermayer | 2010-02-02 | 1 | -4/+4 |
* | Guess the duration before converting video and write guessed duration | Justin Johnson | 2010-02-02 | 2 | -1/+14 |
* | Commit disapeared hunk, must have editied this out by mistake between local d... | Michael Niedermayer | 2010-02-02 | 1 | -0/+1 |
* | Fix warnings about redefining constants when compiling libpostproc. | Yuriy Kaminskiy | 2010-02-02 | 1 | -0/+3 |
* | Autodetect when byte based seeking is better (that is for all formats that allow | Michael Niedermayer | 2010-02-02 | 1 | -2/+5 |
* | Use currently displayed file position instead of just url_ftell() for seeking... | Michael Niedermayer | 2010-02-02 | 1 | -5/+14 |
* | Set AVPacket.pos in MPEG-PS demuxer. | Michael Niedermayer | 2010-02-02 | 2 | -27/+28 |
* | Fix seek flags | Michael Niedermayer | 2010-02-02 | 1 | -0/+1 |
* | Fix build | Måns Rullgård | 2010-02-01 | 1 | -2/+2 |
* | Fix warnings about implicit function declaration when compiling rtpdec.c | Alexis Ballier | 2010-02-01 | 3 | -7/+14 |
* | Use parentheses around && within ||, fix the gcc warning: | Stefano Sabatini | 2010-02-01 | 1 | -1/+1 |
* | Reindent. | Stefano Sabatini | 2010-02-01 | 1 | -8/+8 |
* | Check pkt.pts against the recording time. | Michael Niedermayer | 2010-02-01 | 3 | -9/+13 |
* | Use pixel format descriptors to check if the input format is paletted. | Stefano Sabatini | 2010-02-01 | 1 | -5/+1 |
* | mention symbol versioning | Reinhard Tartler | 2010-02-01 | 1 | -0/+1 |
* | Make sure the faulty timestamp detection is just done when we have a picture | Michael Niedermayer | 2010-02-01 | 1 | -0/+2 |
* | Reset frame_last_delay to 0. | Michael Niedermayer | 2010-02-01 | 1 | -1/+1 |
* | Move frame_last_delay into flush code as it must be reset on seeks to, | Michael Niedermayer | 2010-02-01 | 1 | -1/+1 |
* | Reset frame_last_pts on flush (and thus also at start) | Michael Niedermayer | 2010-02-01 | 1 | -0/+2 |
* | Insert a flush packet into the que on init, that way common code between | Michael Niedermayer | 2010-02-01 | 1 | -0/+3 |
* | "Flush" the picture que on seeks, this prevents the display thread from | Michael Niedermayer | 2010-02-01 | 1 | -4/+22 |
* | Add a list of generic tags and change demuxers to follow it. | Anton Khirnov | 2010-02-01 | 12 | -29/+72 |
* | Schedule refreshes from a thread that actually knows the PTS. | Michael Niedermayer | 2010-02-01 | 1 | -5/+2 |
* | Fix race condition with reading between video_current_pts and video_current_p... | Michael Niedermayer | 2010-02-01 | 1 | -10/+9 |
* | Try to more completely update time variables on unpause. | Michael Niedermayer | 2010-02-01 | 1 | -2/+7 |
* | Remove unnecessary fields in ALSSpecificConfig. | Thilo Borgmann | 2010-02-01 | 1 | -12/+8 |
* | Simplify get_video_clock() | Michael Niedermayer | 2010-02-01 | 1 | -4/+2 |
* | 10l, forgot HAS_ARG, -drp segfaulted. | Michael Niedermayer | 2010-02-01 | 1 | -1/+1 |
* | Set reordered_opaque during context alloc by default to AV_NOPTS_VALUE. | Michael Niedermayer | 2010-02-01 | 1 | -0/+1 |
* | decoder reorder pts auto detection. | Michael Niedermayer | 2010-01-31 | 1 | -5/+24 |
* | Fix indention. | Michael Niedermayer | 2010-01-31 | 1 | -18/+18 |
* | Increase search range if no end timestamp could be found for the duration | Michael Niedermayer | 2010-01-31 | 1 | -2/+9 |
* | Fix grammar: write to DST THING -> write THING to DST. | Stefano Sabatini | 2010-01-31 | 1 | -4/+4 |
* | Avoid usage of avcodec_get_pix_fmt_name() and | Stefano Sabatini | 2010-01-31 | 4 | -8/+12 |
* | Bink video codec id is there, demuxer can use it | Kostya Shishkov | 2010-01-31 | 1 | -1/+1 |
* | Update binkaudio to new DECLARE_ALIGNED syntax | Daniel Verkamp | 2010-01-31 | 1 | -2/+2 |
* | libavcodec version bump for Bink codec IDs (r21536) | Daniel Verkamp | 2010-01-31 | 1 | -1/+1 |
* | Latent libavformat version bump for Bink demuxer (r21569) | Peter Ross | 2010-01-31 | 1 | -1/+1 |