6891 Commits (3c90abf40fd3a1dbea583c574e7d0d10229e9628)

Author SHA1 Message Date
Martin Storsjö 105ba7dc28 applehttp: Handle absolute paths relative to the current server 14 years ago
Martin Storsjö 861aab5677 movenchint: Use rtpenc_chain for setting up the chained RTP muxer 14 years ago
Martin Storsjö 118f09114c rtpenc_chain: Don't copy the time_base back to the caller 14 years ago
Martin Storsjö 42f97696ae Use avformat_free_context for cleaning up muxers 14 years ago
Martin Storsjö 4ed68fdfdc libavformat: Add a function for freeing an AVFormatContext 14 years ago
Martin Storsjö 173f19be75 libavformat: Use avcodec_copy_context for chained muxers 14 years ago
Clément Bœsch bffad70c66 Remove forgotten if (p) av_free(p) forms 14 years ago
Peter Ross 2d9fd1810b add ff_index_search_timestamp and ff_add_index_entry 14 years ago
Nicolas George 566f17b62d TCP: factor the poll() call 14 years ago
Peter Ross d3c0de863d wtv: filesystem implementation 14 years ago
Reimar Döffinger 5603df39df Always use av_set_pts_info to set the stream time base. 14 years ago
Anton Khirnov d947bce1fc tty.c: rename PKT_FLAG_KEY to AV_PKT_FLAG_KEY. 14 years ago
Anton Khirnov 4d9c044d47 Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE* 14 years ago
Martin Storsjö a991b8dec6 sapenc: Free AVStream->info on cleanup 14 years ago
Anton Khirnov ea46876301 rtmpproto: rename URLContext* argument in rtmp_write() 14 years ago
Tomas Härdin b9dab1131c Add ProRes FOURCCs to isom.c 14 years ago
Benjamin Larsson d25d1d06a4 Add AVC-Intra identifiers used by Flip4Mac for mov files 14 years ago
Clément Bœsch e31a744155 Remove a few if (p) av_free(p) forms 14 years ago
Martin Storsjö d0d8a9b138 Free AVStream->info in chained muxers 14 years ago
Martin Storsjö c6347bdf08 rtsp: Don't store RTSPStream in AVStream->priv_data 14 years ago
Anton Khirnov e921bd57e3 Add forgotten minor API bumps and APIChanges entries 14 years ago
Luca Barbato 2aaa2a1700 Free the RTSPStreams in ff_rtsp_close_streams 14 years ago
Reimar Döffinger 403fa3cf07 Ogg: discard non-essential metadata from Vorbis header when creating extradata 14 years ago
Reimar Döffinger b482c00121 Remove pts rescaling code that is useless after 2ff4a2764e 14 years ago
Reimar Döffinger 12763671e2 Document that av_write_header sets stream time_base to a value of it chosing. 14 years ago
Mans Rullgard 2c30f7b3d7 mpegtsenc: fix PMT PID calculation 14 years ago
Georgi Chorbadzhiyski a735bbbb7a Replace defines in libavformat/mpegtsenc.c with AVOptions 14 years ago
Reimar Döffinger 2ff4a2764e VC1testenc: convert pts values to correct time-base. 14 years ago
Ronald S. Bultje 939bfc87ee asf/wtv: use service_provider and service_name metadata tags 14 years ago
Vasyl' Vavrychuk e5e3897b64 mpegts: remove get_pts duplicate of ff_parse_pes_pts. 14 years ago
Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 14 years ago
Peter Ross 59884f55d1 mpegtsenc: support CODEC_ID_AAC_LATM 14 years ago
Dave Yeo c053bba9e2 rtspenc: include os_support.h for system without HAVE_POLL_H 14 years ago
Anton Khirnov 8270482681 asfdec: ensure that the whole tag is read. 14 years ago
Mans Rullgard 13904b552b os_support: make poll() fallbacks conditional on CONFIG_NETWORK 14 years ago
Stefano Sabatini b5a7100ad3 Make the image2 demuxer log more verbose 14 years ago
Georgi Chorbadzhiyski 753134ae3e In mpegts "reserved_future_use" field must be set to 1 in SDT table 14 years ago
Luca Barbato b351baa070 rtsp: make ff_sdp_parse return value forwarded 14 years ago
Luca Barbato d0eb91ad04 os: replace select with poll 14 years ago
Diego Elio Pettenò 9740a357e9 Hide demuxers', muxers' and protocols' objects via the ld version script. 14 years ago
Reimar Döffinger 76c802e989 VC1testenc: convert pts values to correct time-base. 14 years ago
Reimar Döffinger 609bdf813d Vorbis-in-Ogg: Do not set timebase to invalid values 14 years ago
John Stebbins 2f7d8977bc mov: add support for little-endian utf16 chapter names 14 years ago
Janne Grunau 9653e754a4 movenc: byteswap codec_tag in mov_write_ms_tag 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Anton Khirnov ebf3ee16c7 mov: simplify mov_read_chapters() by using avio_get_str16be 14 years ago
Mans Rullgard bc1aebcd07 Revert "mov: simplify mov_read_chapters() by using avio_get_str16be" 14 years ago
Diego Elio Pettenò 4b21c38180 Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h. 14 years ago
Georgi Chorbadzhiyski 4c9bfe3e4e mpegtsenc: set reserved bits to 1 in PCR field 14 years ago
Diego Elio Pettenò 3d21b4f607 Make ff_rtsp_send_cmd_with_content_async static to rtsp.c. 14 years ago