source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @6cdbff63   16 years lessen42 Use the dimensions in tkhd for timed text tracks Originally committed …
(edit) @d52481b9   16 years ramiro.polla Pass subarch instead of arch to YASMFLAGS Originally committed as …
(edit) @7b5e8a27   16 years diego Extend 'checkheaders' target to architecture-specific subdirectories. …
(edit) @62045d48   16 years diego Split arch variable into arch and subarch. Originally committed as …
(edit) @1fc9fb8a   16 years diego Use 'enabled' function to simplify x86_64 check in the mingw32 …
(edit) @6a5d31ac   16 years diego Fix build: Add intreadwrite.h and bswap.h #includes where necessary. …
(edit) @7b04b8a   16 years ramiro.polla Add truncf() replacement function. Patch by Michael Kostylev <mik at …
(edit) @b9609848   16 years stefano.sabatini-lala Implement the avfilter_default_draw_slice() handler and use it in …
(edit) @b507ebd1   16 years ramiro.polla Use setmode() if it exists in <io.h>, and not based on O_BINARY. …
(edit) @5b6c2cbd   16 years diego Use 'enabled' function instead of raw 'test' calls in arch checks. …
(edit) @713891e   16 years diego Add my GPG key. Originally committed as revision 16551 to …
(edit) @470bce2b   16 years diego cosmetics: indentation Originally committed as revision 16550 to …
(edit) @c54286ab   16 years diego Fix illegal identifier starting with an underscore. Originally …
(edit) @64d50fa5   16 years baptiste.coudurier move ffindex set before mov_read_default so it can be used in …
(edit) @e503674   16 years diego Add necessary, remove unnecessary #includes. Originally committed as …
(edit) @ff8769e2   16 years diego Drop unnecessary intreadwrite.h and bswap.h #includes. Originally …
(edit) @84f8d1f6   16 years diego Add missing #include to fix 'make checkheaders'. Originally committed …
(edit) @0f010b2f   16 years diego cosmetics: Remove useless quotes. Originally committed as revision …
(edit) @3bbcba32   16 years diego 1l: better alphabetical order Originally committed as revision 16543 …
(edit) @26c7aa17   16 years diego Add missing --disable-armv6t2 to help output. Originally committed as …
(edit) @c8af74a9   16 years michaelni Increase BUFFER_SIZE. Fixes issue719. Originally committed as …
(edit) @203fa6b4   16 years michaelni fix indention Originally committed as revision 16540 to …
(edit) @20836483   16 years michaelni All negative values are errors not just -1. Originally committed as …
(edit) @528271ff   16 years michaelni Check the return of audio and video encoders. Originally committed as …
(edit) @95af5e1c   16 years michaelni All negative returns are errors not just -1. Originally committed as …
(edit) @42b7678d   16 years kostya.shishkov 30l: when reading mb_offset in RV30 slice header its size should be …
(edit) @87609b51   16 years baptiste.coudurier cosmetics Originally committed as revision 16535 to …
(edit) @985688b8   16 years baptiste.coudurier remove warnings about uninitialized vars Originally committed as …
(edit) @336c2ca5   16 years banan Add size that is needed for the wmapro codec Originally committed as …
(edit) @3d1b0fcd   16 years baptiste.coudurier cosmetics Originally committed as revision 16532 to …
(edit) @f6204886   16 years lessen42 Add support for muxing mov/mp4/3gp timed text streams Originally …
(edit) @58e9f2ed   16 years lessen42 Read extradata (justification, colors, fonts, etc) for mov/mp4 timed …
(edit) @6751a00   16 years kostya.shishkov RV30 decoder passes possible frame sizes in extradata and selects an …
(edit) @fd7f596   16 years baptiste.coudurier remove comment, this is not relevant anymore Originally committed as …
(edit) @2ba0470e   16 years baptiste.coudurier reindent Originally committed as revision 16527 to …
(edit) @7d637efa   16 years baptiste.coudurier check for negative dts value even if bitstream is already formated, …
(edit) @ff1c015d   16 years ramiro.polla Use coff as objformat for dos. Patch by Michael Kostylev <mik at it-1 …
(edit) @17170313   16 years Carl Eugen Hoyos Remove H264Context from vdpau_internal.h. Originally committed as …
(edit) @973c68cb   16 years Aurélien Jacobs fix warning: assignment makes pointer from integer without a cast …
(edit) @10652dd5   16 years Carl Eugen Hoyos Fix OBJS-$(CONFIG_H264_VDPAU_DECODER). Originally committed as …
(edit) @c639fc7   16 years Carl Eugen Hoyos Cosmetics: Rename ff_vdpau_h264_add_data_chunk as …
(edit) @1968e438   16 years Carl Eugen Hoyos Use only MpegEncContext in ff_vdpau_h264_add_data_chunk. Originally …
(edit) @6f0b5d6f   16 years Carl Eugen Hoyos Cosmetics: Break long line. Originally committed as revision 16519 to …
Note: See TracRevisionLog for help on using the revision log.