| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Export metadata in the generic format. Deprecate old conversion API. | Anton Khirnov | 2010-10-15 | 20 | -39/+50 |
* | cosmetic: alignment | Aurelien Jacobs | 2010-10-15 | 1 | -8/+8 |
* | add FF_API_SYMVER define to disable symver compatibility functions | Aurelien Jacobs | 2010-10-15 | 2 | -1/+4 |
* | add FF_API_FIRST_FORMAT define to drop deprecated first_?format from public api | Aurelien Jacobs | 2010-10-15 | 2 | -1/+10 |
* | add FF_API_PARAMETERS_CODEC_ID define to disable the deprecated codec_id | Aurelien Jacobs | 2010-10-15 | 1 | -1/+4 |
* | add FF_API_LAVF_UNUSED define to disable the unused struct fields | Aurelien Jacobs | 2010-10-15 | 1 | -2/+5 |
* | add FF_API_READ_SEEK define to drop usage of AVInputFormat.read_seek | Aurelien Jacobs | 2010-10-15 | 1 | -1/+4 |
* | add FF_API_PARSE_FRAME_PARAM define to disable the deprecated | Aurelien Jacobs | 2010-10-15 | 2 | -2/+5 |
* | properly check for FF_API_URL_CLASS instead of LIBAVFORMAT_VERSION_MAJOR | Aurelien Jacobs | 2010-10-15 | 1 | -3/+3 |
* | add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecated | Aurelien Jacobs | 2010-10-15 | 2 | -2/+5 |
* | add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() function | Aurelien Jacobs | 2010-10-15 | 3 | -2/+5 |
* | add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle() | Aurelien Jacobs | 2010-10-15 | 3 | -2/+5 |
* | add FF_API_GUESS_FORMAT define to disable the deprecated guess_format() | Aurelien Jacobs | 2010-10-15 | 2 | -3/+6 |
* | Deprecate old API. | Anton Khirnov | 2010-10-15 | 1 | -20/+20 |
* | vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata** | Anton Khirnov | 2010-10-14 | 4 | -14/+14 |
* | sapdec: Include sys/time.h for struct timeval | Martin Storsjö | 2010-10-13 | 1 | -0/+1 |
* | Add a SAP demuxer | Martin Storsjö | 2010-10-13 | 4 | -2/+241 |
* | rtpdec: Don't use the no reordering codepath if there already is a queue | Martin Storsjö | 2010-10-13 | 1 | -1/+1 |
* | rtpdec: Handle wrapping seq numbers in has_next_packet properly | Martin Storsjö | 2010-10-13 | 1 | -1/+1 |
* | rtpdec: Parse the next packet in the sequence if it is available, if the prev... | Martin Storsjö | 2010-10-13 | 1 | -0/+2 |
* | rtpdec: Return AVERROR(EAGAIN) if out of data for mpegts, pass returned error... | Martin Storsjö | 2010-10-13 | 1 | -3/+3 |
* | rtpdec: Don't call the depacketizer to return more data unless it actually sa... | Martin Storsjö | 2010-10-13 | 1 | -3/+3 |
* | rtpdec: Split out storing of the depacketization return value to a separate f... | Martin Storsjö | 2010-10-13 | 1 | -30/+26 |
* | Add forgotten minor bump and changelog entry for the SAP muxer | Martin Storsjö | 2010-10-11 | 1 | -1/+1 |
* | oggenc: Don't use char* to point to a string constant. | Alex Converse | 2010-10-10 | 1 | -1/+1 |
* | cafdec: Handle ALAC extradata. | Peter Ross | 2010-10-10 | 1 | -0/+15 |
* | libavformat: Always build id3v1.o and id3v2.o | Martin Storsjö | 2010-10-09 | 1 | -10/+12 |
* | sapenc: Use the normal URL port as RTP port | Martin Storsjö | 2010-10-09 | 1 | -6/+6 |
* | sapenc: Include os_support.h, to provide a fallback definition for socklen_t | Martin Storsjö | 2010-10-09 | 1 | -0/+1 |
* | move av_find_stream_info() info struct to AVStream to avoid messy (re)allocation | Aurelien Jacobs | 2010-10-08 | 2 | -54/+47 |
* | Fix compilation on FreeBSD, use AF_UNSPEC instead of PF_UNSPEC | Martin Storsjö | 2010-10-08 | 1 | -1/+1 |
* | sapenc: Mark the muxer as depending on network functions | Martin Storsjö | 2010-10-08 | 1 | -2/+15 |
* | Add a space between the else and { in mpegenc.c in the line i added. | Michael Niedermayer | 2010-10-08 | 1 | -1/+1 |
* | Add a SAP (Session Announcement Protocol, RFC 2974) muxer | Martin Storsjö | 2010-10-08 | 3 | -0/+254 |
* | sdp: Only specify the TTL for IPv4 addresses | Martin Storsjö | 2010-10-08 | 1 | -1/+3 |
* | rtsp: Factorize out code for opening a chained RTP muxer | Martin Storsjö | 2010-10-08 | 4 | -61/+118 |
* | rtsp: Make rtsp_rtp_mux_open reusable | Martin Storsjö | 2010-10-08 | 1 | -4/+5 |
* | rtsp: Remove the start_time field from RTSPState, use AVFormatContext->start_... | Martin Storsjö | 2010-10-08 | 2 | -6/+2 |
* | Reindent | Martin Storsjö | 2010-10-08 | 1 | -3/+3 |
* | udp: Add an option for connecting the udp socket | Martin Storsjö | 2010-10-08 | 1 | -0/+13 |
* | rtpdec: Set prev_ret properly when parsing more data from mpegts RTP packets | Martin Storsjö | 2010-10-08 | 1 | -2/+6 |
* | rtpdec: Store the previous return value for mpegts when it was -1, too | Martin Storsjö | 2010-10-08 | 1 | -1/+3 |
* | rtpdec: Keep track of the previous return value from rtp_parse_packet_interna... | Robert Schlabbach | 2010-10-08 | 1 | -0/+2 |
* | In gxf muxer, round up number of lines mod 16 in mpeg umf data, based patch b... | Baptiste Coudurier | 2010-10-07 | 1 | -1/+1 |
* | In gxf muxer, fix number of flt entries based on patch by Reuben Martin, reub... | Baptiste Coudurier | 2010-10-07 | 1 | -1/+1 |
* | In gxf muxer, write umf media for mpeg1video, patch by Reuben Martin, reuben ... | Reuben Martin | 2010-10-07 | 1 | -0/+1 |
* | In gxf muxer, fix flt entry offset, patch by Reuben Martin, reuben dot m at g... | Reuben Martin | 2010-10-07 | 1 | -1/+2 |
* | remove useless local variable | Aurelien Jacobs | 2010-10-07 | 1 | -3/+2 |
* | remove useless local allocated start_time array | Aurelien Jacobs | 2010-10-07 | 1 | -14/+7 |
* | Reindent | Martin Storsjö | 2010-10-07 | 1 | -7/+7 |