summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Remove FIXMEs for cases that are disallowed by the spec.Michael Niedermayer2010-02-07
| | | | Originally committed as revision 21669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check direct_8x8_inference_flag.Michael Niedermayer2010-02-07
| | | | Originally committed as revision 21668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip the fill_colmap() case thats for MBAFF if we dont have an MBAFF frame.Michael Niedermayer2010-02-07
| | | | Originally committed as revision 21667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement a physical concatenation protocol.Michele Orrù2010-02-07
| | | | | | Patch by Michele Orrù reverse(<moc.liamg@yp.rekam>). Originally committed as revision 21666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix CAVLC+8x8DCT+MBAFF loopfiltering.Michael Niedermayer2010-02-07
| | | | | | Fixes issue1250 Originally committed as revision 21665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix colocated map.Michael Niedermayer2010-02-07
| | | | Originally committed as revision 21664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix reference selection for colocated MBs from frames to fields.Michael Niedermayer2010-02-07
| | | | Originally committed as revision 21663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add assert(sps.direct_8x8_inference_flag) to FIXME comment.Michael Niedermayer2010-02-07
| | | | Originally committed as revision 21662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ref_offset must be added after checking references validity.Michael Niedermayer2010-02-07
| | | | Originally committed as revision 21661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing entries for the recent lsws API changes.Stefano Sabatini2010-02-06
| | | | Originally committed as revision 21660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libgsm installs headers in a subdirectory, use gsm.h from that subdirectory.Reinhard Tartler2010-02-06
| | | | | | Approved by Diego at FOSDEM. Originally committed as revision 21659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics : re-indent after r21639.Jai Menon2010-02-06
| | | | Originally committed as revision 21658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add include necessary for ff_set_qscaleReimar Döffinger2010-02-06
| | | | Originally committed as revision 21657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid using an intermediate variable.Jai Menon2010-02-06
| | | | Originally committed as revision 21656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant use of numchannels since it is 1 for mono.Jai Menon2010-02-06
| | | | Originally committed as revision 21655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alac.c : Use av_freep instead of av_free.Jai Menon2010-02-06
| | | | Originally committed as revision 21654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AVI metadata conversion table.Anton Khirnov2010-02-06
| | | | | | Patch by Anton Khirnov (gmail{wyskas}). Originally committed as revision 21653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r21615 | cehoyos | 2010-02-02 23:23:09 +0100 (Tue, 02 Feb 2010) | 5 ↵Justin Johnson2010-02-06
| | | | | | | | | | | | | | lines Guess the duration before converting video and write guessed duration into flv header. Patch by Justin Johnson, justin D johnson3 A gmail The change to ffmpeg.c is wrong as input and output files arent connected 1:1 (i seem to have missed that) Also it can segfault see ([FFmpeg-devel] rtp streaming x264+audio issues (and some ideas to fix them)) Originally committed as revision 21652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Long term references behave different from short term in spatial direct MV ↵Michael Niedermayer2010-02-06
| | | | | | | | calculation. Fixes FRExt_MMCO4_Sony_B / issue1251 Originally committed as revision 21651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add parentheses in boolean expression: (A && B || C) => ((A && B) || C),Stefano Sabatini2010-02-06
| | | | | | | | fix the warning: ffmpeg.c: In function ‘output_packet’: ffmpeg.c:1317: warning: suggest parentheses around && within || Originally committed as revision 21650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable ref_clock, fix the warning:Stefano Sabatini2010-02-06
| | | | | | | ffplay.c: In function ‘compute_frame_delay’: ffplay.c:1064: warning: unused variable ‘ref_clock’ Originally committed as revision 21649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify how usesVFilter and usesHFilter are set.Stefano Sabatini2010-02-05
| | | | Originally committed as revision 30520 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* 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