aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* (Partly) support Metasoft MJPEG Codec, fixes half of issue 1611.Carl Eugen Hoyos2009-12-102-1/+3
* Support Etymonix MPEG-2 video codec, fixes issue 1603.Carl Eugen Hoyos2009-12-101-0/+1
* Do not print 'faac:' when using libfaad.Carl Eugen Hoyos2009-12-101-2/+2
* Cosmetic (restructure RGB ljpeg check to be more readable)Michael Niedermayer2009-12-101-8/+8
* 10l, Fix YUV ljpeg that i just broke by mistake.Michael Niedermayer2009-12-101-1/+1
* Correct a forgotten RGB32.Michael Niedermayer2009-12-101-1/+1
* Flip red and blue in rct-less lossless jpeg.Michael Niedermayer2009-12-101-2/+2
* Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem onMichael Niedermayer2009-12-102-2/+2
* Fix RGB LJPEG encoding.Michael Niedermayer2009-12-101-0/+6
* Cosmetics: Fix typos in r20780.Carl Eugen Hoyos2009-12-091-2/+2
* add dvcs to dvvideo, fixes issue 1604Ben Littler2009-12-091-0/+1
* Improve time_increment_bits guessing code.Michael Niedermayer2009-12-091-1/+5
* End startcode prefix search at the end of a AVC unit.Michael Niedermayer2009-12-091-1/+2
* revert r20775, because equivalent code has been committed to x264 insteadLoren Merritt2009-12-091-10/+10
* Minor version bump for mbtree addition.Jason Garrett-Glaser2009-12-091-1/+1
* Support AVI1 and AVI2 in avi as MJPEG.Carl Eugen Hoyos2009-12-081-0/+2
* Mention patcheck.Zhihang Wang2009-12-081-0/+3