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