source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @2323ac01   16 years baptiste.coudurier match format in names list separated by commas Originally committed …
(edit) @055dc116   16 years stefan.gehrer added demuxer for FunCom ISS audio files, extended ADPCM decoder by …
(edit) @8a569fee   16 years vitor1001 Use shared sine window instead of defining another one. Originally …
(edit) @4bcafc9a   16 years lessen42 Update regression tests after r16651 Originally committed as revision …
(edit) @3cd329a3   16 years Carl Eugen Hoyos Fix compilation with --enable-libxvid. Originally committed as …
(edit) @2bb6eba2   16 years Aurélien Jacobs remove ff_get_fourcc() and use AV_RL32() instead Originally committed …
(edit) @9ce6c138   16 years Aurélien Jacobs export gcd function as av_gcd() Originally committed as revision …
(edit) @3194b004   16 years lessen42 Cosmetics: indent Originally committed as revision 16652 to …
(edit) @1c3db2aa   16 years lessen42 Treat disposition==0 as undefined and don't write the default flag …
(edit) @8a86aaa   16 years lessen42 Flush the buffer after writing the header and when done with writing …
(edit) @0d3d172   16 years Carl Eugen Hoyos Remove CODEC_ID_H264_VDPAU. Originally committed as revision 16649 to …
(edit) @78471234   16 years stefano.sabatini-lala Print a warning and fail if the graph description cannot be parsed. …
(edit) @439c6503   16 years stefan.gehrer remove duplicate tables Originally committed as revision 16647 to …
(edit) @7906f3ca   16 years tempn hybrid wavpack support Originally committed as revision 16646 to …
(edit) @e2260faa   16 years tempn add LM20 mimic in avi fourcc Originally committed as revision 16645 …
(edit) @74a4371   16 years stefan.gehrer use assignment of structure instead of memcpy Originally committed as …
(edit) @2c96535a   16 years kostya.shishkov WavPack hybrid mode support Originally committed as revision 16643 to …
(edit) @bef01ca0   16 years stefan.gehrer rename XXX_t enums to cavs_XXX to fix POSIX namespace issue …
(edit) @e685e8e   16 years stefan.gehrer rename vector_t to cavs_vector Originally committed as revision 16641 …
(edit) @2b324225   16 years Carl Eugen Hoyos Add mpeg1_vdpau decoder. Originally committed as revision 16640 to …
(edit) @0c5a43d6   16 years Reimar.Doeffinger Merge declaration and initialization of io_buffer_size Originally …
(edit) @2bdaf78c   16 years Reimar.Doeffinger Make io_buffer_size unsigned to avoid a warning about comparing signed …
(edit) @0ba39dd   16 years benoit.fouet Split ff_log_missing_feature into ff_log_missing_feature and …
(edit) @0e7ceb24   16 years Reimar.Doeffinger Return AVERROR(ENOMEM) instead of -1 when malloc fails in …
(edit) @aa805f94   16 years Reimar.Doeffinger Use AV_WB32 instead of reimplementing it. Originally committed as …
(edit) @dc2c2eea   16 years Reimar.Doeffinger Use av_mallocz instead of explicitly zeroing in …
(edit) @7ce820ef   16 years Reimar.Doeffinger Replace nonsense -1234 return value in dyn_buf_write by proper …
(edit) @9d9aac84   16 years benoit.fouet Make unsigned int a variable that does not need to be explicitely 32 …
(edit) @0ac1dc6f   16 years tempn add svq3 watermark support entry Originally committed as revision …
(edit) @e7edb2ea   16 years Carl Eugen Hoyos 12l: Fix compilation with --disable-vdpau. Originally committed as …
(edit) @76bd1cd8   16 years robert.swain Add maxrate and bufsize specifications for iPod presets. I omitted …
(edit) @4e2b4876   16 years Carl Eugen Hoyos Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will …
(edit) @d37edddc   16 years Carl Eugen Hoyos Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can …
(edit) @3700d800   16 years baptiste.coudurier support h264 extradata with 0x000001 startcode Originally committed …
(edit) @71e685b   16 years baptiste.coudurier use ff_avc_parse_nal_units_buf because output size might differ from …
(edit) @c844520   16 years baptiste.coudurier 10l, fix prototype Originally committed as revision 16625 to …
(edit) @d2984120   16 years baptiste.coudurier export ff_avc_parse_nal_units_buf Originally committed as revision …
(edit) @5d2160a0   16 years baptiste.coudurier move actual writing before so new size can be taken into account …
(edit) @a97772b1   16 years baptiste.coudurier return size written in ff_avc_parse_nal_units Originally committed as …
(edit) @764551c6   16 years Aurélien Jacobs add -Wundef compiler flag, to catch typo in #if or similar situations …
(edit) @8b192330   16 years Aurélien Jacobs explicitly disable CONFIG_AUDIO_NONSHORT Originally committed as …
(edit) @d80a7fe5   16 years Aurélien Jacobs move NULL_IF_CONFIG_SMALL() definition into internal header …
(edit) @2f5421d5   16 years Aurélien Jacobs move timer related code in a new timer.h file Originally committed as …
(edit) @ca93bc17   16 years lucabe72 Reindent after last commit Originally committed as revision 16617 to …
(edit) @0a63a676   16 years lucabe72 Do not reallocate AVPacket's data when muxing a packet Originally …
(edit) @2ea512a6   16 years robert.swain Factorise id3v2 header parsing from mp3.c to be shared Patch by Alex …
(edit) @f3ba7c54   16 years baptiste.coudurier use delay for subs and dirac too Originally committed as revision …
(edit) @a57fb91   16 years baptiste.coudurier add aud nal unit if not present in h264 bitstream Originally …
(edit) @e0e4be59   16 years Aurélien Jacobs matroskadec: ensure we only consider chapters which are properly …
(edit) @89ac55ad   16 years baptiste.coudurier consider other codecs packets contain only one access unit, not just …
(edit) @3d0a94f6   16 years baptiste.coudurier calculate pat, pmt and sdt exact size and adjust total bitrate …
(edit) @620b9df7   16 years baptiste.coudurier allow user to specify muxrate Originally committed as revision 16609 …
(edit) @469f5f25   16 years Aurélien Jacobs WORDS_BIGENDIAN must be checked with #ifdef Originally committed as …
(edit) @811a0aa7   16 years baptiste.coudurier warn if dts < pcr which means TS is invalid Originally committed as …
(edit) @31a25063   16 years baptiste.coudurier update seek regression tests due to ts modifications Originally …
(edit) @5541759f   16 years baptiste.coudurier only write dts if they differ from pts, according to specs Originally …
(edit) @46911c7a   16 years baptiste.coudurier use delay to avoid negative dts Originally committed as revision …
(edit) @de34dc39   16 years baptiste.coudurier set pts and dts of pes packets exactly according to specs Originally …
(edit) @49cdad8   16 years Aurélien Jacobs simplify: group all the AUDIO_NONSHORT parameters in the same place …
(edit) @e29a95b1   16 years Aurélien Jacobs libavutil/lzo.h is a local header Originally committed as revision …
(edit) @49fb20cb   16 years Aurélien Jacobs replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ …
(edit) @7356aaa7   16 years mans Fix mpeg audio regression test failure Originally committed as …
(edit) @0f6a659d   16 years diego Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_. CONFIG_ …
(edit) @576286ba   16 years diego Remove one more forgotten instance of USE_HIGHPRECISION indirection. …
(edit) @b5931348   16 years baptiste.coudurier compute pcr more accurately, regression tests need update Originally …
(edit) @c91662ce   16 years baptiste.coudurier include intreadwrite.h, fix compilation, img2.c use AV_RL32 …
(edit) @ad1eebe3   16 years diego Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION …
(edit) @ddda628e   16 years diego Remove pointless #if around header #includes. Originally committed as …
(edit) @ff5d91d9   16 years Carl Eugen Hoyos Fix compilation. Originally committed as revision 16592 to …
(edit) @6d32ec6c   16 years baptiste.coudurier cleanup gif, use BISTREAM_WRITER_LE Originally committed as revision …
(edit) @b63f641e   16 years Aurélien Jacobs Change semantic of CONFIG_*, HAVE_* and ARCH_*. They are now always …
(edit) @b250f9c6   16 years Aurélien Jacobs Change semantic of CONFIG_*, HAVE_* and ARCH_*. They are now always …
(edit) @959da985   16 years stefano.sabatini-lala Include libavformat/avformat.h before all the other libav* headers. …
(edit) @17bdc29   16 years victorpaesa Document the ld, st, while statements. Originally committed as …
(edit) @062e7c3c   16 years michaelni Avoid using sub_id in mpeg1/2video. Originally committed as revision …
(edit) @593b3219   16 years victorpaesa Document the same functions, in the same order, that eval.c has. …
(edit) @27ab726   16 years robert.swain Add presets for Apple iPod constraints Originally committed as …
(edit) @a6c2a5ef   16 years robert.swain Add presets to use as constraints for H.264 Baseline and Main profiles …
(edit) @c9b3c0c7   16 years michaelni Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3. …
(edit) @a14d138c   16 years michaelni Let the mpeg audio parser correct the codec_id. Originally committed …
(edit) @cb595b7f   16 years michaelni Add dummy mp1_decoder to complement the existing dummy mp2/mp3 …
(edit) @7f507b2d   16 years michaelni Add CODEC_ID_MP1. Originally committed as revision 16580 to …
(edit) @ed0879ed   16 years tempn add SLMJ fourcc to mjpeg Originally committed as revision 16579 to …
(edit) @7a96cd31   16 years kostya.shishkov VC-1 display dimensions should affect coded dimensions only (I think) …
(edit) @e9ca5f08   16 years kostya.shishkov Print VC-1 aspect ratio in debug Originally committed as revision …
(edit) @820089cb   16 years kostya.shishkov 421l: fix loop filter for P-frames in VC-1 Originally committed as …
(edit) @34f3f6d   16 years kostya.shishkov Cinepak strip ID is a single byte Originally committed as revision …
(edit) @d94b1f12   16 years kostya.shishkov Cinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought …
(edit) @1cd11856   16 years mans configure: add Alpha CPU types Originally committed as revision 16573 …
(edit) @8eec0fb6   16 years Aurélien Jacobs fix version protection Originally committed as revision 16572 to …
(edit) @af5f434f   16 years Aurélien Jacobs add the necessary include for LIBAV*_VERSION_* Originally committed …
(edit) @9a0cf9f   16 years mans ARM: use push/pop pseudo-instructions in simple_idct_armv6.S …
(edit) @e949794   16 years mans ARM: simple_idct_armv6.S whitespace cosmetics Originally committed as …
(edit) @7f727ace   16 years mans ARM: clean up pc-relative references in simple_idct_armv6.S …
(edit) @3b16c719   16 years mans ARM: use rX register names in simple_idct_armv6.S Originally …
(edit) @90993b38   16 years stefano.sabatini-lala Reindent after the last commit, while at it also add some spaces for …
(edit) @689a5f49   16 years stefano.sabatini-lala Make avfilter_open() set to NULL the pads and the filters when the …
(edit) @7b114c09   16 years mans AVI: add bswap.h include needed on big endian Originally committed as …
(edit) @a8e28698   16 years mans configure: fix PIC activation for x86_64 shared libs Originally …
(edit) @d9513de6   16 years stefano.sabatini-lala Add missing inclusion of libavutil/intreadwrite.h, fix compilation …
Note: See TracRevisionLog for help on using the revision log.