21693 Commits (813338a00a2b0b89c65fbbb84c02c7327cc0aa71)
 

Author SHA1 Message Date
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
Stefano Sabatini 62d7566239 Implement a -filters option, listing all the available libavfilter 15 years ago
John Stebbins 106fa129f4 Reset pts_buffers in av_read_frame_flush(). 15 years ago
Vitor Sessak 92f99a33b8 Commit functions used by both AMRNB and SIPR 15 years ago
Stefano Sabatini dae658d764 Reduce the number of encoded frames for the dnxhd tests to 5. 15 years ago
Tomas Härdin 6d01a97c86 Fail earlier for unsupported resolutions or pixel formats when encoding 15 years ago
Michael Niedermayer 47a81dad92 indent 15 years ago
Michael Niedermayer a0b468f5db Make sure av_new_packet() initializes the data and destruct pointers. 15 years ago
Stefano Sabatini 15a316c014 Make parse_filter() parsing more robust. 15 years ago
Kostya Shishkov cfac91fec3 Dump RTMP packet contents in debug mode 15 years ago
Martin Storsjö f8caa5441b 5l trocadero: don't forget to free packet in gen_connect() 15 years ago
Martin Storsjö 72b870b95b Do not try to interact with RTMP server after "stop" command was received. 15 years ago
Carl Eugen Hoyos ab176fdffb (Partly) support Metasoft MJPEG Codec, fixes half of issue 1611. 15 years ago
Carl Eugen Hoyos f63e5a7410 Support Etymonix MPEG-2 video codec, fixes issue 1603. 15 years ago
Carl Eugen Hoyos 254dd3f10d Do not print 'faac:' when using libfaad. 15 years ago
Michael Niedermayer a1a63143f1 Cosmetic (restructure RGB ljpeg check to be more readable) 15 years ago
Michael Niedermayer 401e0a74bd 10l, Fix YUV ljpeg that i just broke by mistake. 15 years ago
Michael Niedermayer ca78dc3ccc Correct a forgotten RGB32. 15 years ago
Michael Niedermayer 3c3c01d949 Flip red and blue in rct-less lossless jpeg. 15 years ago
Michael Niedermayer 49b19191bc Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem on 15 years ago
Michael Niedermayer e0b176adff Fix RGB LJPEG encoding. 15 years ago
Carl Eugen Hoyos 65214b621f Cosmetics: Fix typos in r20780. 15 years ago
Ben Littler 4bae225126 add dvcs to dvvideo, fixes issue 1604 15 years ago
Michael Niedermayer e4d1d920b0 Improve time_increment_bits guessing code. 15 years ago
Michael Niedermayer 52255d1746 End startcode prefix search at the end of a AVC unit. 15 years ago