summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Restore alphabetical orderMartin Storsjö2010-10-21
| | | | Originally committed as revision 25536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtsp: Untangle the dependencies between the RTSP/SDP demuxers and RTSP muxerMartin Storsjö2010-10-21
| | | | | | | This allows compilation of one of them without requiring the others' dependencies to be present. Originally committed as revision 25535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtsp: Reorder functionsMartin Storsjö2010-10-21
| | | | Originally committed as revision 25534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, indentationBaptiste Coudurier2010-10-21
| | | | Originally committed as revision 25533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l fix h263+ encoder, format will be 8, array size is 8 not 7Baptiste Coudurier2010-10-21
| | | | Originally committed as revision 25532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup image2pipe_{de}muxer fieldsPascal Massimino2010-10-21
| | | | Originally committed as revision 25531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variables picture_crop_temp and picture_pad_temp.Stefano Sabatini2010-10-20
| | | | Originally committed as revision 25530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace 5 by named constant MAX_CONTEXT_INPUTS in ffv1.cMichael Niedermayer2010-10-19
| | | | Originally committed as revision 25529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sdp: Conditionally compile code using AF_INET6Martin Storsjö2010-10-19
| | | | | | Should fix compilation in environments unaware of IPv6. Originally committed as revision 25528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a demuxer for receiving raw rtp:// URLs without an SDP descriptionMartin Storsjö2010-10-19
| | | | | | | The demuxer inspects the payload type of a received RTP packet and handles the cases where the content is fully described by the payload type. Originally committed as revision 25527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a -force_key_frames option to ffmpeg.Nicolas George2010-10-18
| | | | | | | | | | | | | | | | The option is useful to ensure that there is a seek point exactly at a place the user will probably want to jump precisely sometime, the major example would be the end of an opening and the beginning of a chapter. The scene change detection system will often make it happen, but not always for example if there is a fade-in. See the thread: Subject: [FFmpeg-devel] [PATCH] -force_key_frames option Date: Tue, 12 Oct 2010 15:16:26 +0200 Patch by Nicolas George -mail nicolas,george,normalesup,org. Originally committed as revision 25526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add transpose filter.Stefano Sabatini2010-10-18
| | | | Originally committed as revision 25525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement a common get_filtered_video_frame(), shared between ffplay.cStefano Sabatini2010-10-18
| | | | | | and ffmpeg.c. Originally committed as revision 25520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make help message for the -crop* options consistent with that of theStefano Sabatini2010-10-18
| | | | | | -pad* options and more direct. Originally committed as revision 25519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove -crop* options.Stefano Sabatini2010-10-18
| | | | | | Users are required to use the libavfilter crop filter. Originally committed as revision 25518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant text in the log.Stefano Sabatini2010-10-18
| | | | Originally committed as revision 25517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make XAN decoder return meaningful error codes.Stefano Sabatini2010-10-18
| | | | Originally committed as revision 25516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* metadata: make av_metadata_set2 case insensitive by defaultAurelien Jacobs2010-10-18
| | | | Originally committed as revision 25515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid negative SCR in mpeg ps muxer.Michael Niedermayer2010-10-16
| | | | | | Fixes a scr issue reported with dvdauthor ([FFmpeg-user] FFMPEG encoded MPEG-2 video causes error in DVDAuthor) Originally committed as revision 25512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move shared functions out of CONFIG_FFV1_ENCODER ifdefMichael Niedermayer2010-10-16
| | | | Originally committed as revision 25511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: use a more compact notation, improve readability and reduceStefano Sabatini2010-10-16
| | | | | | line count. Originally committed as revision 25510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reset metadata after opt_output_file(), fix the previous commit.Stefano Sabatini2010-10-16
| | | | | | Spotted by elenril on irc. Originally committed as revision 25509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use an AVMetadata struct for storing metadata, simplify.Stefano Sabatini2010-10-16
| | | | Originally committed as revision 25508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffprobe print stream language only once, also remove usage of theAnton Khirnov2010-10-16
| | | | | | | | deprecated field AVStream.language. Patch by Anton Khirnov %name%@%surname% dot net. Originally committed as revision 25507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove docs for the not anymore existing option -convert_tags.Stefano Sabatini2010-10-16
| | | | Originally committed as revision 25506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add ff_ prefix to metadata_conv()Anton Khirnov2010-10-16
| | | | | | patch by Anton Khirnov anton _at_ khirnov _dot_ net Originally committed as revision 25505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lavf: simplify setting the encoder ident tag.Anton Khirnov2010-10-16
| | | | | | patch by Anton Khirnov anton _at_ khirnov _dot_ net Originally committed as revision 25504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg.c/ffprobe.c: remove all uses of av_metadata_conv()Anton Khirnov2010-10-16
| | | | | | patch by Anton Khirnov anton _at_ khirnov _dot_ net Originally committed as revision 25503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add avfilter_graph_config().Stefano Sabatini2010-10-16
| | | | Originally committed as revision 25502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Place the bitstream_filters variable in the AVOutputStream, thusNicolas George2010-10-16
| | | | | | | | greatly simplifying its handling and reducing code duplication. Patch by Nicolas George -bsf nicolas*george|normalesup+org. Originally committed as revision 25501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the allocation of the AVOutputStream structure earlier in theNicolas George2010-10-16
| | | | | | | | | code flow, in the new_video_stream() / new_audio_stream() / new_subtitle_stream() functions. Patch by Nicolas George <$name.$surname@normalesup.org>. Originally committed as revision 25500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix building, include the header instead of the source fileMartin Storsjö2010-10-16
| | | | | | Builds only seemed to have been broken in some configurations, though. Originally committed as revision 25499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In mov muxer, write artist metadata tagBaptiste Coudurier2010-10-15
| | | | Originally committed as revision 25498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In mov muxer, use correct metadata tag for encoder, and use the generic ↵Baptiste Coudurier2010-10-15
| | | | | | metadata api name Originally committed as revision 25497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec: Return AVERROR(EAGAIN) for mpegts parsing errorsMartin Storsjö2010-10-15
| | | | | | | | | | This indicates that there was no error that needs to be reported to the caller, so we can move on to parse the next packet immediately, if available. The only error code that ff_mpegts_parse_packet can return indicates that there was no packet to return from the provided data, for which it returns -1. Originally committed as revision 25496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffserver: use a local MAX_STREAMS limitAurelien Jacobs2010-10-15
| | | | Originally committed as revision 25495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffserver: fix prepare_sdp_description() to dynamically allocate streamsAurelien Jacobs2010-10-15
| | | | Originally committed as revision 25494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-15
| | | | | | patch by Anton Khirnov anton _at_ khirnov _dot_ net Originally committed as revision 25493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: alignmentAurelien Jacobs2010-10-15
| | | | Originally committed as revision 25492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_API_SYMVER define to disable symver compatibility functionsAurelien Jacobs2010-10-15
| | | | Originally committed as revision 25491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* probetest: replace usage of deprecated first_iformat by av_iformat_next()Aurelien Jacobs2010-10-15
| | | | Originally committed as revision 25490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_API_FIRST_FORMAT define to drop deprecated first_?format from public apiAurelien Jacobs2010-10-15
| | | | Originally committed as revision 25489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_API_PARAMETERS_CODEC_ID define to disable the deprecated codec_idAurelien Jacobs2010-10-15
| | | | | | fields in AVFormatParameters Originally committed as revision 25488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_API_LAVF_UNUSED define to disable the unused struct fieldsAurelien Jacobs2010-10-15
| | | | Originally committed as revision 25487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_API_READ_SEEK define to drop usage of AVInputFormat.read_seekAurelien Jacobs2010-10-15
| | | | | | and delay this transition to v54 as it is currently not functional Originally committed as revision 25486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_API_PARSE_FRAME_PARAM define to disable the deprecatedAurelien Jacobs2010-10-15
| | | | | | parse_image_size() and parse_frame_rate() public functions Originally committed as revision 25485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* properly check for FF_API_URL_CLASS instead of LIBAVFORMAT_VERSION_MAJORAurelien Jacobs2010-10-15
| | | | Originally committed as revision 25484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecatedAurelien Jacobs2010-10-15
| | | | | | av_alloc_format_context() public function Originally committed as revision 25483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() functionAurelien Jacobs2010-10-15
| | | | Originally committed as revision 25482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle()Aurelien Jacobs2010-10-15
| | | | | | public function Originally committed as revision 25481 to svn://svn.ffmpeg.org/ffmpeg/trunk