summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Use enum FrameType as parameter to construct_perm_table().Carl Eugen Hoyos2009-11-08
| | | | Originally committed as revision 20480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use enum PixelFormat instead of int for srcFormat and dstFormat.Carl Eugen Hoyos2009-11-08
| | | | Originally committed as revision 29857 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix start_frame(), which was issuing chroma artifacts with planarStefano Sabatini2009-11-08
| | | | | | formats with more than 8 bits per pixel (e.g. YUVXXXP16). Originally committed as revision 20479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set -DPREFIX for yasm simply whenever extern_prefix is set insteadReimar Döffinger2009-11-08
| | | | | | of hardcoding it based on the object format. Originally committed as revision 20478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Michael Niedermayer2009-11-08
| | | | | | 1l for me if it wherent sunday and i could buy cola. Originally committed as revision 20477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Always add -DPIC to YASM flags when pic is enabled.Reimar Döffinger2009-11-08
| | | | | | | | | This covers the previous case of x86_64 and shared, but also works with --enable-pic. For 32 bit x86 it currently makes no difference since x86inc.asm ignores -DPIC for non-x86_64. Originally committed as revision 20476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move code to avoid forward declarationBaptiste Coudurier2009-11-08
| | | | Originally committed as revision 20475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Let pmt override stream info when encoutered later in the ts file.Baptiste Coudurier2009-11-08
| | | | | | | Do not set codec id based on pes start code, this is unreliable. Fix gazeta-20090408-1456-aa.ts Originally committed as revision 20474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3dec: revert r20089. The change was just wrong. 10l for me.Justin Ruggles2009-11-08
| | | | Originally committed as revision 20473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support some LATM AAC streams (they can be decoded with MPlayer).Carl Eugen Hoyos2009-11-07
| | | | Originally committed as revision 20472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not set AVCodecContext.sample_fmt in the TMV and SoX demuxers.Justin Ruggles2009-11-07
| | | | Originally committed as revision 20471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simpliy exp*table init, based on patch by reimar.Michael Niedermayer2009-11-07
| | | | Originally committed as revision 20470 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document sws_freeContext().Stefano Sabatini2009-11-07
| | | | Originally committed as revision 29844 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* change \0xa9enc tag metadata name to encoder to match id3v2Baptiste Coudurier2009-11-06
| | | | Originally committed as revision 20469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: WavPack demuxer forgot to seek back to initial position after blockKostya Shishkov2009-11-06
| | | | | | contents parsing (for custom sampling rate). Originally committed as revision 20468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add pixel format descriptors for the HW-accelerated formats.Stefano Sabatini2009-11-05
| | | | | | This completes the list of all descriptors in av_pix_fmt_descriptors. Originally committed as revision 20467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PPC: make inline asm xform address test work with Apple toolsMåns Rullgård2009-11-05
| | | | Originally committed as revision 20466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IA64: do not automatically enable hardcoded tables if explicitly disabledMåns Rullgård2009-11-05
| | | | Originally committed as revision 20465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that theReimar Döffinger2009-11-05
| | | | | | | necessary ff_cos_tabs tables are initialized. Fixes issue 1507 (QDM2 broken since r20237 without hardcoded tables). Originally committed as revision 20464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch by Gordon IrlamGordon Irlam2009-11-05
| | | | | | | | | (gordonipub2 AT gordoni DOT com). This fixes H.264 over RTP when the SDP contains a "framesize:" attribute (for example, rtsp://video3.americafree.tv/AFTVCartoonsH264250.sdp ) Originally committed as revision 20463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, typoBaptiste Coudurier2009-11-05
| | | | Originally committed as revision 20462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* If custom sampling rate is set in WavPack file, parse first block to findKostya Shishkov2009-11-05
| | | | | | | | actual value. This fixes issue 1518. Originally committed as revision 20461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initialize block_parsed before reading first block header in WavPack demuxer,Kostya Shishkov2009-11-05
| | | | | | it will be useful later. Originally committed as revision 20460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not redundantly set stream nb_frames, it's already set in read_sttsBaptiste Coudurier2009-11-05
| | | | Originally committed as revision 20459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compute dts shift with ctts value, cslg atom might be missing, fix #419Baptiste Coudurier2009-11-05
| | | | Originally committed as revision 20458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check that duration is set to avoid fpeBaptiste Coudurier2009-11-05
| | | | Originally committed as revision 20457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn if stream timescale is not set and set it to 1 to avoid FPEBaptiste Coudurier2009-11-05
| | | | Originally committed as revision 20456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Corrects two typosReynaldo H. Verdejo Pinochet2009-11-05
| | | | Originally committed as revision 20455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decrement probe score at unsuported bppReynaldo H. Verdejo Pinochet2009-11-05
| | | | Originally committed as revision 20454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix \0xa9wrt metadata, to composer, fix issue #1501Baptiste Coudurier2009-11-05
| | | | Originally committed as revision 20453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct double include introduced by r20450Reynaldo H. Verdejo Pinochet2009-11-05
| | | | Originally committed as revision 20452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reduce stack memory allocation in MP3 decoderVitor Sessak2009-11-04
| | | | Originally committed as revision 20451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement ff_scale_vector_to_given_sum_of_squares()Reynaldo H. Verdejo Pinochet2009-11-04
| | | | | | | to aid generic gain control routines. Changes for qcelp are included. Patch Collin McQuillan. Originally committed as revision 20450 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits.Reimar Döffinger2009-11-04
| | | | | | | While this "wastes" up to 2x32 bytes it makes the code slightly simpler and less confusing. Originally committed as revision 20449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't lock the channel output configuration based on the first value seen forAlex Converse2009-11-03
| | | | | | | non extradata formats. Instead lock it only after the successful decoding of a frame. This fixes issue 999. Originally committed as revision 20448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Vertical align.Stefano Sabatini2009-11-03
| | | | Originally committed as revision 20447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use spaces after commas for improving readability.Stefano Sabatini2009-11-03
| | | | Originally committed as revision 20446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add slicify video filter.Stefano Sabatini2009-11-03
| | | | Originally committed as revision 20445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avfilter_get_video_buffer() useStefano Sabatini2009-11-03
| | | | | | | | | | | | | | | avfilter_default_get_video_buffer() if the get_video_buffer() callback is not defined in a filter. Libavfilter filters author have to explicitely define the get_video_buffer() callback if they want the buffer to be requested to the filter following in the filterchain. See the thread: "[FFmpeg-devel] [PATCH] Make avfilter_get_video_buffer() use default_get_video_buffer if callback not defined". Originally committed as revision 20444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explicitely define get_video_buffer() callbacks in the format,Stefano Sabatini2009-11-03
| | | | | | noformat and null filters. Originally committed as revision 20443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change file doxy fromStefano Sabatini2009-11-03
| | | | | | | | "video format and noformat filters" to "format and noformat video filters", as suggested by Diego. Originally committed as revision 20442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix/clarify description of the noformat filter.Stefano Sabatini2009-11-03
| | | | Originally committed as revision 20441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix grammar / clarify documentation for the format and noformatStefano Sabatini2009-11-03
| | | | | | filters. Originally committed as revision 20440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.movAndrew Wason2009-11-03
| | | | | | patch by Andrew Wason Originally committed as revision 20439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify AC-3 critical band end calculation (correctly this time).Justin Ruggles2009-11-03
| | | | Originally committed as revision 20438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r20050, which caused decoding errors with at least one valid AC-3 file.Justin Ruggles2009-11-03
| | | | Originally committed as revision 20437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Indent.Ramiro Polla2009-11-02
| | | | Originally committed as revision 20436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -fpre option to take a preset file as parameter. The -[avs]pre options noRamiro Polla2009-11-02
| | | | | | longer accept filenames, and -fpre should be used instead. Originally committed as revision 20435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add PIX_FMT_PAL flag to BGR8, BGR4_BYTE, RGB8, and RGB4_BYTE formats.Stefano Sabatini2009-11-02
| | | | Originally committed as revision 20434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid huge array for rgb ljpeg on the stack.Michael Niedermayer2009-11-02
| | | | | | Code tested with an ljpeg i had laying around. Originally committed as revision 20433 to svn://svn.ffmpeg.org/ffmpeg/trunk