source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @cb397689   15 years diego Add long_name for Xxan codec. Originally committed as revision 20900 …
(edit) @0080402d   15 years kostya.shishkov Improve handling allocated buffers in Xan decoder Originally …
(edit) @2628f515   15 years kostya.shishkov cosmetics: reindent a bit Originally committed as revision 20898 to …
(edit) @a8eb8de4   15 years vitor1001 Add tables used by both AMR-NB and SIPR Originally committed as …
(edit) @da8af93   15 years mike Cosmetic: indent after last change. Originally committed as revision …
(edit) @e6e32bdc   15 years mike Optimize unpack_vectors() by not shuffling around redundant vectors. …
(edit) @b2cc811   15 years michaelni More sane error message when extradata has not been set. Originally …
(edit) @646eb55   15 years Carl Eugen Hoyos Swap red and blue when decoding r210. Originally committed as …
(edit) @2c2a167c   15 years michaelni It appears that waveformatextensible is mandatory for more cases than …
(edit) @4aaab0a3   15 years Reimar.Doeffinger Add decoder for R210 (uncompressed 10-bit RGB) codec. Originally …
(edit) @a3d995c1   15 years vitor1001 CD+G demuxer and decoder Patch by Michael Tison (gmail address: …
(edit) @8993535c   15 years jmenon86 10l : make sure probe buffer is large enough. Originally committed as …
(edit) @134271c2   15 years michaelni Only add 1 index entry per keyframe. Idea from a patch by samsung. …
(edit) @c3abb551   15 years Reimar.Doeffinger Set bits_per_raw_sample appropriately in dpx decoder. Originally …
(edit) @22ff3361   15 years jmenon86 Parse ID3v[12] metadata from TTA files. As a side-effect, this commit …
(edit) @5c910fca   15 years vitor1001 Cosmetics: make celp_filters.* formatting more consistent with the …
(edit) @6ef607c2   15 years vitor1001 Optimize ff_celp_lp_synthesis_filterf(). 50% faster in my tests. …
(edit) @5ad14c6c   15 years vitor1001 List myself as the maintainer of celp_filters.* Originally committed …
(edit) @18eb23db   15 years jmenon86 Update ffm reference checksums as a result of r20869. Originally …
(edit) @4aaebf78   15 years kostya.shishkov Reply to RTMP ping with the same value as received by client. Patch by …
(edit) @0fc2c0f6   15 years stefano.sabatini-lala Add -vlang option to set ISO 639 video stream language code. This is …
(edit) @b0bc928b   15 years Carl Eugen Hoyos Undo r20874: It broke AAC decoding. Originally committed as revision …
(edit) @18a49f1   15 years diego Remove unused variable, fixes the warning: libavformat/apetag.c:38: …
(edit) @06a3c9c4   15 years stefano.sabatini-lala Use positive logic in opt_target() for selecting the PAL/others …
(edit) @e6db28ce   15 years Carl Eugen Hoyos Simplify freeing of audio_language and subtitle_language. Patch by …
(edit) @257c7147   15 years Carl Eugen Hoyos Use enum and constant to avoid three icc warnings. Originally …
(edit) @798e589   15 years ramiro.polla Fix a typo in documentation. Originally committed as revision 20873 …
(edit) @c3c78324   15 years stefano.sabatini-lala Factorize opt+1 out in parse_options(), simplify. Originally …
(edit) @3d1ebac8   15 years Carl Eugen Hoyos Define _XOPEN_SOURCE as 600 before including a XSI extension header. …
(edit) @01558ee6   15 years stefano.sabatini-lala Use symbolic names for PAL/NTSC/FILM rather than numeric constants in …
(edit) @8c0c1122   15 years banan Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE …
(edit) @8b484d0f   15 years vitor1001 Correct typo Originally committed as revision 20868 to …
(edit) @d1ebd4a9   15 years alex.converse 10l: Don't spawn a subshell when disabling vdpau. Originally …
(edit) @cc38e063   15 years michaelni Revert flvdec.c part of r20836 Log: Use AV_METADATA_DONT_STRDUP* / …
(edit) @0f649d66   15 years michaelni Include dup/drop info if any frames where duplicated or droped instead …
(edit) @ed30e518   15 years michaelni Off by 1 bugfix for nb_frames_dup. From ffmbc0.3 Originally committed …
(edit) @7debef33   15 years michaelni Merge init & declaration of buf_end. From ffmbc0.3 Originally …
(edit) @b8af4fe9   15 years michaelni Set reordered_opaque in default_reget_buffer() with internal buffers. …
(edit) @954a0b48   15 years michaelni Check sample_aspect_ratio validity for mpeg4/h263/h263p encoding. …
(edit) @f0bc8449   15 years Carl Eugen Hoyos Use PIX_FMT_NONE for -1 when enum PixelFormat is expected (fixes two …
(edit) @1f15747f   15 years Carl Eugen Hoyos Use enum PixelFormat as type for input_pixfmt to avoid one icc …
(edit) @3db77ccf   15 years lucabe72 Support compressed formats in the V4L2 input device. Patch by klchxbec …
(edit) @9eb6e9d9   15 years lucabe72 Add support for V4L2 compressed formats in the table used for …
(edit) @9202218e   15 years lucabe72 Use the correct type for the V4L2 format. Originally committed as …
(edit) @158aa9f2   15 years lucabe72 Return pkt->size in v4l2_read_packet(). mmap_read_frame() takes care …
(edit) @deda2a4a   15 years alex.converse Disable vdpau support if the detected libvdpau does not support …
(edit) @8e9efe43   15 years daniel FLV 8-bit PCM is unsigned, not signed Fixes issue #1569 Originally …
(edit) @22b16e6a   15 years michaelni Factorize ic->streams[i] out, change from ffmbc Originally committed …
(edit) @b3e88ae8   15 years michaelni Place { of the function where indent -kr wants it. Also more …
(edit) @02483df4   15 years michaelni Make sure the Metadata: header is not printed if the only metadata …
(edit) @b298daea   15 years michaelni Move dump_metadata() to where it is in ffmbc, looks better. …
(edit) @229303d1   15 years michaelni indent Originally committed as revision 20848 to …
(edit) @4d9b6784   15 years michaelni Skip dumping language twice. This looks too ugly. Idea also from …
(edit) @2e720e11   15 years michaelni dump metadata for AVStreams & AVPrograms too. Originally committed as …
(edit) @8b5e5ec5   15 years michaelni Factorize dump_metadata() out. Idea from ffmbc, code not, mine is a …
(edit) @cc20679a   15 years michaelni Try to simplify av_estimate_timings_from_pts() like in ffmbc. Note if …
(edit) @35164ffe   15 years astrange Correct truncated ID3v1 genre name. Originally committed as revision …
(edit) @0e500e0d   15 years michaelni Debug av_log() about stream probing from ffmbc. Originally committed …
(edit) @0cd55b0c   15 years michaelni Add CODEC_ID_DNXHD into the 25 fps case. Merged from ffmbc. …
(edit) @da457e70   15 years michaelni Simplify code by using av_metadata_set2(). somewhat based on ffmbc …
(edit) @dfe9ee6   15 years michaelni More entries for ff_id3v2_metadata_conv from ffmbc. Originally …
(edit) @8a98be1a   15 years michaelni s/author/artist/ for ID3 from ffmbc Originally committed as revision …
(edit) @57f36fda   15 years michaelni More ID3v1 genres from ffmbc. Originally committed as revision 20837 …
(edit) @12ad6671   15 years michaelni Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of …
(edit) @b8f11ec8   15 years michaelni add av_metadata_set2(), AV_METADATA_DONT_STRDUP_KEY and …
(edit) @a181981e   15 years michaelni Add flags to prevent strdup() on arguments to av_metadata_set2(). I …
(edit) @813338a0   15 years michaelni Until -DHAVE_AV_CONFIG_H is removed from ffplays compilation, *printf …
(edit) @64b12fc3   15 years michaelni Move #include where it belongs. This as a sideeffect fixes the linking …
(edit) @17986563   15 years michaelni Get rid of useless casts. Originally committed as revision 20831 to …
(edit) @60a92a77   15 years michaelni APIchanges update for av_d2str() Originally committed as revision …
(edit) @277c733   15 years michaelni Add a function to convert a number to a av_malloced string. …
(edit) @005d9b57   15 years michaelni Print extradata in case of failure. I had this in my local tree and it …
(edit) @c3d15329   15 years michaelni APIChanges & minor bump due to avg_frame_rate addition. Originally …
(edit) @02b398ef   15 years michaelni Add avg_frame_rate. Originally committed as revision 20826 to …
(edit) @1261b07f   15 years Thilo Borgmann Read and decode block data in separate functions to prepare support …
(edit) @a76cf4e   15 years Carl Eugen Hoyos Use constant CODEC_ID_NONE instead of 0 where appropriate. Originally …
(edit) @51ce8c2f   15 years michaelni Remove commented out code. Originally committed as revision 20823 to …
(edit) @e4637d6a   15 years michaelni Show help if no cmd line options are provided at all. This safes the …
(edit) @0dae3e13   15 years kostya.shishkov Factor out extradata reading code. Borrowed from RM demuxer in FFmbc. …
(edit) @119c61a3   15 years kostya.shishkov RM audio stream version should be 16-bit followed by header size or …
(edit) @461ef741   15 years kostya.shishkov Make RM demuxer look more like proper demuxer by introducing codec …
(edit) @851ef875   15 years kostya.shishkov Factor out variable declaration Originally committed as revision …
(edit) @a4914ac7   15 years lessen42 Clarify comment: although still hacky, it is correct for existing …
(edit) @c39b94be   15 years lessen42 libtheoraenc.c: mark keyframes Originally committed as revision 20816 …
(edit) @5e15c7d   15 years lessen42 Fix PTS for OGM codecs. Fixes issue251 Originally committed as …
(edit) @7a14430e   15 years michaelni Be less picky on invalid frame_pred_frame_dct values. Fixed issue1615. …
(edit) @663c2edf   15 years stefano.sabatini-lala Only list libavfilter filters if libavfilter has been enabled during …
(edit) @c5dc6026   15 years stefano.sabatini-lala Move list_fmts() from ffmpeg.c to cmdutils.{h,c}, so that it can be …
(edit) @ae5e8caa   15 years Reimar.Doeffinger Add ROQ format regression test. Originally committed as revision …
(edit) @94621d32   15 years jmenon86 SVQ3 : Set avctx->pix_fmt correctly during decoder initialisation. …
(edit) @54c2421   15 years stefano.sabatini-lala Add an entry for the av_bmg_next() function addition. Originally …
(edit) @3ba69a15   15 years stefano.sabatini-lala Implement av_bmg_next(), a Box-Muller Gaussian random generator. See …
(edit) @62d75662   15 years stefano.sabatini-lala Implement a -filters option, listing all the available libavfilter …
(edit) @106fa129   15 years Carl Eugen Hoyos Reset pts_buffers in av_read_frame_flush(). Patch by John Stebbins, …
(edit) @92f99a33   15 years vitor1001 Commit functions used by both AMRNB and SIPR Originally committed as …
(edit) @dae658d7   15 years stefano.sabatini-lala Reduce the number of encoded frames for the dnxhd tests to 5. …
(edit) @6d01a97c   15 years Carl Eugen Hoyos Fail earlier for unsupported resolutions or pixel formats when …
(edit) @47a81dad   15 years michaelni indent Originally committed as revision 20802 to …
(edit) @a0b468f5   15 years michaelni Make sure av_new_packet() initializes the data and destruct pointers. …
(edit) @15a316c   15 years stefano.sabatini-lala Make parse_filter() parsing more robust. Add ';' and '\n' to the …
Note: See TracRevisionLog for help on using the revision log.