1072 Commits (735bf1951171a1e0ee4292e84a1b1beac45dd0ab)

Author SHA1 Message Date
Lou Logan f8de11cf7d Redefine sameq 14 years ago
Anton Khirnov 3ee53dabcf lavf: get rid of ffm-specific stuff in avformat.h 14 years ago
Anton Khirnov c3675dfe1e lavf: rename avf_sdp_create to av_sdp_create. 14 years ago
Anton Khirnov 80c6e238b0 avio: avio_ prefix for url_set_interrupt_cb. 14 years ago
Anton Khirnov f87b1b373a avio: AVIO_ prefixes for URL_ open flags. 14 years ago
Alex Converse 14cf0fd2f5 Add silence support for AV_SAMPLE_FMT_U8. 14 years ago
Justin Ruggles 34b47d7cbc Add audio_service_type field to AVCodecContext for encoding and reporting 14 years ago
Dave Yeo b58b9fa3b5 Make sure kbhit() is in conio.h 14 years ago
Panagiotis H.M. Issaris cb48e245e6 Do no modify terminal parameters using termios.h 14 years ago
Stefano Sabatini 17a4ec8e7e ffmpeg: modify help text for the map option 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Stefano Sabatini 5dbe78bf91 ffmpeg: remove unused variable in ffmpeg_exit() 14 years ago
Anton Khirnov 76aa876e69 avio: avio_ prefix for url_fsize 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Martin Storsjö 5e33e7bdac ffmpeg: Use av_pkt_dump_log2 14 years ago
Anton Khirnov 22a3212e32 avio: rename url_fopen/fclose -> avio_open/close. 14 years ago
Anton Khirnov 610219a598 lavf: add av_ prefix to dump_format() 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Alexander Strange c0b102ca03 Deprecate avcodec_thread_init() 14 years ago
James Zern 3a6a9cdf5b cmdutils: fix opt_values leak 14 years ago
Alexander Strange 6b47495397 Adopt pkt_dts/pkt_pts in lavc clients 14 years ago
Martin Storsjö b22dbb291d Use avformat_free_context for cleaning up muxers 14 years ago
Stefano Sabatini 4359288c56 Make avfilter_graph_free() free the graph. 14 years ago
Anton Khirnov 87e4d9b252 ffmpeg.c: rename map_meta_data option to map_metadata 14 years ago
Stefano Sabatini fa34a3626c Make ffmpeg warns the user when the selected sample format is ignored. 14 years ago
Diego Elio Pettenò a6d1bd05c9 Make local variables static. 14 years ago
Stefano Sabatini 07b48f8c7a Do not set audio_resample to 0 if audio_sync_method is > 1. 14 years ago
Mike Scheutzow 20ac9de3df streamid does not work with newaudio, newvideo, newsubtitle 14 years ago
Michael Niedermayer 59e2118e97 Update threshold to detect real timebase for stream copy. 14 years ago
Michael Niedermayer d9c3e5f6d8 Feed the filter chain with the sample aspect ratio from the muxer or codec layer 14 years ago
Baptiste Coudurier 0f27e6b4c2 New "copytb" ffmpeg cli option to copy input stream time base when stream copying. 14 years ago
Stefano Sabatini 6c18f1cda2 Make opt_audio_sample_fmt() abort in case of invalid sample format 14 years ago
Ronald S. Bultje 8e8a3cc221 Reindent after 26330. 14 years ago
Ronald S. Bultje 7f88a5bf9b Introduce av_metadata_copy() to copy metadata from one struct to another. 14 years ago
Baptiste Coudurier 8a774d3deb Do not allocate unused swscale context when libavfilter is compiled in 14 years ago
Baptiste Coudurier 4618637aca Fix warnings: 14 years ago
Baptiste Coudurier c961fb3cbb Change 'arg' type in parse_meta_type, fix warning: 14 years ago
Anatoly Nenashev ee77f986a2 Fix lowres > 0 with --enable-avfilter.. 14 years ago
Michael Niedermayer b26847b710 Fix/cleanup m/ljpeg encoding pix fmt selection code in ffmpeg.c. 14 years ago
Anssi Hannula ef2b2243dc Use AVOption for muxers in ffmpeg. 14 years ago
Aurelien Jacobs 1d6233d315 use avsubtitle_free() instead of re-implementing it partially (fix a memleak) 14 years ago
Anton Khirnov bb62d5c1f0 Allow output formats without any streams. 14 years ago
Stefano Sabatini f671584845 Reindent. 14 years ago
Stefano Sabatini 8afab68605 Fix encoding when the input audio format/rate/channels changes during 14 years ago
Justin Ruggles 5d7870dc76 Show per-codec options on FFmpeg commandline help. 14 years ago
Aurelien Jacobs d4a9f37938 cosmetic: indentation 14 years ago
Aurelien Jacobs 118ccae030 add subtitle codec autodetection 14 years ago
Stefano Sabatini 037be76e15 Add avfilter_graph_create_filter(). 14 years ago
Anton Khirnov 477b1aeac9 ffmpeg.c: copy global metadata by default 14 years ago
Stefano Sabatini 63e8d9760f Use the new libavcore audio channel API. 14 years ago