summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* In gxf muxer, fix flt entry offset, patch by Reuben Martin, reuben dot m at g...Reuben Martin2010-10-072-2/+3
* remove useless local variableAurelien Jacobs2010-10-071-3/+2
* remove useless local allocated start_time arrayAurelien Jacobs2010-10-071-14/+7
* Set myself as maintainer for rtpenc* and sdp.c, as requested by Luca AMartin Storsjö2010-10-071-3/+3
* libmp3lame: don't check unused function in detectionRafaël Carré2010-10-071-1/+1
* ReindentMartin Storsjö2010-10-071-7/+7
* sdp: Don't require the explicit ?multicast optionMartin Storsjö2010-10-071-10/+17
* Convert ff_is_multicast_address to take a struct sockaddr parameterMartin Storsjö2010-10-072-4/+4
* Share the is_multicast_address functionMartin Storsjö2010-10-072-15/+15
* Move multicast address identification fallback macros to network.h from udp.cMartin Storsjö2010-10-072-6/+7
* Warn if muxing mpeg ps is attempted without a VBV buffer size.Michael Niedermayer2010-10-071-1/+3
* Pass RC parameters on stream copy to the muxer.Michael Niedermayer2010-10-071-0/+2
* Init SCR in mpeg muxer based on first DTS.Michael Niedermayer2010-10-072-1/+3
* properly check for FF_API_MAX_STREAMS instead of LIBAVFORMAT_VERSION_MAJORAurelien Jacobs2010-10-062-7/+8
* add new streams API without MAX_STREAMS limitAurelien Jacobs2010-10-062-0/+14
* dynamically use nb_streams instead of static use of MAX_STREAMSAurelien Jacobs2010-10-061-8/+33
* document the fact that av_new_stream() can't be called in a background threadAurelien Jacobs2010-10-061-1/+2
* Move handling of ID3v2 to common utils.c code, reducing code duplicationReimar Döffinger2010-10-066-63/+19
* cosmetic: break long lineAurelien Jacobs2010-10-061-2/+8
* Move the definitions of AVSEEK_SIZE to make it appear before theStefano Sabatini2010-10-061-7/+7
* custom build system documentationMichael Niedermayer2010-10-061-0/+34
* Fix default value of time_offset_length.John Stebbins2010-10-061-0/+1
* Mention to send a patch before changing API or ABI.Carl Eugen Hoyos2010-10-061-3/+3
* rtpdec: Handle RTP header extensionRobert Schlabbach2010-10-061-0/+17
* Add RTP depacketization of the X-QT QuickTime formatMartin Storsjö2010-10-067-2/+268
* configure: Set _DARWIN_C_SOURCE while testing for struct ipv6_mreqMartin Storsjö2010-10-061-1/+1
* Remove unused variable.Carl Eugen Hoyos2010-10-061-1/+0
* Use retry_transfer_wrapper() in url_write() as its callers do not expect it t...Michael Niedermayer2010-10-061-2/+2
* Factor retry_transfer_wrapper() out of url_read_complete()Michael Niedermayer2010-10-061-2/+8
* doc,win32: add note about the use of dllimport for global data in MSVC++Ramiro Polla2010-10-061-0/+9
* doc,win32: update note on which files to use with shared libraries in msvcRamiro Polla2010-10-061-3/+6
* doc: mention xmm clobber macros usageRamiro Polla2010-10-061-0/+6
* fft: mark xmm registers as clobbered in ff_imdct_calc_sseRamiro Polla2010-10-061-0/+1
* Check whether compiler supports xmm registers in asm clobber listRamiro Polla2010-10-062-0/+24
* MMX, MMX2, SSE2 and SSSE3 optimizations for pred16x16/8x8_plane H264 intraRonald S. Bultje2010-10-053-0/+557
* movdec: Free the previous extradataMartin Storsjö2010-10-051-0/+1
* movdec: Split out ff_mov_read_stsdMartin Storsjö2010-10-052-7/+15
* ffmpeg: Fix prototype of some OPT_FUNC2 functions. They must return an int.Aurelien Jacobs2010-10-051-2/+4
* vorbiscomment: add DISCNUMBER to the metadata conv tableAnton Khirnov2010-10-051-0/+1
* configure: Consolidate rtsp/sdp deps to use _selectMartin Storsjö2010-10-051-6/+3
* configure: Add the http protocol as an auto-enabled dependency of the rtsp de...Martin Storsjö2010-10-051-1/+2
* rtsp/sdp: Move code into correct ifdefsMartin Storsjö2010-10-051-81/+87
* find_info_tag: Make sure the output buffer is null terminatedMartin Storsjö2010-10-051-1/+1
* Do not assume PIX_FMT_YUV420P will remain the only supported output format fo...Carl Eugen Hoyos2010-10-051-1/+1
* udp: Define _DARWIN_C_SOURCEMartin Storsjö2010-10-051-0/+1
* udp: Return the actual error code on errors, instead of AVERROR(EIO)Martin Storsjö2010-10-051-1/+1
* Set proper error if server flags indicate that it doesn't support mmst. Thisqrtt12010-10-051-1/+5
* Cosmetics, lots of.Tobias Bindhammer2010-10-052-45/+48
* Skip unnecessary calculations in 4col-mode.Tobias Bindhammer2010-10-051-1/+1
* Add possibility to crop screens inside of encoded frames.Tobias Bindhammer2010-10-051-4/+19
OpenPOWER on IntegriCloud