aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* In mov muxer, write artist metadata tagBaptiste Coudurier2010-10-151-0/+1
* In mov muxer, use correct metadata tag for encoder, and use the generic metad...Baptiste Coudurier2010-10-151-1/+1
* rtpdec: Return AVERROR(EAGAIN) for mpegts parsing errorsMartin Storsjö2010-10-151-2/+5
* ffserver: use a local MAX_STREAMS limitAurelien Jacobs2010-10-151-0/+4
* ffserver: fix prepare_sdp_description() to dynamically allocate streamsAurelien Jacobs2010-10-151-1/+16
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-1521-39/+55
* cosmetic: alignmentAurelien Jacobs2010-10-151-8/+8
* add FF_API_SYMVER define to disable symver compatibility functionsAurelien Jacobs2010-10-152-1/+4
* probetest: replace usage of deprecated first_iformat by av_iformat_next()Aurelien Jacobs2010-10-151-2/+2
* add FF_API_FIRST_FORMAT define to drop deprecated first_?format from public apiAurelien Jacobs2010-10-152-1/+10
* add FF_API_PARAMETERS_CODEC_ID define to disable the deprecated codec_idAurelien Jacobs2010-10-151-1/+4
* add FF_API_LAVF_UNUSED define to disable the unused struct fieldsAurelien Jacobs2010-10-151-2/+5
* add FF_API_READ_SEEK define to drop usage of AVInputFormat.read_seekAurelien Jacobs2010-10-151-1/+4
* add FF_API_PARSE_FRAME_PARAM define to disable the deprecatedAurelien Jacobs2010-10-152-2/+5
* properly check for FF_API_URL_CLASS instead of LIBAVFORMAT_VERSION_MAJORAurelien Jacobs2010-10-151-3/+3
* add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecatedAurelien Jacobs2010-10-152-2/+5
* add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() functionAurelien Jacobs2010-10-153-2/+5
* add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle()Aurelien Jacobs2010-10-153-2/+5
* add FF_API_GUESS_FORMAT define to disable the deprecated guess_format()Aurelien Jacobs2010-10-152-3/+6
* Deprecate old API.Anton Khirnov2010-10-151-20/+20
* Store slice position and size per keyframe in ffv1.2Michael Niedermayer2010-10-151-4/+35
* Fix indention of ffv1.c after previous commits.Michael Niedermayer2010-10-141-71/+70
* Store quant table index per plane and slice.Michael Niedermayer2010-10-141-17/+23
* Assert that the context doesnt overflow in ffv1.Michael Niedermayer2010-10-141-0/+1
* Rectangular slice support for ffv1.2Michael Niedermayer2010-10-141-76/+237
* vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata**Anton Khirnov2010-10-144-14/+14
* Fix crash when using iblock option (when a warning is logged).James Zern2010-10-141-1/+1
* Make the validity checks fail only if the corresponding luma or chromaStefano Sabatini2010-10-131-1/+2
* Add support for PIX_FMT_RGBA in the targa encoder.Stefano Sabatini2010-10-131-3/+7
* sapdec: Include sys/time.h for struct timevalMartin Storsjö2010-10-131-0/+1
* Use named constants defined in targa.h.Stefano Sabatini2010-10-131-3/+3
* Create a targa.h file to contain common definitions for targa encoderStefano Sabatini2010-10-133-8/+38
* Add a SAP demuxerMartin Storsjö2010-10-138-5/+289
* rtpdec: Don't use the no reordering codepath if there already is a queueMartin Storsjö2010-10-131-1/+1
* rtpdec: Handle wrapping seq numbers in has_next_packet properlyMartin Storsjö2010-10-131-1/+1
* rtpdec: Parse the next packet in the sequence if it is available, if the prev...Martin Storsjö2010-10-131-0/+2
* rtpdec: Return AVERROR(EAGAIN) if out of data for mpegts, pass returned error...Martin Storsjö2010-10-131-3/+3
* rtpdec: Don't call the depacketizer to return more data unless it actually sa...Martin Storsjö2010-10-131-3/+3
* rtpdec: Split out storing of the depacketization return value to a separate f...Martin Storsjö2010-10-131-30/+26
* Make avfilter_config_links() use the timebase of the first input linkStefano Sabatini2010-10-121-1/+2
* Make the targa encoder return sane error values rather than -1.Stefano Sabatini2010-10-121-3/+3
* Targa encoder: log error message in case the pixel format in input isStefano Sabatini2010-10-121-0/+2
* Factorize definition of the output_filter defined in both ffplay.c andStefano Sabatini2010-10-124-75/+58
* Cosmetics: remove pointless empty line.Stefano Sabatini2010-10-121-1/+0
* Extend buffer source to accept the time base for the output PTS.Stefano Sabatini2010-10-124-11/+19
* Fix timebase handling at the begin and at the end of the ffplay videoStefano Sabatini2010-10-121-2/+15
* Remove unused symbol.Stefano Sabatini2010-10-121-1/+0
* Do not pass an unused variable when initing filt_out. Less confusing.Stefano Sabatini2010-10-121-1/+1
* Implement cropdetect filter.Stefano Sabatini2010-10-127-2/+255
* Extend the nullsrc source, make it accept a parameter for specifyingStefano Sabatini2010-10-113-8/+59