summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Try to simplify av_estimate_timings_from_pts() like in ffmbc.Michael Niedermayer2009-12-13
* Correct truncated ID3v1 genre name.Alexander Strange2009-12-13
* Debug av_log() about stream probing from ffmbc.Michael Niedermayer2009-12-13
* Add CODEC_ID_DNXHD into the 25 fps case.Michael Niedermayer2009-12-13
* Simplify code by using av_metadata_set2().Michael Niedermayer2009-12-13
* More entries for ff_id3v2_metadata_conv from ffmbc.Michael Niedermayer2009-12-13
* s/author/artist/ for ID3Michael Niedermayer2009-12-13
* More ID3v1 genres from ffmbc.Michael Niedermayer2009-12-13
* Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer2009-12-13
* add av_metadata_set2(), AV_METADATA_DONT_STRDUP_KEY and AV_METADATA_DONT_STRD...Michael Niedermayer2009-12-13
* Add flags to prevent strdup() on arguments to av_metadata_set2().Michael Niedermayer2009-12-13
* Until -DHAVE_AV_CONFIG_H is removed from ffplays compilation, *printf must be...Michael Niedermayer2009-12-13
* Move #include where it belongs.Michael Niedermayer2009-12-13
* Get rid of useless casts.Michael Niedermayer2009-12-13
* APIchanges update for av_d2str()Michael Niedermayer2009-12-13
* Add a function to convert a number to a av_malloced string.Michael Niedermayer2009-12-13
* Print extradata in case of failure. I had this in my local tree and itMichael Niedermayer2009-12-13
* APIChanges & minor bump due to avg_frame_rate addition.Michael Niedermayer2009-12-13
* Add avg_frame_rate.Michael Niedermayer2009-12-13
* Read and decode block data in separate functions to prepare support forThilo Borgmann2009-12-13
* Use constant CODEC_ID_NONE instead of 0 where appropriate.Carl Eugen Hoyos2009-12-13
* Remove commented out code.Michael Niedermayer2009-12-13
* Show help if no cmd line options are provided at all.Michael Niedermayer2009-12-13
* Factor out extradata reading code.Kostya Shishkov2009-12-13
* RM audio stream version should be 16-bit followed by header size or reservedKostya Shishkov2009-12-13
* Make RM demuxer look more like proper demuxer by introducing codec tagsKostya Shishkov2009-12-13
* Factor out variable declarationKostya Shishkov2009-12-13
* Clarify comment: although still hacky, it is correct for existing libtheoraDavid Conrad2009-12-12
* libtheoraenc.c: mark keyframesDavid Conrad2009-12-12
* Fix PTS for OGM codecs.David Conrad2009-12-12
* Be less picky on invalid frame_pred_frame_dct values.Michael Niedermayer2009-12-12
* Only list libavfilter filters if libavfilter has been enabled duringStefano Sabatini2009-12-12
* Move list_fmts() from ffmpeg.c to cmdutils.{h,c}, so that it can beStefano Sabatini2009-12-12
* Add ROQ format regression test.Reimar Döffinger2009-12-12
* SVQ3 : Set avctx->pix_fmt correctly during decoder initialisation.Jai Menon2009-12-12
* Add an entry for the av_bmg_next() function addition.Stefano Sabatini2009-12-12
* Implement av_bmg_next(), a Box-Muller Gaussian random generator.Stefano Sabatini2009-12-12
* Implement a -filters option, listing all the available libavfilterStefano Sabatini2009-12-12
* Reset pts_buffers in av_read_frame_flush().John Stebbins2009-12-12
* Commit functions used by both AMRNB and SIPRVitor Sessak2009-12-12
* Reduce the number of encoded frames for the dnxhd tests to 5.Stefano Sabatini2009-12-12
* Fail earlier for unsupported resolutions or pixel formats when encodingTomas Härdin2009-12-11
* indentMichael Niedermayer2009-12-11
* Make sure av_new_packet() initializes the data and destruct pointers.Michael Niedermayer2009-12-11
* Make parse_filter() parsing more robust.Stefano Sabatini2009-12-11
* Dump RTMP packet contents in debug modeKostya Shishkov2009-12-11
* 5l trocadero: don't forget to free packet in gen_connect()Martin Storsjö2009-12-11
* Do not try to interact with RTMP server after "stop" command was received.Martin Storsjö2009-12-11
* (Partly) support Metasoft MJPEG Codec, fixes half of issue 1611.Carl Eugen Hoyos2009-12-10
* Support Etymonix MPEG-2 video codec, fixes issue 1603.Carl Eugen Hoyos2009-12-10