summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* add FF_API_PARAMETERS_CODEC_ID define to disable the deprecated codec_idAurelien Jacobs2010-10-15
| | | | | | fields in AVFormatParameters Originally committed as revision 25488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_API_LAVF_UNUSED define to disable the unused struct fieldsAurelien Jacobs2010-10-15
| | | | Originally committed as revision 25487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_API_READ_SEEK define to drop usage of AVInputFormat.read_seekAurelien Jacobs2010-10-15
| | | | | | and delay this transition to v54 as it is currently not functional Originally committed as revision 25486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_API_PARSE_FRAME_PARAM define to disable the deprecatedAurelien Jacobs2010-10-15
| | | | | | parse_image_size() and parse_frame_rate() public functions Originally committed as revision 25485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* properly check for FF_API_URL_CLASS instead of LIBAVFORMAT_VERSION_MAJORAurelien Jacobs2010-10-15
| | | | Originally committed as revision 25484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecatedAurelien Jacobs2010-10-15
| | | | | | av_alloc_format_context() public function Originally committed as revision 25483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() functionAurelien Jacobs2010-10-15
| | | | Originally committed as revision 25482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle()Aurelien Jacobs2010-10-15
| | | | | | public function Originally committed as revision 25481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_API_GUESS_FORMAT define to disable the deprecated guess_format()Aurelien Jacobs2010-10-15
| | | | | | and guess_stream_format() public functions Originally committed as revision 25480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deprecate old API.Anton Khirnov2010-10-15
| | | | | | Patch by Anton Khirnov, anton khirnov net Originally committed as revision 25479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Store slice position and size per keyframe in ffv1.2Michael Niedermayer2010-10-15
| | | | Originally committed as revision 25478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix indention of ffv1.c after previous commits.Michael Niedermayer2010-10-14
| | | | Originally committed as revision 25477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Store quant table index per plane and slice.Michael Niedermayer2010-10-14
| | | | Originally committed as revision 25476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Assert that the context doesnt overflow in ffv1.Michael Niedermayer2010-10-14
| | | | Originally committed as revision 25475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rectangular slice support for ffv1.2Michael Niedermayer2010-10-14
| | | | Originally committed as revision 25474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata**Anton Khirnov2010-10-14
| | | | | | patch by Anton Khirnov anton _at_ khirnov _dot_ net Originally committed as revision 25473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix crash when using iblock option (when a warning is logged).James Zern2010-10-14
| | | | | | Patch by James Zern, jzern google Originally committed as revision 25472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the validity checks fail only if the corresponding luma or chromaStefano Sabatini2010-10-13
| | | | | | | values are not zero. Prevent aborting with the default values. Originally committed as revision 25471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for PIX_FMT_RGBA in the targa encoder.Stefano Sabatini2010-10-13
| | | | | | Patch sponsored by Animoto. Originally committed as revision 25470 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sapdec: Include sys/time.h for struct timevalMartin Storsjö2010-10-13
| | | | | | This hopefully fixes compile errors on OS/2 Originally committed as revision 25466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use named constants defined in targa.h.Stefano Sabatini2010-10-13
| | | | Originally committed as revision 25465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create a targa.h file to contain common definitions for targa encoderStefano Sabatini2010-10-13
| | | | | | and decoder. Originally committed as revision 25464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a SAP demuxerMartin Storsjö2010-10-13
| | | | Originally committed as revision 25463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec: Don't use the no reordering codepath if there already is a queueMartin Storsjö2010-10-13
| | | | Originally committed as revision 25462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec: Handle wrapping seq numbers in has_next_packet properlyMartin Storsjö2010-10-13
| | | | Originally committed as revision 25461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec: Parse the next packet in the sequence if it is available, if the ↵Martin Storsjö2010-10-13
| | | | | | previous packet didn't return any data Originally committed as revision 25460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec: Return AVERROR(EAGAIN) if out of data for mpegts, pass returned ↵Martin Storsjö2010-10-13
| | | | | | error codes through Originally committed as revision 25459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec: Don't call the depacketizer to return more data unless it actually ↵Martin Storsjö2010-10-13
| | | | | | | | | said it has more data It may have returned a negative number for an error (e.g. AVERROR(EAGAIN), if more data is required for it to be able to return a complete packet). Originally committed as revision 25458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec: Split out storing of the depacketization return value to a separate ↵Martin Storsjö2010-10-13
| | | | | | | | function This makes the code less fragile and easier to understand. Originally committed as revision 25457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avfilter_config_links() use the timebase of the first input linkStefano Sabatini2010-10-12
| | | | | | | | | | | of a filter for setting the output timebase, if there is such a link, rather than always use AV_TIME_BASE_Q. This fixes configuration for all the filters which do not use the default config_props for the output link, and do not set explicitely the timebase. Originally committed as revision 25456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the targa encoder return sane error values rather than -1.Stefano Sabatini2010-10-12
| | | | Originally committed as revision 25455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Targa encoder: log error message in case the pixel format in input isStefano Sabatini2010-10-12
| | | | | | not supported. Originally committed as revision 25454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize definition of the output_filter defined in both ffplay.c andStefano Sabatini2010-10-12
| | | | | | | ffmpeg.c. Replace it with a more generic definition which can be shared. Originally committed as revision 25453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: remove pointless empty line.Stefano Sabatini2010-10-12
| | | | Originally committed as revision 25452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend buffer source to accept the time base for the output PTS.Stefano Sabatini2010-10-12
| | | | Originally committed as revision 25451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix timebase handling at the begin and at the end of the ffplay videoStefano Sabatini2010-10-12
| | | | | | | | | filterchain. Set timebase in the ffplay input, and make get_filtered_video_frame() rescale the output frames PTSes according to their timebase. Originally committed as revision 25450 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused symbol.Stefano Sabatini2010-10-12
| | | | Originally committed as revision 25449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not pass an unused variable when initing filt_out. Less confusing.Stefano Sabatini2010-10-12
| | | | Originally committed as revision 25448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement cropdetect filter.Stefano Sabatini2010-10-12
| | | | Originally committed as revision 25447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend the nullsrc source, make it accept a parameter for specifyingStefano Sabatini2010-10-11
| | | | | | the timebase. Useful for debugging timebase configuration issues. Originally committed as revision 25446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement settb filter.Stefano Sabatini2010-10-11
| | | | Originally committed as revision 25445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add forgotten minor bump and changelog entry for the SAP muxerMartin Storsjö2010-10-11
| | | | Originally committed as revision 25444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after r25441.Stefano Sabatini2010-10-10
| | | | Originally committed as revision 25443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make graph2dot print information related to the link timebase.Stefano Sabatini2010-10-10
| | | | Originally committed as revision 25442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a time_base field to AVFilterLink.Stefano Sabatini2010-10-10
| | | | | | | This is required for allowing a filter to use a time base different from AV_TIME_BASE_Q, as it was previously assumed. Originally committed as revision 25441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oggenc: Don't use char* to point to a string constant.Alex Converse2010-10-10
| | | | Originally committed as revision 25440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow storing multiple quant tables in extradata that can then be selected ↵Michael Niedermayer2010-10-10
| | | | | | per keyframe in ffv1. Originally committed as revision 25439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Store global things in extradata for ffv1 ver=2.Michael Niedermayer2010-10-10
| | | | | | ver=2 is not set yet so this does not affect output. Originally committed as revision 25438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure version is not decreased for 16bit per sample colorspaces in ffv1.Michael Niedermayer2010-10-10
| | | | Originally committed as revision 25437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize quant table read and write code in ffv1.cMichael Niedermayer2010-10-10
| | | | Originally committed as revision 25436 to svn://svn.ffmpeg.org/ffmpeg/trunk