summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Satisfy style nits.Stefano Sabatini2010-02-05
| | | | Originally committed as revision 21648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxument url_fdopen().Stefano Sabatini2010-02-05
| | | | Originally committed as revision 21647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply misc fixes to sws_getCoefficients() doxy.Stefano Sabatini2010-02-05
| | | | Originally committed as revision 30519 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Satisfy consistency need:Stefano Sabatini2010-02-05
| | | | | | int * sws_getCoefficients -> int *sws_getCoefficients. Originally committed as revision 30518 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add function to translate SWS_CS_* to coefficient arrayDavid Conrad2010-02-05
| | | | Originally committed as revision 30513 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* make the RDFT vissualizatiom default, the scopes are ugly and eat CPU likeMichael Niedermayer2010-02-05
| | | | | | piranhas. Originally committed as revision 21646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure the rdft has enough audio available.Michael Niedermayer2010-02-05
| | | | | | 10l (looks cleaner now) Originally committed as revision 21645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* strn muxing in avi support.Michael Niedermayer2010-02-05
| | | | | | untested as ffmpeg.c has no means to set AVStream metadata (patchwelcome) Originally committed as revision 21644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support strn tag in avidec.Michael Niedermayer2010-02-05
| | | | Originally committed as revision 21643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correcting wrong looking stream_id validity check in avidec.Michael Niedermayer2010-02-05
| | | | Originally committed as revision 21642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Scale rdft vissualization up by 2 so theres no unused space on the topMichael Niedermayer2010-02-05
| | | | | | | but rather the unimportant high frequencies are cut off if the window is not a multiple of 2 high. Originally committed as revision 21641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not segfault when doing "ffplay -h"Vitor Sessak2010-02-05
| | | | Originally committed as revision 21640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pretty RDFT audio visualization.Michael Niedermayer2010-02-05
| | | | Originally committed as revision 21639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fast seeking.Michael Niedermayer2010-02-05
| | | | | | Try clicking with the mouse in the window, hold the button and drag. Originally committed as revision 21638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ALAC 24 bps decoding support.Jai Menon2010-02-04
| | | | Originally committed as revision 21637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix large timebases.Michael Niedermayer2010-02-04
| | | | | | Fixed issue1633 Originally committed as revision 21636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement cool new vlc code.Michael Niedermayer2010-02-04
| | | | | | Fixes issue1637 Originally committed as revision 21635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* autoexitMichael Niedermayer2010-02-04
| | | | | | implements issue1019 Originally committed as revision 21634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Dont try generic seek if seek request before first index entry and backward.Michael Niedermayer2010-02-03
| | | | | | Fixes issue1275 Originally committed as revision 21633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement shuffle_bytes_abcd() functions and use them for shufflingStefano Sabatini2010-02-03
| | | | | | | | | | | | bytes when converting between RGB32 variants. In particular fix the argb -> rgba and abgr -> bgra conversions. See the thread: Subject: [FFmpeg-devel] [RFC] RGB32 / BGR32 ethernal bug Date: Tue, 26 Jan 2010 01:06:18 +0100 Originally committed as revision 30501 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Clean after toggling wave.Michael Niedermayer2010-02-03
| | | | | | Fixes issue1180. Originally committed as revision 21632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use pixel format descriptors for checking if the input format isStefano Sabatini2010-02-03
| | | | | | paletted. Simpler and more robust. Originally committed as revision 21631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to open decoders in av_find_stream_info() even if no packets for theMichael Niedermayer2010-02-03
| | | | | | | stream are found. Fixes issue1385 Originally committed as revision 21630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move is->frame_timer init from start to flush_pkt handling so it is alsoMichael Niedermayer2010-02-03
| | | | | | | done on seeking. This fixes the bug where after reaching the end and waiting a few seconds seeking back to the begin messes up AV sync and playback speed. Originally committed as revision 21629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make opt_frame_pix_fmt() call show_pix_fmts() if the provided optionStefano Sabatini2010-02-03
| | | | | | is "list". Originally committed as revision 21628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The convertion between bit and byte is 8 not 60.Michael Niedermayer2010-02-03
| | | | | | Fixes wrong cursor key seek distances. Originally committed as revision 21627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct opts calulation in ffmpeg.c.Michael Niedermayer2010-02-03
| | | | | | | | | | This correct the stop point for demuxing with -vcodec copy and -t as well as packet interleaving. (we already diddrop packets but kept demuxing them for too long due to opts being wrong) the change to ffm is due to 2 packets with timestamp 0 being stored in different order. Originally committed as revision 21626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alternative solution for the mpegvideo_split + mov problem.Michael Niedermayer2010-02-03
| | | | Originally committed as revision 21625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Indentation cleanupPeter Ross2010-02-03
| | | | Originally committed as revision 21624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend IFF demuxer to parse PBM/ILBM bitmap chunksPeter Ross2010-02-03
| | | | Originally committed as revision 21623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IFF PBM/ILBM bitmap decoderPeter Ross2010-02-03
| | | | Originally committed as revision 21622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RevertMichael Niedermayer2010-02-03
| | | | | | | | | | | r12684 | michael | 2008-04-04 02:43:34 +0200 (Fri, 04 Apr 2008) | 2 lines Disable the split function. This should end the mpeg1/2 global header issues. The split function is essential for -ss to work Fixes issue1226 If this breaks something please tell me, also if someoen remembers what problem this originally caused tell me too, i searched but couldnt find it. Originally committed as revision 21621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only set duration for streams where it is likely correct.Michael Niedermayer2010-02-03
| | | | | | Fixes issue1120 Originally committed as revision 21620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set nb_frames.Michael Niedermayer2010-02-02
| | | | | | | Also add DXSA tag (commited by mistake in this commit, i can revert and recommit seperately if someone wants) Originally committed as revision 21619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Compare the correct clocks for syncing video to audio/ext.Michael Niedermayer2010-02-02
| | | | | | Fixes initial delay on video from issue1134. Originally committed as revision 21618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix r21223: AVup samples (issue 1685) need a buf offset like AV1x (issue 1684).Carl Eugen Hoyos2010-02-02
| | | | Originally committed as revision 21617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the initial refresh scheduling for audio display away from where itMichael Niedermayer2010-02-02
| | | | | | can interfere with video. Originally committed as revision 21616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Guess the duration before converting video and write guessed durationJustin Johnson2010-02-02
| | | | | | | | into flv header. Patch by Justin Johnson, justin D johnson3 A gmail Originally committed as revision 21615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Commit disapeared hunk, must have editied this out by mistake between local ↵Michael Niedermayer2010-02-02
| | | | | | | | debug statements. This should fix seeking in TS. Originally committed as revision 21614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix warnings about redefining constants when compiling libpostproc.Yuriy Kaminskiy2010-02-02
| | | | | | Patch by Yuriy Kaminskiy, yumkam mail ru Originally committed as revision 21607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Autodetect when byte based seeking is better (that is for all formats that allowMichael Niedermayer2010-02-02
| | | | | | | discontinuities) Fixes issue1090 Originally committed as revision 21606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use currently displayed file position instead of just url_ftell() for ↵Michael Niedermayer2010-02-02
| | | | | | | | seeking by bytes. This fixes seeking back with the cursor keys and -bytes. Originally committed as revision 21605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set AVPacket.pos in MPEG-PS demuxer.Michael Niedermayer2010-02-02
| | | | Originally committed as revision 21604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix seek flagsMichael Niedermayer2010-02-02
| | | | Originally committed as revision 21603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix buildMåns Rullgård2010-02-01
| | | | Originally committed as revision 21602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix warnings about implicit function declaration when compiling rtpdec.cAlexis Ballier2010-02-01
| | | | | | Patch by Alexis Ballier, alexis D ballier A gmail Originally committed as revision 21601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use parentheses around && within ||, fix the gcc warning:Stefano Sabatini2010-02-01
| | | | | | | ffplay.c: In function ‘video_thread’: ffplay.c:1391: warning: suggest parentheses around && within || Originally committed as revision 21600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent.Stefano Sabatini2010-02-01
| | | | Originally committed as revision 21599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check pkt.pts against the recording time.Michael Niedermayer2010-02-01
| | | | | | This fixes at least ogg encoding with -t where the file was slightly too long. Originally committed as revision 21598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use pixel format descriptors to check if the input format is paletted.Stefano Sabatini2010-02-01
| | | | Originally committed as revision 21597 to svn://svn.ffmpeg.org/ffmpeg/trunk