| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 3 | -3/+3 |
* | Move code to be used by the IEC 61937 demuxer from spifenc.c into common | Anssi Hannula | 2010-11-10 | 4 | -54/+103 |
* | Rename spdif.c as spdifenc,c to prepare for future spdif demuxer. | Anssi Hannula | 2010-11-09 | 2 | -1/+1 |
* | rtsp: Set the real_setup pointer properly, avoid out of bounds memory accesses | Yuriy Kaminskiy | 2010-11-06 | 1 | -1/+1 |
* | Remove two instances of AVERROR(ff_neterrno()), because ff_neterrno() itself | Ronald S. Bultje | 2010-11-04 | 1 | -2/+2 |
* | Remove usage of deprecated libavcodec/audioconvert.h functions. | Stefano Sabatini | 2010-11-03 | 1 | -1/+2 |
* | Fix 16kHz Mono NellyMoser in flv. | Thierry Foucu | 2010-11-03 | 2 | -0/+7 |
* | matroskadec: skip invalid tags with no TagName | Anton Khirnov | 2010-11-03 | 1 | -0/+5 |
* | http: Handle 301/307 redirect requests, too | Mike Edenfield | 2010-11-02 | 1 | -1/+2 |
* | mpegts: support LATM syntax | Janne Grunau | 2010-11-02 | 1 | -4/+1 |
* | Document url_write(). | Stefano Sabatini | 2010-10-31 | 1 | -0/+7 |
* | rtsp: Split out the RTSP demuxer functions to a separate, new file | Martin Storsjö | 2010-10-29 | 4 | -352/+396 |
* | rtsp: Move rtsp_setup_output_streams into rtspenc.c | Martin Storsjö | 2010-10-29 | 3 | -73/+74 |
* | vorbiscomment: convert metadata before computing the header's length | Anton Khirnov | 2010-10-27 | 3 | -1/+4 |
* | rtsp: Add stub declarations of the setup_in/output_streams functions | Martin Storsjö | 2010-10-27 | 1 | -2/+14 |
* | nutdec: when parsing info packet, set metadata var only once | Anton Khirnov | 2010-10-24 | 1 | -6/+9 |
* | drop rtsp_default_protocols which is not part of public API and not used anymore | Aurelien Jacobs | 2010-10-23 | 2 | -7/+0 |
* | drop rtp_get_file_handles() which is not part of public API and not used anymore | Aurelien Jacobs | 2010-10-23 | 3 | -20/+0 |
* | drop rtp_get_local_port() which is not part of public API and not used anymore | Aurelien Jacobs | 2010-10-23 | 2 | -15/+0 |
* | use rtp_get_local_rtp_port() instead of the deprecated rtp_get_local_port() | Aurelien Jacobs | 2010-10-23 | 1 | -1/+1 |
* | cosmetics: align fields, and remove useless ones, in img2.c | Pascal Massimino | 2010-10-21 | 1 | -28/+24 |
* | rtsp: Move the rtsp_probe function to the demuxer code block | Martin Storsjö | 2010-10-21 | 1 | -7/+7 |
* | Restore alphabetical order | Martin Storsjö | 2010-10-21 | 1 | -5/+5 |
* | rtsp: Untangle the dependencies between the RTSP/SDP demuxers and RTSP muxer | Martin Storsjö | 2010-10-21 | 3 | -16/+29 |
* | rtsp: Reorder functions | Martin Storsjö | 2010-10-21 | 1 | -38/+38 |
* | cleanup image2pipe_{de}muxer fields | Pascal Massimino | 2010-10-21 | 1 | -42/+37 |
* | sdp: Conditionally compile code using AF_INET6 | Martin Storsjö | 2010-10-19 | 1 | -0/+2 |
* | Add a demuxer for receiving raw rtp:// URLs without an SDP description | Martin Storsjö | 2010-10-19 | 3 | -2/+106 |
* | metadata: make av_metadata_set2 case insensitive by default | Aurelien Jacobs | 2010-10-18 | 1 | -1/+1 |
* | Avoid negative SCR in mpeg ps muxer. | Michael Niedermayer | 2010-10-16 | 1 | -4/+6 |
* | add ff_ prefix to metadata_conv() | Anton Khirnov | 2010-10-16 | 10 | -16/+16 |
* | lavf: simplify setting the encoder ident tag. | Anton Khirnov | 2010-10-16 | 1 | -10/+1 |
* | Fix building, include the header instead of the source file | Martin Storsjö | 2010-10-16 | 1 | -1/+1 |
* | In mov muxer, write artist metadata tag | Baptiste Coudurier | 2010-10-15 | 1 | -0/+1 |
* | In mov muxer, use correct metadata tag for encoder, and use the generic metad... | Baptiste Coudurier | 2010-10-15 | 1 | -1/+1 |
* | rtpdec: Return AVERROR(EAGAIN) for mpegts parsing errors | Martin Storsjö | 2010-10-15 | 1 | -2/+5 |
* | 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 |