summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* prefer avio_check() over url_exist()Stefano Sabatini2011-04-191-1/+1
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-1/+1
* lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-191-1/+1
* lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov2011-04-191-2/+0
* Redefine sameqLou Logan2011-04-101-1/+1
* lavf: get rid of ffm-specific stuff in avformat.hAnton Khirnov2011-04-081-0/+2
* lavf: rename avf_sdp_create to av_sdp_create.Anton Khirnov2011-04-081-1/+1
* avio: avio_ prefix for url_set_interrupt_cb.Anton Khirnov2011-04-071-2/+2
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-1/+1
* Add silence support for AV_SAMPLE_FMT_U8.Alex Converse2011-04-051-1/+9
* Add audio_service_type field to AVCodecContext for encoding and reportingJustin Ruggles2011-03-251-0/+1
* Make sure kbhit() is in conio.hDave Yeo2011-03-221-3/+3
* Do no modify terminal parameters using termios.hPanagiotis H.M. Issaris2011-03-201-54/+6
* ffmpeg: modify help text for the map optionStefano Sabatini2011-03-201-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* ffmpeg: remove unused variable in ffmpeg_exit()Stefano Sabatini2011-03-121-1/+0
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-071-2/+2
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-2/+2
* ffmpeg: Use av_pkt_dump_log2Martin Storsjö2011-03-021-1/+2
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-231-2/+2
* lavf: add av_ prefix to dump_format()Anton Khirnov2011-02-161-5/+5
* Merge libavcore into libavutilReinhard Tartler2011-02-151-3/+3
* Deprecate avcodec_thread_init()Alexander Strange2011-02-091-8/+3
* cmdutils: fix opt_values leakJames Zern2011-02-051-1/+0
* Adopt pkt_dts/pkt_pts in lavc clientsAlexander Strange2011-02-051-2/+3
* Use avformat_free_context for cleaning up muxersMartin Storsjö2011-02-041-15/+1
* Make avfilter_graph_free() free the graph.Stefano Sabatini2011-02-041-4/+1
* ffmpeg.c: rename map_meta_data option to map_metadataAnton Khirnov2011-02-021-2/+12
* Make ffmpeg warns the user when the selected sample format is ignored.Stefano Sabatini2011-01-311-1/+7
* Make local variables static.Diego Elio Pettenò2011-01-251-2/+2
* Do not set audio_resample to 0 if audio_sync_method is > 1.Stefano Sabatini2011-01-241-1/+3
* streamid does not work with newaudio, newvideo, newsubtitleMike Scheutzow2011-01-221-1/+0
* Update threshold to detect real timebase for stream copy.Michael Niedermayer2011-01-181-1/+1
* Feed the filter chain with the sample aspect ratio from the muxer or codec layerMichael Niedermayer2011-01-171-1/+4
* New "copytb" ffmpeg cli option to copy input stream time base when stream cop...Baptiste Coudurier2011-01-141-1/+3
* Make opt_audio_sample_fmt() abort in case of invalid sample formatStefano Sabatini2011-01-141-2/+6
* Reindent after 26330.Ronald S. Bultje2011-01-141-1/+1
* Introduce av_metadata_copy() to copy metadata from one struct to another.Ronald S. Bultje2011-01-141-17/+7
* Do not allocate unused swscale context when libavfilter is compiled inBaptiste Coudurier2011-01-121-1/+1
* Fix warnings:Baptiste Coudurier2011-01-111-3/+3
* Change 'arg' type in parse_meta_type, fix warning:Baptiste Coudurier2011-01-111-1/+1
* Fix lowres > 0 with --enable-avfilter..Anatoly Nenashev2011-01-071-0/+2
* Fix/cleanup m/ljpeg encoding pix fmt selection code in ffmpeg.c.Michael Niedermayer2011-01-051-5/+8
* Use AVOption for muxers in ffmpeg.Anssi Hannula2011-01-021-0/+10
* use avsubtitle_free() instead of re-implementing it partially (fix a memleak)Aurelien Jacobs2010-12-311-9/+1
* Allow output formats without any streams.Anton Khirnov2010-12-271-1/+1
* Reindent.Stefano Sabatini2010-12-121-12/+12
* Fix encoding when the input audio format/rate/channels changes duringStefano Sabatini2010-12-121-2/+30
* Show per-codec options on FFmpeg commandline help.Justin Ruggles2010-12-101-0/+12
* cosmetic: indentationAurelien Jacobs2010-12-041-2/+2
OpenPOWER on IntegriCloud