391 Commits (6054cd25b4d7dce97c4fa3cc6e4757ba1e59ab86)

Author SHA1 Message Date
Diego Biurrun f3876ea485 Move some variable declarations below the proper #ifdefs. 14 years ago
Diego Biurrun c713620b4c ffplay: Remove unused-but-set channels variable from update_sample_display(). 14 years ago
Justin Ruggles e6c52cee54 Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). 14 years ago
Anton Khirnov d0e142bb68 ffplay: use new avformat_open_* API. 14 years ago
Diego Biurrun 8543f0f923 ffplay: Fix non-compiling debug printf and replace it by av_dlog. 14 years ago
Diego Biurrun 1f6b9cc31d Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG. 14 years ago
Stefano Sabatini 26513856d6 cmdutils: remove OPT_FUNC2 14 years ago
Diego Biurrun 6c6c976fa9 ffplay: Remove disabled code. 14 years ago
Justin Ruggles bc778a0cea Add support for request_sample_format in ffmpeg and ffplay. 14 years ago
Stefano Sabatini 3a7c977417 ffplay: remove audio_write_get_buf_size() forward declaration 14 years ago
Diego Biurrun 046f081b46 configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 14 years ago
Benjamin Larsson 91199cfe55 ffplay: add a dummy option -i so that it is easy to switch between ffmpeg -i "file" and ffplay -i "file". 14 years ago
Oskar Arvidsson 6e3ef511d7 Add the notion of pixel size in h264 related functions. 14 years ago
Stefano Sabatini 6209669de4 Replace deprecated av_get_pict_type_char() with av_get_picture_type_char(). 14 years ago
Diego Biurrun 045dd4b928 Replace some commented-out debug printf() / av_log() messages with av_dlog(). 14 years ago
Diego Biurrun 89b503b55f Lowercase all ff* program names. 14 years ago
Anton Khirnov 41d0eb1c81 lavc: remove the FF_API_SET_STRING_OLD cruft. 14 years ago
Anton Khirnov 80c6e238b0 avio: avio_ prefix for url_set_interrupt_cb. 14 years ago
Martin Storsjö 648c79624f ffplay: Don't assume ic->pb is non-null 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 3e68b3ba7b avio: deprecate url_ferror 14 years ago
Anton Khirnov 66e5b1df36 avio: deprecate url_feof 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
Anton Khirnov 610219a598 lavf: add av_ prefix to dump_format() 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Stefano Sabatini b7ec5cc401 Remove disabled legacy code in ffplay. 14 years ago
Alexander Strange c0b102ca03 Deprecate avcodec_thread_init() 14 years ago
Alexander Strange 37b00b47cb Frame-based multithreading framework using pthreads 14 years ago
Alexander Strange 6b47495397 Adopt pkt_dts/pkt_pts in lavc clients 14 years ago
Stefano Sabatini 4359288c56 Make avfilter_graph_free() free the graph. 14 years ago
Stefano Sabatini 75ea596de1 ffplay: factorize code from video_thread() into configure_video_filters() 14 years ago
Stefano Sabatini 2855080447 In ffplay:get_video_frame(), use frame->pkt_pts rather than reordered_opaque. 14 years ago
Stefano Sabatini 13156f40e1 ffplay: in video_thread(), use av_dlog() for timestamp logging. 14 years ago
Stefano Sabatini db2ddd3885 Remove outdated and confusing comment. 14 years ago
Stefano Sabatini d72858f89f Merge two if (got_picture) {} blocks in ffplay.c:get_video_frame(). 14 years ago
Stefano Sabatini 8f83a3b054 Remove outcommented fossil code. 14 years ago
Stefano Sabatini 199c18a784 Fix weird indent in get_video_frame(). 14 years ago
Stefano Sabatini 24d13ebc15 Reindent after the last commit. 14 years ago
Stefano Sabatini 112c4b8796 In ffplay, do not open display if -nodisp is set. 14 years ago
Stefano Sabatini d881a0e895 Cosmetics: fix weird indent. 14 years ago
Michael Niedermayer 393cbb963b Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.pts 14 years ago
Nicolas George be732b7089 Fix ffplay -an/-vn options that were swapped by r26105. 14 years ago
Michael Niedermayer 0ccabeeaef Support filters and decoders that dont support negative linesizes. 14 years ago
Nicolas George 406f0f1bcf Use av_find_best_stream in ffplay. 14 years ago
Stefano Sabatini 037be76e15 Add avfilter_graph_create_filter(). 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Stefano Sabatini 1e80a0eaa4 Remove graphparser.h header, move AVFilterInOut and 14 years ago
Stefano Sabatini 7313132bcc Rename AVFilterInOut field filter to filter_ctx, more semantically correct. 14 years ago
Stefano Sabatini 97dd1e4a87 Rename avfilter_graph_destroy() to avfilter_graph_free(). 14 years ago