summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Flush the buffer after writing the header and when done with writing the filesDavid Conrad2009-01-17
| | | | | | Fixes writing small (~4kb) files. Originally committed as revision 16650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove CODEC_ID_H264_VDPAU.Carl Eugen Hoyos2009-01-17
| | | | Originally committed as revision 16649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print a warning and fail if the graph description cannot beStefano Sabatini2009-01-16
| | | | | | parsed. Originally committed as revision 16648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate tablesStefan Gehrer2009-01-16
| | | | Originally committed as revision 16647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hybrid wavpack supportBen Littler2009-01-16
| | | | Originally committed as revision 16646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add LM20 mimic in avi fourccBen Littler2009-01-16
| | | | Originally committed as revision 16645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use assignment of structure instead of memcpyStefan Gehrer2009-01-16
| | | | Originally committed as revision 16644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WavPack hybrid mode supportKostya Shishkov2009-01-16
| | | | Originally committed as revision 16643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename XXX_t enums to cavs_XXX to fix POSIX namespace issueStefan Gehrer2009-01-16
| | | | Originally committed as revision 16642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename vector_t to cavs_vectorStefan Gehrer2009-01-16
| | | | Originally committed as revision 16641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add mpeg1_vdpau decoder.Carl Eugen Hoyos2009-01-16
| | | | Originally committed as revision 16640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge declaration and initialization of io_buffer_sizeReimar Döffinger2009-01-16
| | | | Originally committed as revision 16639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make io_buffer_size unsigned to avoid a warning about comparingReimar Döffinger2009-01-16
| | | | | | signed and unsigned values. Originally committed as revision 16638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split ff_log_missing_feature into ff_log_missing_featureKenan Gillet2009-01-16
| | | | | | | and ff_log_ask_for_sample. Patch by Kenan Gillet: gmail_adress(author) Originally committed as revision 16637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Return AVERROR(ENOMEM) instead of -1 when malloc fails in ↵Reimar Döffinger2009-01-16
| | | | | | url_open_dyn_buf_internal Originally committed as revision 16636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AV_WB32 instead of reimplementing it.Reimar Döffinger2009-01-16
| | | | Originally committed as revision 16635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use av_mallocz instead of explicitly zeroing in url_open_dyn_buf_internal.Reimar Döffinger2009-01-16
| | | | Originally committed as revision 16634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace nonsense -1234 return value in dyn_buf_write by proper AVERROR(ENOMEM)Reimar Döffinger2009-01-16
| | | | Originally committed as revision 16633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make unsigned int a variable that does not need to be explicitely 32 bits.Marc Mason2009-01-16
| | | | | | | Fixes a warning. Patch by: Marc Mason mpeg (your_ad_here) blue (chez) free fr Originally committed as revision 16632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add svq3 watermark support entryBen Littler2009-01-16
| | | | Originally committed as revision 16631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 12l: Fix compilation with --disable-vdpau.Carl Eugen Hoyos2009-01-16
| | | | Originally committed as revision 16630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add maxrate and bufsize specifications for iPod presets. I omitted theseRobert Swain2009-01-16
| | | | | | originally as I thought x264 set these automatically when specifying a level. Originally committed as revision 16629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which willNVIDIA Corporation2009-01-16
| | | | | | | | be used by MPlayer. Original patch by NVIDIA corporation. Originally committed as revision 28322 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which canNVIDIA Corporation2009-01-16
| | | | | | | | be used by video players. Original patch by NVIDIA corporation. Originally committed as revision 16628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support h264 extradata with 0x000001 startcodeBaptiste Coudurier2009-01-16
| | | | Originally committed as revision 16627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ff_avc_parse_nal_units_buf because output size might differ from input sizeBaptiste Coudurier2009-01-16
| | | | Originally committed as revision 16626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, fix prototypeBaptiste Coudurier2009-01-16
| | | | Originally committed as revision 16625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export ff_avc_parse_nal_units_bufBaptiste Coudurier2009-01-16
| | | | Originally committed as revision 16624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move actual writing before so new size can be taken into accountBaptiste Coudurier2009-01-16
| | | | Originally committed as revision 16623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return size written in ff_avc_parse_nal_unitsBaptiste Coudurier2009-01-16
| | | | Originally committed as revision 16622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add -Wundef compiler flag, to catch typo in #if or similar situationsAurelien Jacobs2009-01-16
| | | | Originally committed as revision 16621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* explicitly disable CONFIG_AUDIO_NONSHORTAurelien Jacobs2009-01-16
| | | | Originally committed as revision 16620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move NULL_IF_CONFIG_SMALL() definition into internal headerAurelien Jacobs2009-01-15
| | | | Originally committed as revision 16619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move timer related code in a new timer.h fileAurelien Jacobs2009-01-15
| | | | Originally committed as revision 16618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after last commitLuca Abeni2009-01-15
| | | | Originally committed as revision 16617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not reallocate AVPacket's data when muxing a packetLuca Abeni2009-01-15
| | | | Originally committed as revision 16616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorise id3v2 header parsing from mp3.c to be sharedAlex Converse2009-01-15
| | | | | | Patch by Alex Converse ( alex converse gmail com ) Originally committed as revision 16615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use delay for subs and dirac tooBaptiste Coudurier2009-01-15
| | | | Originally committed as revision 16614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add aud nal unit if not present in h264 bitstreamBaptiste Coudurier2009-01-15
| | | | Originally committed as revision 16613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: ensure we only consider chapters which are properly orderedAurelien Jacobs2009-01-15
| | | | Originally committed as revision 16612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consider other codecs packets contain only one access unit, not just audioBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* calculate pat, pmt and sdt exact size and adjust total bitrateBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow user to specify muxrateBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WORDS_BIGENDIAN must be checked with #ifdefAurelien Jacobs2009-01-14
| | | | Originally committed as revision 16608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn if dts < pcr which means TS is invalidBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update seek regression tests due to ts modificationsBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only write dts if they differ from pts, according to specsBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use delay to avoid negative dtsBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pts and dts of pes packets exactly according to specsBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify: group all the AUDIO_NONSHORT parameters in the same placeAurelien Jacobs2009-01-14
| | | | Originally committed as revision 16602 to svn://svn.ffmpeg.org/ffmpeg/trunk