summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* ffmpeg: Simplify decode loop condition to not use next_ptsAlexander Strange2011-05-10
* ffmpeg: remove unused fields AVOutputStream.original_width/heightStefano Sabatini2011-05-10
* ffmpeg: remove unused variable padding_src in do_video_out()Stefano Sabatini2011-05-10
* ffmpeg: fix negative verbosity.Michael Niedermayer2011-05-10
* ffmpeg: rename configure_filters() to configure_video_filters()Stefano Sabatini2011-05-10
* cmdutils: remove list_fmts(), simplifyStefano Sabatini2011-05-10
* Add missing CONFIG_AVFILTER check.Takashi Mochizuki2011-05-10
* ffmpeg.c: reset avoptions after each input/output file.Anton Khirnov2011-05-09
* ffmpeg.c: store per-output stream sws flags.Anton Khirnov2011-05-09
* ffmpeg.c: check for interlaced flag in the correct place.Anton Khirnov2011-05-08
* Replace strncpy() with av_strlcpy().Alex Converse2011-05-03
* Make ffmpeg support generic data streamLuca Barbato2011-05-03
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini2011-05-02
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-29
* vsrc_buffer: add sample_aspect_ratio fields to arguments.Michael Niedermayer2011-04-26
* Lowercase all ff* program names.Diego Biurrun2011-04-23
* error: remove AVERROR_NUMEXPECTEDStefano Sabatini2011-04-21
* prefer avio_check() over url_exist()Stefano Sabatini2011-04-19
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-19
* lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov2011-04-19
* Redefine sameqLou Logan2011-04-10
* lavf: get rid of ffm-specific stuff in avformat.hAnton Khirnov2011-04-08
* lavf: rename avf_sdp_create to av_sdp_create.Anton Khirnov2011-04-08
* avio: avio_ prefix for url_set_interrupt_cb.Anton Khirnov2011-04-07
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* Add silence support for AV_SAMPLE_FMT_U8.Alex Converse2011-04-05
* Add audio_service_type field to AVCodecContext for encoding and reportingJustin Ruggles2011-03-25
* Make sure kbhit() is in conio.hDave Yeo2011-03-22
* Do no modify terminal parameters using termios.hPanagiotis H.M. Issaris2011-03-20
* ffmpeg: modify help text for the map optionStefano Sabatini2011-03-20
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* ffmpeg: remove unused variable in ffmpeg_exit()Stefano Sabatini2011-03-12
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-07
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* ffmpeg: Use av_pkt_dump_log2Martin Storsjö2011-03-02
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-23
* lavf: add av_ prefix to dump_format()Anton Khirnov2011-02-16
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Deprecate avcodec_thread_init()Alexander Strange2011-02-09
* cmdutils: fix opt_values leakJames Zern2011-02-05
* Adopt pkt_dts/pkt_pts in lavc clientsAlexander Strange2011-02-05
* Use avformat_free_context for cleaning up muxersMartin Storsjö2011-02-04
* Make avfilter_graph_free() free the graph.Stefano Sabatini2011-02-04
* ffmpeg.c: rename map_meta_data option to map_metadataAnton Khirnov2011-02-02
* Make ffmpeg warns the user when the selected sample format is ignored.Stefano Sabatini2011-01-31
* Make local variables static.Diego Elio Pettenò2011-01-25
* Do not set audio_resample to 0 if audio_sync_method is > 1.Stefano Sabatini2011-01-24
* streamid does not work with newaudio, newvideo, newsubtitleMike Scheutzow2011-01-22