2010-06-02 |
Stefano Sabatini | Make write_streamheader() log a message if there is...
|
commit | commitdiff | tree |
2010-06-02 |
Stefano Sabatini | Make write_streamheader() return a meaningful error...
|
commit | commitdiff | tree |
2010-06-02 |
Stefano Sabatini | Make write_header() and write_headers() return an error...
|
commit | commitdiff | tree |
2010-06-02 |
Stefano Sabatini | Make write_streamheader() and write_headers() accept an
|
commit | commitdiff | tree |
2010-06-02 |
Stefano Sabatini | Remove useless variables in get_common_elements().
|
commit | commitdiff | tree |
2010-06-02 |
Stefano Sabatini | Add APIchanges entry for av_get_codec_tag_string().
|
commit | commitdiff | tree |
2010-06-02 |
Stefano Sabatini | Make the error message issued in case of invalid codec...
|
commit | commitdiff | tree |
2010-06-02 |
Stefano Sabatini | Make avcodec_string() use av_get_codec_tag_string().
|
commit | commitdiff | tree |
2010-06-02 |
Stefano Sabatini | Implement av_get_codec_tag_string() and use it in ffprobe.
|
commit | commitdiff | tree |
2010-06-01 |
Stefano Sabatini | Rename @chapter "Quick Start" to "Examples", for consistency...
|
commit | commitdiff | tree |
2010-06-01 |
Stefano Sabatini | Fix texi2pod.pl rendering of the Tips section by putting...
|
commit | commitdiff | tree |
2010-06-01 |
Stefano Sabatini | Make texi2pod.pl accept @itemize commands with no following...
|
commit | commitdiff | tree |
2010-06-01 |
Stefano Sabatini | Merge @chapter Introduction and @chapter Description...
|
commit | commitdiff | tree |
2010-06-01 |
Stefano Sabatini | Move internal scale context fields initialization from
|
commit | commitdiff | tree |
2010-06-01 |
Stefano Sabatini | Fix eval-test compilation.
|
commit | commitdiff | tree |
2010-06-01 |
Stefano Sabatini | Cosmetics: reindent and break some overly long line.
|
commit | commitdiff | tree |
2010-06-01 |
Stefano Sabatini | Cosmetics: consistently apply K&R style.
|
commit | commitdiff | tree |
2010-06-01 |
Stefano Sabatini | Cosmetics: rename ff_parse_expr() and ff_parse_and_eval_expr...
|
commit | commitdiff | tree |
2010-06-01 |
Stefano Sabatini | Make ff_parse_expr() and ff_parse_and_eval_expr() return...
|
commit | commitdiff | tree |
2010-05-26 |
Stefano Sabatini | Add support for the newly added Nut codec tags (added...
|
commit | commitdiff | tree |
2010-05-26 |
Stefano Sabatini | Bump minor version bump and add an APIchanges entry...
|
commit | commitdiff | tree |
2010-05-24 |
Stefano Sabatini | Add libavfilter 1-input - 1-output regression test...
|
commit | commitdiff | tree |
2010-05-24 |
Stefano Sabatini | Add missing codec id <-> codec tag entries:
|
commit | commitdiff | tree |
2010-05-23 |
Stefano Sabatini | Prefix value for flags with "0x", to make it clear...
|
commit | commitdiff | tree |
2010-05-23 |
Stefano Sabatini | Make the nut decoder read the ff_nut_video_tags to...
|
commit | commitdiff | tree |
2010-05-23 |
Stefano Sabatini | Define ff_nut_video_tags and make Nut muxer and demuxer...
|
commit | commitdiff | tree |
2010-05-23 |
Stefano Sabatini | Add empty newline to separate function declarations...
|
commit | commitdiff | tree |
2010-05-22 |
Stefano Sabatini | Make av_write_header() return AVERROR(EINVAL) rather...
|
commit | commitdiff | tree |
2010-05-22 |
Stefano Sabatini | Store in a dedicated array the format name - codec...
|
commit | commitdiff | tree |
2010-05-22 |
Stefano Sabatini | Prefer enum CodecID over int in ff_codec_get_tag().
|
commit | commitdiff | tree |
2010-05-21 |
Stefano Sabatini | Rename pixelFormatBpsAVI to pix_fmt_bps_avi and pixelFormatB...
|
commit | commitdiff | tree |
2010-05-21 |
Stefano Sabatini | Rename findPixelFormat() to find_pix_fmt().
|
commit | commitdiff | tree |
2010-05-20 |
Stefano Sabatini | Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags.
|
commit | commitdiff | tree |
2010-05-20 |
Stefano Sabatini | Fix doxy reference to unexisting function.
|
commit | commitdiff | tree |
2010-05-19 |
Stefano Sabatini | Cosmetics: make more compact the code for handle_jpeg...
|
commit | commitdiff | tree |
2010-05-19 |
Stefano Sabatini | Remove PI definition and use M_PI instead.
|
commit | commitdiff | tree |
2010-05-17 |
Stefano Sabatini | Add log_level_offset to AVCodecContext.
|
commit | commitdiff | tree |
2010-05-16 |
Stefano Sabatini | Change the order of parameters for ff_eval_expr() and
|
commit | commitdiff | tree |
2010-05-16 |
Stefano Sabatini | Add missing rawvideo pixel formats to codec tags mappings...
|
commit | commitdiff | tree |
2010-05-16 |
Stefano Sabatini | Add NV12 and NV21 AVI tags.
|
commit | commitdiff | tree |
2010-05-16 |
Stefano Sabatini | Clarify description for the MONOWHITE and MONOBLACK...
|
commit | commitdiff | tree |
2010-05-15 |
François Revol | Avoid mixed declaration and code, fix C89 compatibility.
|
commit | commitdiff | tree |
2010-05-15 |
Stefano Sabatini | Clarify descriptions for RGB4, BGR4, NV12, NV21,
|
commit | commitdiff | tree |
2010-05-13 |
Stefano Sabatini | Remove the name of the file from the @file doxy, it...
|
commit | commitdiff | tree |
2010-05-13 |
Stefano Sabatini | Make the init and config_filter callbacks of the pad...
|
commit | commitdiff | tree |
2010-05-13 |
Stefano Sabatini | Make av_parse_color() return AVERROR(EINVAL) rather...
|
commit | commitdiff | tree |
2010-05-12 |
Stefano Sabatini | Doxygen av_codec_get_id() and av_codec_get_tag().
|
commit | commitdiff | tree |
2010-05-09 |
Stefano Sabatini | Reorder nut specific codec tags and add a comment for...
|
commit | commitdiff | tree |
2010-05-09 |
Stefano Sabatini | Add missing nut-specific codec tags for rawvideo pixel...
|
commit | commitdiff | tree |
2010-05-09 |
Stefano Sabatini | Make the codec tags for the yuvjXXX pixel formats the...
|
commit | commitdiff | tree |
2010-05-09 |
Stefano Sabatini | Add support to the Y411 codec tag, corresponding to...
|
commit | commitdiff | tree |
2010-05-09 |
Stefano Sabatini | Make the nut demuxer issue a more meaningful error...
|
commit | commitdiff | tree |
2010-05-09 |
Stefano Sabatini | Add entry for AVFilterPicRef interlaced and top_field_first...
|
commit | commitdiff | tree |
2010-05-09 |
Stefano Sabatini | Bump lavfi minor after the addition of the fields interlaced and
|
commit | commitdiff | tree |
2010-05-08 |
Stefano Sabatini | Fix auto-scaling.
|
commit | commitdiff | tree |
2010-05-07 |
Stefano Sabatini | Make config_props() show conversion information before...
|
commit | commitdiff | tree |
2010-05-07 |
Stefano Sabatini | Log input size, input format and swscale flags used...
|
commit | commitdiff | tree |
2010-05-07 |
Stefano Sabatini | Document the pad filter.
|
commit | commitdiff | tree |
2010-05-07 |
Stefano Sabatini | Document cmdutils.c:print_error().
|
commit | commitdiff | tree |
2010-05-05 |
Stefano Sabatini | Reindent after the last commit.
|
commit | commitdiff | tree |
2010-05-05 |
Stefano Sabatini | Simplify print_error(), directly use av_strerror()...
|
commit | commitdiff | tree |
2010-05-05 |
Stefano Sabatini | Make print_error() use strerror() in case av_strerror...
|
commit | commitdiff | tree |
2010-05-05 |
Stefano Sabatini | Make av_strerror() return -1 even in the case when...
|
commit | commitdiff | tree |
2010-05-03 |
Stefano Sabatini | Make av_strerror() print an error message mentioning...
|
commit | commitdiff | tree |
2010-05-01 |
Stefano Sabatini | Make device_open() store the VIDIOC_QUERYCAP ioctl...
|
commit | commitdiff | tree |
2010-04-27 |
Stefano Sabatini | Reindent after the last commit.
|
commit | commitdiff | tree |
2010-04-27 |
Stefano Sabatini | Make ffprobe show sample_aspect_ratio and display_aspect_rat...
|
commit | commitdiff | tree |
2010-04-27 |
Stefano Sabatini | Fix weird brace placement.
|
commit | commitdiff | tree |
2010-04-27 |
Stefano Sabatini | Drop AVERROR_NOTSUPP at the next major bump, use AVERROR...
|
commit | commitdiff | tree |
2010-04-26 |
Stefano Sabatini | Make ffmpeg use print_error() to make apparent the...
|
commit | commitdiff | tree |
2010-04-26 |
Stefano Sabatini | Make file_open() return the error code set in errno...
|
commit | commitdiff | tree |
2010-04-26 |
Stefano Sabatini | Implement v4l2 input size autodetection in v4l2_read_header().
|
commit | commitdiff | tree |
2010-04-26 |
Stefano Sabatini | Return meaningful error codes, rather than always -1.
|
commit | commitdiff | tree |
2010-04-25 |
Robert Krüger | Make ffprobe show stream->nb_frames if that info is...
|
commit | commitdiff | tree |
2010-04-25 |
Stefano Sabatini | Remove unnecessary width and height variables from...
|
commit | commitdiff | tree |
2010-04-25 |
Stefano Sabatini | Make avcodec_check_dimensions() return AVERROR(EINVAL...
|
commit | commitdiff | tree |
2010-04-25 |
Stefano Sabatini | Mark av_metadata_set() as deprecated, and use av_metadata_set2()
|
commit | commitdiff | tree |
2010-04-24 |
Stefano Sabatini | Implement ffserver.c:report_config_error() and a macro...
|
commit | commitdiff | tree |
2010-04-24 |
Stefano Sabatini | Statically initialize ffserver.c:config_filename, simplify.
|
commit | commitdiff | tree |
2010-04-24 |
Stefano Sabatini | Consistently prefer @var{VAR} over ``VAR'' for indicating...
|
commit | commitdiff | tree |
2010-04-21 |
Stefano Sabatini | Do not initialize res in url_fseek(), in the case ...
|
commit | commitdiff | tree |
2010-04-18 |
Stefano Sabatini | Fix leak in avfilter_graph_add_filter().
|
commit | commitdiff | tree |
2010-04-18 |
Howard Chu | Implement librtmp seek support.
|
commit | commitdiff | tree |
2010-04-18 |
Stefano Sabatini | Prefer AVERROR(ENOSYS) over AVERROR_NOTSUPP.
|
commit | commitdiff | tree |
2010-04-18 |
Stefano Sabatini | Make url_fsize() return AVERROR(ENOSYS) rather than...
|
commit | commitdiff | tree |
2010-04-18 |
Stefano Sabatini | Make url_seek() return AVERROR(ENOSYS) rather than...
|
commit | commitdiff | tree |
2010-04-13 |
Robert Krüger | Fix computation of the display aspect ratio.
|
commit | commitdiff | tree |
2010-04-13 |
Stefano Sabatini | Factorize code in get_bit_rate().
|
commit | commitdiff | tree |
2010-04-13 |
Stefano Sabatini | Make avfilter_graph_add_filter() returns AVERROR(ENOMEM...
|
commit | commitdiff | tree |
2010-04-12 |
Stefano Sabatini | Change ff_raw_pixelFormatTags RGB entries (RGB555,...
|
commit | commitdiff | tree |
2010-04-12 |
Stefano Sabatini | Fix grammar: a expression -> an expression.
|
commit | commitdiff | tree |
2010-04-12 |
Stefano Sabatini | Remove stray empty line.
|
commit | commitdiff | tree |
2010-04-12 |
Stefano Sabatini | Fix constness for func[12] parameters in ff_parse_expr...
|
commit | commitdiff | tree |
2010-04-12 |
Stefano Sabatini | Change constness for func[12]_name parameters of ff_parse_ex...
|
commit | commitdiff | tree |
2010-04-12 |
Stefano Sabatini | Rename ff_parse() to ff_parse_expr().
|
commit | commitdiff | tree |
2010-04-12 |
Stefano Sabatini | Remove unnecessary header inclusion directives.
|
commit | commitdiff | tree |
2010-04-11 |
Stefano Sabatini | Rename ff_eval2() to ff_parse_and_eval_expr().
|
commit | commitdiff | tree |
2010-04-11 |
Stefano Sabatini | Rename ff_parse_eval() to ff_eval_expr().
|
commit | commitdiff | tree |
2010-04-11 |
Stefano Sabatini | Move the internal function declarations in avformat...
|
commit | commitdiff | tree |
2010-04-11 |
Stefano Sabatini | Apply grammar/consistency nits to avfilter_graph_add_filter...
|
commit | commitdiff | tree |
next |