summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* add FF_API_GUESS_FORMAT define to disable the deprecated guess_format()Aurelien Jacobs2010-10-15
* Deprecate old API.Anton Khirnov2010-10-15
* Store slice position and size per keyframe in ffv1.2Michael Niedermayer2010-10-15
* Fix indention of ffv1.c after previous commits.Michael Niedermayer2010-10-14
* Store quant table index per plane and slice.Michael Niedermayer2010-10-14
* Assert that the context doesnt overflow in ffv1.Michael Niedermayer2010-10-14
* Rectangular slice support for ffv1.2Michael Niedermayer2010-10-14
* vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata**Anton Khirnov2010-10-14
* Fix crash when using iblock option (when a warning is logged).James Zern2010-10-14
* Make the validity checks fail only if the corresponding luma or chromaStefano Sabatini2010-10-13
* Add support for PIX_FMT_RGBA in the targa encoder.Stefano Sabatini2010-10-13
* sapdec: Include sys/time.h for struct timevalMartin Storsjö2010-10-13
* Use named constants defined in targa.h.Stefano Sabatini2010-10-13
* Create a targa.h file to contain common definitions for targa encoderStefano Sabatini2010-10-13
* Add a SAP demuxerMartin Storsjö2010-10-13
* rtpdec: Don't use the no reordering codepath if there already is a queueMartin Storsjö2010-10-13
* rtpdec: Handle wrapping seq numbers in has_next_packet properlyMartin Storsjö2010-10-13
* rtpdec: Parse the next packet in the sequence if it is available, if the prev...Martin Storsjö2010-10-13
* rtpdec: Return AVERROR(EAGAIN) if out of data for mpegts, pass returned error...Martin Storsjö2010-10-13
* rtpdec: Don't call the depacketizer to return more data unless it actually sa...Martin Storsjö2010-10-13
* rtpdec: Split out storing of the depacketization return value to a separate f...Martin Storsjö2010-10-13
* Make avfilter_config_links() use the timebase of the first input linkStefano Sabatini2010-10-12
* Make the targa encoder return sane error values rather than -1.Stefano Sabatini2010-10-12
* Targa encoder: log error message in case the pixel format in input isStefano Sabatini2010-10-12
* Factorize definition of the output_filter defined in both ffplay.c andStefano Sabatini2010-10-12
* Cosmetics: remove pointless empty line.Stefano Sabatini2010-10-12
* Extend buffer source to accept the time base for the output PTS.Stefano Sabatini2010-10-12
* Fix timebase handling at the begin and at the end of the ffplay videoStefano Sabatini2010-10-12
* Remove unused symbol.Stefano Sabatini2010-10-12
* Do not pass an unused variable when initing filt_out. Less confusing.Stefano Sabatini2010-10-12
* Implement cropdetect filter.Stefano Sabatini2010-10-12
* Extend the nullsrc source, make it accept a parameter for specifyingStefano Sabatini2010-10-11
* Implement settb filter.Stefano Sabatini2010-10-11
* Add forgotten minor bump and changelog entry for the SAP muxerMartin Storsjö2010-10-11
* Add APIchanges entry after r25441.Stefano Sabatini2010-10-10
* Make graph2dot print information related to the link timebase.Stefano Sabatini2010-10-10
* Add a time_base field to AVFilterLink.Stefano Sabatini2010-10-10
* oggenc: Don't use char* to point to a string constant.Alex Converse2010-10-10
* Allow storing multiple quant tables in extradata that can then be selected pe...Michael Niedermayer2010-10-10
* Store global things in extradata for ffv1 ver=2.Michael Niedermayer2010-10-10
* Make sure version is not decreased for 16bit per sample colorspaces in ffv1.Michael Niedermayer2010-10-10
* Factorize quant table read and write code in ffv1.cMichael Niedermayer2010-10-10
* Clarify whitespace nitpicks in patcheck.Michael Niedermayer2010-10-10
* Rename out -> outlink, link -> inlink in various defaults.c functions,Stefano Sabatini2010-10-10
* Make avfilter_config_links() propagate the error code coming from theStefano Sabatini2010-10-10
* Update rv30 FATE reference after last commitAlexander Strange2010-10-10
* ffmpeg: Use guess_correct_pts() to set decoded picture timestampsAlexander Strange2010-10-10
* cafdec: Handle ALAC extradata.Peter Ross2010-10-10
* Add myself as the caf* maintainerPeter Ross2010-10-10
* Tool to analyze multimedia files and create directories and symlinks for theMichael Niedermayer2010-10-09