summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* ffserver: use a local MAX_STREAMS limitAurelien Jacobs2010-10-15
* ffserver: fix prepare_sdp_description() to dynamically allocate streamsAurelien Jacobs2010-10-15
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-15
* cosmetic: alignmentAurelien Jacobs2010-10-15
* add FF_API_SYMVER define to disable symver compatibility functionsAurelien Jacobs2010-10-15
* probetest: replace usage of deprecated first_iformat by av_iformat_next()Aurelien Jacobs2010-10-15
* add FF_API_FIRST_FORMAT define to drop deprecated first_?format from public apiAurelien Jacobs2010-10-15
* add FF_API_PARAMETERS_CODEC_ID define to disable the deprecated codec_idAurelien Jacobs2010-10-15
* add FF_API_LAVF_UNUSED define to disable the unused struct fieldsAurelien Jacobs2010-10-15
* add FF_API_READ_SEEK define to drop usage of AVInputFormat.read_seekAurelien Jacobs2010-10-15
* add FF_API_PARSE_FRAME_PARAM define to disable the deprecatedAurelien Jacobs2010-10-15
* properly check for FF_API_URL_CLASS instead of LIBAVFORMAT_VERSION_MAJORAurelien Jacobs2010-10-15
* add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecatedAurelien Jacobs2010-10-15
* add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() functionAurelien Jacobs2010-10-15
* add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle()Aurelien Jacobs2010-10-15
* 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