26451 Commits (73cbf86830b79e1827d009dcb8ef81604f243842)
 

Author SHA1 Message Date
Michael Niedermayer 34b9e5bc4f Warn if muxing mpeg ps is attempted without a VBV buffer size. 14 years ago
Michael Niedermayer 2dec2bb880 Pass RC parameters on stream copy to the muxer. 14 years ago
Michael Niedermayer 9b272e3274 Init SCR in mpeg muxer based on first DTS. 14 years ago
Aurelien Jacobs 61138c43e0 properly check for FF_API_MAX_STREAMS instead of LIBAVFORMAT_VERSION_MAJOR 14 years ago
Aurelien Jacobs 38aab35f47 add new streams API without MAX_STREAMS limit 14 years ago
Aurelien Jacobs feb2440c38 dynamically use nb_streams instead of static use of MAX_STREAMS 14 years ago
Aurelien Jacobs 2899a28cdc document the fact that av_new_stream() can't be called in a background thread 14 years ago
Reimar Döffinger 6612d8cf31 Move handling of ID3v2 to common utils.c code, reducing code duplication 14 years ago
Aurelien Jacobs 1136850dd5 cosmetic: break long line 14 years ago
Stefano Sabatini 85c15960b4 Move the definitions of AVSEEK_SIZE to make it appear before the 14 years ago
Michael Niedermayer 326ede48ae custom build system documentation 14 years ago
John Stebbins 2c5438aa57 Fix default value of time_offset_length. 14 years ago
Carl Eugen Hoyos 7c0460496b Mention to send a patch before changing API or ABI. 14 years ago
Robert Schlabbach 9446b4bbbc rtpdec: Handle RTP header extension 14 years ago
Martin Storsjö 3ece3e4c56 Add RTP depacketization of the X-QT QuickTime format 14 years ago
Martin Storsjö 9fd5f39b0e configure: Set _DARWIN_C_SOURCE while testing for struct ipv6_mreq 14 years ago
Carl Eugen Hoyos 0ada32c373 Remove unused variable. 14 years ago
Michael Niedermayer fe5feaeb76 Use retry_transfer_wrapper() in url_write() as its callers do not expect it to stop in the middle. 14 years ago
Michael Niedermayer a46f7516ec Factor retry_transfer_wrapper() out of url_read_complete() 14 years ago
Ramiro Polla e16c1569c0 doc,win32: add note about the use of dllimport for global data in MSVC++ 14 years ago
Ramiro Polla bc3836a180 doc,win32: update note on which files to use with shared libraries in msvc 14 years ago
Ramiro Polla 2344dc6bb6 doc: mention xmm clobber macros usage 14 years ago
Ramiro Polla 326bf69acc fft: mark xmm registers as clobbered in ff_imdct_calc_sse 14 years ago
Ramiro Polla 6f74fb03cd Check whether compiler supports xmm registers in asm clobber list 14 years ago
Ronald S. Bultje dd68d4db43 MMX, MMX2, SSE2 and SSSE3 optimizations for pred16x16/8x8_plane H264 intra 14 years ago
Martin Storsjö 2f412421e8 movdec: Free the previous extradata 14 years ago
Martin Storsjö dc2cabd003 movdec: Split out ff_mov_read_stsd 14 years ago
Aurelien Jacobs 6d3421498e ffmpeg: Fix prototype of some OPT_FUNC2 functions. They must return an int. 14 years ago
Anton Khirnov ec4913a8ae vorbiscomment: add DISCNUMBER to the metadata conv table 14 years ago
Martin Storsjö 038d46c9c8 configure: Consolidate rtsp/sdp deps to use _select 14 years ago
Martin Storsjö a8d69098f4 configure: Add the http protocol as an auto-enabled dependency of the rtsp demuxer and muxer 14 years ago
Martin Storsjö 5fe8021a6a rtsp/sdp: Move code into correct ifdefs 14 years ago
Martin Storsjö eb99f179fa find_info_tag: Make sure the output buffer is null terminated 14 years ago
Carl Eugen Hoyos 5dd7f994c6 Do not assume PIX_FMT_YUV420P will remain the only supported output format for H264. 14 years ago
Martin Storsjö 5961253463 udp: Define _DARWIN_C_SOURCE 14 years ago
Martin Storsjö 25a2ebb917 udp: Return the actual error code on errors, instead of AVERROR(EIO) 14 years ago
qrtt1 42f9582d8d Set proper error if server flags indicate that it doesn't support mmst. This 14 years ago
Tobias Bindhammer 2a26520a97 Cosmetics, lots of. 14 years ago
Tobias Bindhammer bbc26bae11 Skip unnecessary calculations in 4col-mode. 14 years ago
Tobias Bindhammer 90a3ffe276 Add possibility to crop screens inside of encoded frames. 14 years ago
Tobias Bindhammer 93ee7f9c41 Add check for height when cropping. 14 years ago
Tobias Bindhammer a4d2690309 Introduce palette with dynamic size. 14 years ago
Diego Biurrun a44da176ac Remove some pointless CONFIG_RTSP_DEMUXER #ifdefs. 14 years ago
Diego Biurrun 2e802e3855 Add some #endif comments to ease understanding. 14 years ago
Anton Khirnov 9b75309c19 matroskaenc: write metadata 14 years ago
Stefano Sabatini 3a1429ec3c Update av_cmp_q() documentation after r25338. 14 years ago
Michael Niedermayer 59a3bf0e51 Add selftest code for av_cmp_q(). 14 years ago
Michael Niedermayer dec1126915 Make av_cmp_q() work with infinities and NAN. 14 years ago
Michael Niedermayer cfa5a81ea6 Move aspect ratio 0/0 avoidance code so the values in the sps struct are not missed. 14 years ago
Baptiste Coudurier c9b8762856 xdcam hd422 720p24 fourcc in mov 14 years ago