source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @9b9d3868   14 years martin libmp3lame: don't check unused function in detection …
(edit) @87b2b40   14 years martin Reindent Originally committed as revision 25390 to …
(edit) @10105c9b   14 years martin sdp: Don't require the explicit ?multicast option No such option is …
(edit) @55b6bd1c   14 years martin Convert ff_is_multicast_address to take a struct sockaddr parameter …
(edit) @7ac57fa5   14 years martin Share the is_multicast_address function The header probably isn't the …
(edit) @f63630c   14 years martin Move multicast address identification fallback macros to network.h …
(edit) @34b9e5bc   14 years michaelni Warn if muxing mpeg ps is attempted without a VBV buffer size. …
(edit) @2dec2bb8   14 years michaelni Pass RC parameters on stream copy to the muxer. Originally committed …
(edit) @9b272e32   14 years michaelni Init SCR in mpeg muxer based on first DTS. This fixes issues if the …
(edit) @61138c4   14 years Aurélien Jacobs properly check for FF_API_MAX_STREAMS instead of …
(edit) @38aab35   14 years Aurélien Jacobs add new streams API without MAX_STREAMS limit (disabled until next …
(edit) @feb2440c   14 years Aurélien Jacobs dynamically use nb_streams instead of static use of MAX_STREAMS …
(edit) @2899a28c   14 years Aurélien Jacobs document the fact that av_new_stream() can't be called in a background …
(edit) @6612d8cf   14 years Reimar.Doeffinger Move handling of ID3v2 to common utils.c code, reducing code …
(edit) @1136850d   14 years Aurélien Jacobs cosmetic: break long line Originally committed as revision 25377 to …
(edit) @85c15960   14 years stefano.sabatini-lala Move the definitions of AVSEEK_SIZE to make it appear before the …
(edit) @326ede48   14 years michaelni custom build system documentation Originally committed as revision …
(edit) @2c5438aa   14 years michaelni Fix default value of time_offset_length. Patch by John Stebbins …
(edit) @7c046049   14 years Carl Eugen Hoyos Mention to send a patch before changing API or ABI. Originally …
(edit) @9446b4bb   14 years martin rtpdec: Handle RTP header extension This fixes roundup issue 2270. …
(edit) @3ece3e4c   14 years martin Add RTP depacketization of the X-QT QuickTime format Originally …
(edit) @9fd5f39b   14 years martin configure: Set _DARWIN_C_SOURCE while testing for struct ipv6_mreq On …
(edit) @0ada32c3   14 years Carl Eugen Hoyos Remove unused variable. Originally committed as revision 25369 to …
(edit) @fe5feaeb   14 years michaelni Use retry_transfer_wrapper() in url_write() as its callers do not …
(edit) @a46f7516   14 years michaelni Factor retry_transfer_wrapper() out of url_read_complete() Originally …
(edit) @e16c1569   14 years ramiro.polla doc,win32: add note about the use of dllimport for global data in …
(edit) @bc3836a1   14 years ramiro.polla doc,win32: update note on which files to use with shared libraries in …
(edit) @2344dc6b   14 years ramiro.polla doc: mention xmm clobber macros usage Originally committed as …
(edit) @326bf69a   14 years ramiro.polla fft: mark xmm registers as clobbered in ff_imdct_calc_sse Originally …
(edit) @6f74fb03   14 years ramiro.polla Check whether compiler supports xmm registers in asm clobber list …
(edit) @dd68d4db   14 years rsbultje MMX, MMX2, SSE2 and SSSE3 optimizations for pred16x16/8x8_plane H264 …
(edit) @2f412421   14 years martin movdec: Free the previous extradata If multiple stsd atoms are parsed …
(edit) @dc2cabd0   14 years martin movdec: Split out ff_mov_read_stsd Originally committed as revision …
(edit) @6d342149   14 years Aurélien Jacobs ffmpeg: Fix prototype of some OPT_FUNC2 functions. They must return an …
(edit) @ec4913a8   14 years Aurélien Jacobs vorbiscomment: add DISCNUMBER to the metadata conv table patch by …
(edit) @038d46c9   14 years martin configure: Consolidate rtsp/sdp deps to use _select This makes e.g. …
(edit) @a8d69098   14 years martin configure: Add the http protocol as an auto-enabled dependency of the …
(edit) @5fe8021a   14 years martin rtsp/sdp: Move code into correct ifdefs This makes the code …
(edit) @eb99f179   14 years martin find_info_tag: Make sure the output buffer is null terminated …
(edit) @5dd7f994   14 years Carl Eugen Hoyos Do not assume PIX_FMT_YUV420P will remain the only supported output …
(edit) @5961253   14 years martin udp: Define _DARWIN_C_SOURCE This is required in order to get the …
(edit) @25a2ebb9   14 years martin udp: Return the actual error code on errors, instead of AVERROR(EIO) …
(edit) @42f9582d   14 years rsbultje Set proper error if server flags indicate that it doesn't support …
(edit) @2a26520a   14 years tobias.bindhammer Cosmetics, lots of. Originally committed as revision 25348 to …
(edit) @bbc26bae   14 years tobias.bindhammer Skip unnecessary calculations in 4col-mode. Originally committed as …
(edit) @90a3ffe2   14 years tobias.bindhammer Add possibility to crop screens inside of encoded frames. Originally …
(edit) @93ee7f9c   14 years tobias.bindhammer Add check for height when cropping. Originally committed as revision …
(edit) @a4d26903   14 years tobias.bindhammer Introduce palette with dynamic size. Originally committed as revision …
(edit) @a44da176   14 years diego Remove some pointless CONFIG_RTSP_DEMUXER #ifdefs. They reside within …
(edit) @2e802e38   14 years diego Add some #endif comments to ease understanding. Originally committed …
(edit) @9b75309c   14 years Aurélien Jacobs matroskaenc: write metadata patch by Anton Khirnov anton _at_ …
(edit) @3a1429ec   14 years stefano.sabatini-lala Update av_cmp_q() documentation after r25338. Originally committed as …
(edit) @59a3bf0e   14 years michaelni Add selftest code for av_cmp_q(). Originally committed as revision …
(edit) @dec11269   14 years michaelni Make av_cmp_q() work with infinities and NAN. Originally committed as …
(edit) @cfa5a81e   14 years michaelni Move aspect ratio 0/0 avoidance code so the values in the sps struct …
(edit) @c9b87628   14 years baptiste.coudurier xdcam hd422 720p24 fourcc in mov Originally committed as revision …
(edit) @0f02a7e2   14 years Aurélien Jacobs mms: remove dependency on MAX_STREAM API Originally committed as …
(edit) @00e962a2   14 years stefano.sabatini-lala Add a test for av_parse_video_rate(). Originally committed as …
(edit) @bc12b3b   14 years stefano.sabatini-lala Use av_parse_and_eval_expr() in av_parse_video_rate(), simplify. …
(edit) @6b4ed22   14 years stefano.sabatini-lala Make av_d2q() manage the case in which the value to convert is inf. …
(edit) @9276bddd   14 years martin snowdsp: Explicitly state the operand sizes Fixes compilation with …
(edit) @92c5052d   14 years martin Add protocol documentation on RTSP Originally committed as revision …
(edit) @59ac1da2   14 years Aurélien Jacobs cosmetic: break long line Originally committed as revision 25329 to …
(edit) @5ef42826   14 years andreas yadif: Explicit wordlength for compare. Fixes compile with clang. …
(edit) @7fe3c270   14 years martin rtpdec_svq3: Don't look for the unused RTP_FLAG_KEY flag Originally …
(edit) @4c74d166   14 years stefano.sabatini-lala Fix typo, -flags 4mv => -flags mv4. Originally committed as revision …
(edit) @d7810f45   14 years martin rtsp: In the muxer, show the generated with verbose log level It is …
(edit) @6ecd741   14 years martin rtsp: Show the received SDP Originally committed as revision 25322 to …
(edit) @524aae86   14 years victorpaesa Use SLIBSUF instead of .so, as a more generic dynamic library suffix. …
(edit) @12eef0d1   14 years Reimar.Doeffinger 100l, fix sws_getCachedContext. It did not set the colorspace details, …
(edit) @62784e37   14 years banan Add the CODEC_CAP_CHANNEL_CONF capability code and add that flag to …
(edit) @ae8c28d   14 years martin applehttp: Add comments to make_absolute_url Originally committed as …
(edit) @9d229ef9   14 years martin applehttp: Handle a .. path segment in the base url Originally …
(edit) @978a5ce8   14 years martin Reindent Originally committed as revision 25317 to …
(edit) @8f7c2452   14 years martin applehttp: Allow the base url to be a local file name, too Originally …
(edit) @2e0559b7   14 years justin.ruggles Support decoding of FLAC files without a STREAMINFO header. …
(edit) @f71abdb   14 years Reimar.Doeffinger Remove pointless -vn option, the file has no video stream. Originally …
(edit) @01e4b675   14 years Reimar.Doeffinger Rename fate-gsm test to the more accurate fate-gsm-ms and add a test …
(edit) @645e7599   14 years Reimar.Doeffinger Fix GSM decoding: regular GSM and MSGSM do not use the same bitstream …
(edit) @1405782c   14 years stefano.sabatini-lala Avoid cast of double nan to int. It may cause exceptions on some …
(edit) @8bf256bc   14 years stefano.sabatini-lala Document url_get_filename(). Originally committed as revision 25310 …
(edit) @a5c33faa   14 years Reimar.Doeffinger Add init and uninit functions to cmdutils, reduces code duplication …
(edit) @05931ab7   14 years darkshikari Make FRAPS decoder use PC range instead of TV range FRAPS appears to …
(edit) @35e33b9a   14 years baptiste.coudurier 10l fix h263 encoder resolution test, array size is 8 not 7 …
(edit) @84fd51e5   14 years Aurélien Jacobs ffmpeg: replace MAX_STREAMS by an arbitrary sanity check Originally …
(edit) @620a67d5   14 years Aurélien Jacobs ffmpeg: dynamically allocate bitstream_filters Originally committed …
(edit) @3a8e8824   14 years Aurélien Jacobs ffmpeg: dynamically allocate stream_maps Originally committed as …
(edit) @0a6d97b3   14 years Aurélien Jacobs ffmpeg: dynamically allocate output_codecs Originally committed as …
(edit) @311e223f   14 years Aurélien Jacobs ffmpeg: dynamically allocate input_codecs Originally committed as …
(edit) @2c6958aa   14 years Aurélien Jacobs ffmpeg: dynamically allocate input_files_ts_scale Originally …
(edit) @e640f261   14 years Aurélien Jacobs ffmpeg: dynamically allocate streamid_map Originally committed as …
(edit) @dba249ab   14 years Aurélien Jacobs ffmpeg: add a grow_array() helper function Originally committed as …
(edit) @33377121   14 years stefano.sabatini-lala Fix reference to nonexistent function. Originally committed as …
(edit) @321259c1   14 years martin rtsp: Return a queued packet if it has been in the queue for longer …
(edit) @58ee099   14 years martin rtpdec: Reorder received RTP packets according to the seq number …
(edit) @02607418   14 years martin rtpdec: Split out the part of rtp_parse_packet that does the parsing …
(edit) @27af8902   14 years Reimar.Doeffinger Fix indentation of ff_id3v2_read Originally committed as revision …
(edit) @c690fa97   14 years martin Reindent/rewrap Originally committed as revision 25291 to …
(edit) @38f8c80b   14 years martin rtsp: Reorganize if statements in rtsp_read_play Originally committed …
(edit) @ad4ad27   14 years martin rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet …
Note: See TracRevisionLog for help on using the revision log.