21967 Commits (e75d233506a044b1fcf81250d0941a2176fe6399)
 

Author SHA1 Message Date
Luca Abeni 9eb6e9d9d3 Add support for V4L2 compressed formats in the table used for converting 15 years ago
Luca Abeni 9202218e5d Use the correct type for the V4L2 format. 15 years ago
Luca Abeni 158aa9f2db Return pkt->size in v4l2_read_packet(). 15 years ago
Alex Converse deda2a4a72 Disable vdpau support if the detected libvdpau does not support MPEG-4. 15 years ago
Daniel Verkamp 8e9efe4392 FLV 8-bit PCM is unsigned, not signed 15 years ago
Michael Niedermayer 22b16e6a5d Factorize ic->streams[i] out, 15 years ago
Michael Niedermayer b3e88ae84b Place { of the function where indent -kr wants it. 15 years ago
Michael Niedermayer 02483df478 Make sure the Metadata: header is not printed if the only metadata will not 15 years ago
Michael Niedermayer b298daea1a Move dump_metadata() to where it is in ffmbc, looks better. 15 years ago
Michael Niedermayer 229303d16c indent 15 years ago
Michael Niedermayer 4d9b678448 Skip dumping language twice. 15 years ago
Michael Niedermayer 2e720e11bc dump metadata for AVStreams & AVPrograms too. 15 years ago
Michael Niedermayer 8b5e5ec5d7 Factorize dump_metadata() out. 15 years ago
Michael Niedermayer cc20679a41 Try to simplify av_estimate_timings_from_pts() like in ffmbc. 15 years ago
Alexander Strange 35164ffe50 Correct truncated ID3v1 genre name. 15 years ago
Michael Niedermayer 0e500e0db2 Debug av_log() about stream probing from ffmbc. 15 years ago
Michael Niedermayer 0cd55b0c18 Add CODEC_ID_DNXHD into the 25 fps case. 15 years ago
Michael Niedermayer da457e7086 Simplify code by using av_metadata_set2(). 15 years ago
Michael Niedermayer dfe9ee6b95 More entries for ff_id3v2_metadata_conv from ffmbc. 15 years ago
Michael Niedermayer 8a98be1a08 s/author/artist/ for ID3 15 years ago
Michael Niedermayer 57f36fda56 More ID3v1 genres from ffmbc. 15 years ago
Michael Niedermayer 12ad66712a Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped 15 years ago
Michael Niedermayer b8f11ec887 add av_metadata_set2(), AV_METADATA_DONT_STRDUP_KEY and AV_METADATA_DONT_STRDUP_VAL 15 years ago
Michael Niedermayer a181981eb4 Add flags to prevent strdup() on arguments to av_metadata_set2(). 15 years ago
Michael Niedermayer 813338a00a Until -DHAVE_AV_CONFIG_H is removed from ffplays compilation, *printf must be #undef. 15 years ago
Michael Niedermayer 64b12fc317 Move #include where it belongs. 15 years ago
Michael Niedermayer 17986563eb Get rid of useless casts. 15 years ago
Michael Niedermayer 60a92a77f3 APIchanges update for av_d2str() 15 years ago
Michael Niedermayer 277c733237 Add a function to convert a number to a av_malloced string. 15 years ago
Michael Niedermayer 005d9b57ad Print extradata in case of failure. I had this in my local tree and it 15 years ago
Michael Niedermayer c3d1532944 APIChanges & minor bump due to avg_frame_rate addition. 15 years ago
Michael Niedermayer 02b398ef49 Add avg_frame_rate. 15 years ago
Thilo Borgmann 1261b07f5f Read and decode block data in separate functions to prepare support for 15 years ago
Carl Eugen Hoyos a76cf4e197 Use constant CODEC_ID_NONE instead of 0 where appropriate. 15 years ago
Michael Niedermayer 51ce8c2f87 Remove commented out code. 15 years ago
Michael Niedermayer e4637d6a60 Show help if no cmd line options are provided at all. 15 years ago
Kostya Shishkov 0dae3e13e3 Factor out extradata reading code. 15 years ago
Kostya Shishkov 119c61a30f RM audio stream version should be 16-bit followed by header size or reserved 15 years ago
Kostya Shishkov 461ef74116 Make RM demuxer look more like proper demuxer by introducing codec tags 15 years ago
Kostya Shishkov 851ef8755b Factor out variable declaration 15 years ago
David Conrad a4914ac708 Clarify comment: although still hacky, it is correct for existing libtheora 15 years ago
David Conrad c39b94be60 libtheoraenc.c: mark keyframes 15 years ago
David Conrad 5e15c7d95b Fix PTS for OGM codecs. 15 years ago
Michael Niedermayer 7a14430ed7 Be less picky on invalid frame_pred_frame_dct values. 15 years ago
Stefano Sabatini 663c2edf5a Only list libavfilter filters if libavfilter has been enabled during 15 years ago
Stefano Sabatini c5dc602600 Move list_fmts() from ffmpeg.c to cmdutils.{h,c}, so that it can be 15 years ago
Reimar Döffinger ae5e8caa3d Add ROQ format regression test. 15 years ago
Jai Menon 94621d329f SVQ3 : Set avctx->pix_fmt correctly during decoder initialisation. 15 years ago
Stefano Sabatini 54c2421647 Add an entry for the av_bmg_next() function addition. 15 years ago
Stefano Sabatini 3ba69a15c6 Implement av_bmg_next(), a Box-Muller Gaussian random generator. 15 years ago