Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-07Added M701 codec_tag for mpeg2videoTomas Härdin
2010-06-06Do not read the RM index when input is streamed (since it requires seekingReimar Döffinger
2010-06-06Add support to B4BY and R4BY NUT codec tags added in NUT r672.Stefano Sabatini
2010-06-06bgr/rgb444 for nutMichael Niedermayer
2010-06-06Support AVFMT_FLAG_IGNIDX in gxf demuxer.Reimar Döffinger
2010-06-06Fix muxing rgb rawvideo in avi regression.Michael Niedermayer
2010-06-05Cosmetics: Reindent/align/wrapMartin Storsjö
2010-06-05RTSP: Propagate errors up from ff_rtsp_send_cmd*Josh Allmann
2010-06-05Remove unused local variablesMartin Storsjö
2010-06-05RTSP: Add a second URLContext for outgoing messagesJosh Allmann
2010-06-05More mov rawvideo fourccBaptiste Coudurier
2010-06-05fix raw 555 pixel format, add abgr fourccBaptiste Coudurier
2010-06-05matroskaenc: Don't write a second seekhead for the clusters; mkvalidate agreesDavid Conrad
2010-06-05matroskaenc: Check that tracks was allocatedDavid Conrad
2010-06-05matroskaenc: Use av_get_random_seed -> lfg for segment UIDDavid Conrad
2010-06-05matroskaenc: Make put_ebml_binary take a void pointerDavid Conrad
2010-06-05Add WebM muxerJames Zern
2010-06-05matroskaenc: Mux clusters betterJames Zern
2010-06-04metadata: mention how to remove tags.Anton Khirnov
2010-06-04reindent after previous commit.Anton Khirnov
2010-06-04metadata: make conversion to the same format a noop.Anton Khirnov
2010-06-04rtspenc: Write the interleaving header in the same buffer as the packet dataMartin Storsjö
2010-06-04http: Set http_code to 200 when doing a POSTMartin Storsjö
2010-06-04Use AV_BASE64_SIZE() macroHoward Chu
2010-06-04win32: Use _fstati64() instead of plain old fstat() on Windows to support filekemuri
2010-06-04httpauth: Fix the length passed to av_strlcatMartin Storsjö
2010-06-03Remove stray and possibly wrong line, rtpdec.c sets that alreadyLuca Barbato
2010-06-03Make write_streamheader() log a message if there is no codec tagStefano Sabatini
2010-06-03Make write_streamheader() return a meaningful error code if no codecStefano Sabatini
2010-06-03Make write_header() and write_headers() return an error code in case ofStefano Sabatini
2010-06-03Make write_streamheader() and write_headers() accept anStefano Sabatini
2010-06-02Make the error message issued in case of invalid codec tag moreStefano Sabatini
2010-06-02Change default number of channels (used if unspecified in the format desc)Ronald S. Bultje
2010-06-01Print an error when MAX_STREAMS is reached.Michael Niedermayer
2010-06-01Declare the url_write buffer parameter as constMartin Storsjö
2010-05-31Prevent au_read_packet() looping endlessly when .au file contains unsupported...Peter Ross
2010-05-28Reindent after r23361.Francesco Lavra
2010-05-28Use ff_rm_codec_tags[] in RM muxer. This, incidentally, also allows muxingFrancesco Lavra
2010-05-28Move rm_codec_tags to rm.c so muxer/demuxer can share it.Francesco Lavra
2010-05-28On2 IVF demuxerDavid Conrad
2010-05-27Make sure that when the parser is feeded with frame==packet that theMichael Niedermayer
2010-05-27Add support for the newly added Nut codec tags (added in Nut r669):Stefano Sabatini
2010-05-26Parse and repack the first frame of H.264 in ASF because SPS+PPS lives in its...Alex Converse
2010-05-26Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine pac...Alex Converse
2010-05-26matroskadec: avoid potential crash after r23169Aurelien Jacobs
2010-05-25We're using generic tag-to-ID functions, so specific codec_id assignmentsZhou Zongyi
2010-05-25Samsung uses SIPP as FourCC for MPEG-4 ASP.Carl Eugen Hoyos
2010-05-2524l trocadero: RTMP reader forgot to shift high byte of timestamp to itstrueice@gmail.com
2010-05-25In ogg muxer, use random serial number of each ogg streamsBaptiste Coudurier
2010-05-25MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail com>.Zhentan Feng