26496 Commits (37d289530f6fb34c851c5dd05b12c5359a666a2f)
 

Author SHA1 Message Date
Aurelien Jacobs ca51d86c96 add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecated 15 years ago
Aurelien Jacobs 88e44314ea add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() function 15 years ago
Aurelien Jacobs 8ef30ac1f3 add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle() 15 years ago
Aurelien Jacobs 198ac67fe8 add FF_API_GUESS_FORMAT define to disable the deprecated guess_format() 15 years ago
Anton Khirnov a15c7fd6cb Deprecate old API. 15 years ago
Michael Niedermayer d56839fc6d Store slice position and size per keyframe in ffv1.2 15 years ago
Michael Niedermayer 1da7257739 Fix indention of ffv1.c after previous commits. 15 years ago
Michael Niedermayer e42393d168 Store quant table index per plane and slice. 15 years ago
Michael Niedermayer f08ed90d94 Assert that the context doesnt overflow in ffv1. 15 years ago
Michael Niedermayer e2b2f8454c Rectangular slice support for ffv1.2 15 years ago
Anton Khirnov 81e5ff7ae2 vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata** 15 years ago
James Zern da7548585e Fix crash when using iblock option (when a warning is logged). 15 years ago
Stefano Sabatini 6fae8c5443 Make the validity checks fail only if the corresponding luma or chroma 15 years ago
Stefano Sabatini aec966958c Add support for PIX_FMT_RGBA in the targa encoder. 15 years ago
Martin Storsjö 54b2a4238c sapdec: Include sys/time.h for struct timeval 15 years ago
Stefano Sabatini bbf874f19b Use named constants defined in targa.h. 15 years ago
Stefano Sabatini b5becbab09 Create a targa.h file to contain common definitions for targa encoder 15 years ago
Martin Storsjö 01c8d258da Add a SAP demuxer 15 years ago
Martin Storsjö 65cdee9c95 rtpdec: Don't use the no reordering codepath if there already is a queue 15 years ago
Martin Storsjö ddcf841191 rtpdec: Handle wrapping seq numbers in has_next_packet properly 15 years ago
Martin Storsjö d678a6fd82 rtpdec: Parse the next packet in the sequence if it is available, if the previous packet didn't return any data 15 years ago
Martin Storsjö 91ec7aea20 rtpdec: Return AVERROR(EAGAIN) if out of data for mpegts, pass returned error codes through 15 years ago
Martin Storsjö f6e138b4f4 rtpdec: Don't call the depacketizer to return more data unless it actually said it has more data 15 years ago
Martin Storsjö 4ffff36751 rtpdec: Split out storing of the depacketization return value to a separate function 15 years ago
Stefano Sabatini cf5fe8ec9e Make avfilter_config_links() use the timebase of the first input link 15 years ago
Stefano Sabatini e259eadcab Make the targa encoder return sane error values rather than -1. 15 years ago
Stefano Sabatini 7c559bc77e Targa encoder: log error message in case the pixel format in input is 15 years ago
Stefano Sabatini f7ead94c69 Factorize definition of the output_filter defined in both ffplay.c and 15 years ago
Stefano Sabatini f5b05b951c Cosmetics: remove pointless empty line. 15 years ago
Stefano Sabatini 94498ec98a Extend buffer source to accept the time base for the output PTS. 15 years ago
Stefano Sabatini 387b4ac993 Fix timebase handling at the begin and at the end of the ffplay video 15 years ago
Stefano Sabatini 610312e904 Remove unused symbol. 15 years ago
Stefano Sabatini 72ae4aa189 Do not pass an unused variable when initing filt_out. Less confusing. 15 years ago
Stefano Sabatini 68b79bfc48 Implement cropdetect filter. 15 years ago
Stefano Sabatini 16134b7c40 Extend the nullsrc source, make it accept a parameter for specifying 15 years ago
Stefano Sabatini 214c0d420b Implement settb filter. 15 years ago
Martin Storsjö ad64a807a9 Add forgotten minor bump and changelog entry for the SAP muxer 15 years ago
Stefano Sabatini 7761129540 Add APIchanges entry after r25441. 15 years ago
Stefano Sabatini 47453c0e37 Make graph2dot print information related to the link timebase. 15 years ago
Stefano Sabatini 867ae7aa5d Add a time_base field to AVFilterLink. 15 years ago
Alex Converse d256d21e3f oggenc: Don't use char* to point to a string constant. 15 years ago
Michael Niedermayer c5ac275b2e Allow storing multiple quant tables in extradata that can then be selected per keyframe in ffv1. 15 years ago
Michael Niedermayer 0f27aca7b3 Store global things in extradata for ffv1 ver=2. 15 years ago
Michael Niedermayer 228adaab8d Make sure version is not decreased for 16bit per sample colorspaces in ffv1. 15 years ago
Michael Niedermayer 4f22b3bbbf Factorize quant table read and write code in ffv1.c 15 years ago
Michael Niedermayer 54ce8a4c8b Clarify whitespace nitpicks in patcheck. 15 years ago
Stefano Sabatini f167a1a4f6 Rename out -> outlink, link -> inlink in various defaults.c functions, 15 years ago
Stefano Sabatini 69f73a8928 Make avfilter_config_links() propagate the error code coming from the 15 years ago
Alexander Strange e4dccc0d59 Update rv30 FATE reference after last commit 15 years ago
Alexander Strange 0ff4f0c0fc ffmpeg: Use guess_correct_pts() to set decoded picture timestamps 15 years ago