106 Commits (ce70f28a1732c74a9cd7fec2d56178750bd6e457)

Author SHA1 Message Date
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Luca Barbato a5d4204309 avformat: Always return ref-counted AVPacket 9 years ago
Vittorio Giovara ff7956fcbf avplay: Replace avpicture functions with imgutils 9 years ago
Vittorio Giovara a17a766190 lavc: Add data and linesize to AVSubtitleRect 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Martin Storsjö e2d50fc2f5 avplay: Add support for rotated video 10 years ago
Martin Storsjö 21180b7323 avplay: Factorize code for adding filters to the filter pipeline 10 years ago
Luca Barbato 06f4b1e37a avplay: Do not print a possibly uninitialized value 10 years ago
Federico Tomassetti 336d2f0979 avplay: Free frame and graph when memory allocation fails 10 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Federico Tomassetti d450cb07d9 avplay: Check memory allocation 10 years ago
Vittorio Giovara 733f4b05f0 avplay: Check format allocation inside decode_thread() 10 years ago
Vittorio Giovara 266f241193 avplay: Check frame allocation inside video_thread() 10 years ago
Martin Storsjö 248d8fb60c avplay: Use av_gettime_relative 10 years ago
Luca Barbato e58a140cf9 avplay: Always free opts 10 years ago
Luca Barbato cf83c01739 avplay: Always free find_stream_info options 10 years ago
Diego Biurrun 041caf1a63 avplay: Exit by default at the end of playback 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Martin Storsjö cf280ed004 avplay: Handle pixel aspect ratio properly 11 years ago
Anton Khirnov b36bc81cca avplay: add support for seeking to chapter marks 11 years ago
Anton Khirnov 84f131921f avplay: do not call avcodec_get_frame_defaults(). 11 years ago
Anton Khirnov eb891b3114 Replace all uses of avcodec_free_frame with av_frame_free(). 11 years ago
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Anton Khirnov 5b9c3b4505 Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). 11 years ago
Anton Khirnov fae753af70 avplay: drop -vismv option which does not do anything anymore 11 years ago
Diego Biurrun 03039f4c8c miscellaneous typo fixes 11 years ago
Luca Barbato 26a44143ef avplay: remove a warning 12 years ago
Anton Khirnov fa2a34cd40 lavfi: change the filter registering system to match the other libraries 12 years ago
Anton Khirnov 38f0c0781a lavfi: merge avfiltergraph.h into avfilter.h 12 years ago
Anton Khirnov e5c32d6da7 avplay: remove the -debug option. 12 years ago
Vittorio Giovara 2eaa3663fd avplay: enable only when SDL 1.2 is found 12 years ago
Anton Khirnov 354468fc12 avplay: switch to new refcounted frames API 12 years ago
Vladimir Pantelic db0a943266 avplay: apply the stream sample_aspect_ratio to decoded video frames 12 years ago
Anton Khirnov e2718e7a70 avplay: Do not use removed av_get_int() 12 years ago
Justin Ruggles 6304f78edf avplay: support mid-stream sample rate changes 12 years ago
Justin Ruggles f5962229bf avplay: use audio parameters from the decoded frame instead of AVCodecContext 12 years ago
Diego Biurrun c1ef30a6ba De-doxygenize some top-level files 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov e7ba5b1de0 lavr: change the type of the data buffers to uint8_t**. 12 years ago
Diego Elio Pettenò 5e3f9979fa Use atexit() instead of defining a custom exit_program() interface. 12 years ago
Anton Khirnov 11d1ca4b2c Use avcodec_free_frame() to free AVFrames. 12 years ago
Anton Khirnov 0e8dccb79b avplay: get rid of ugly casts in the options table 12 years ago
Anton Khirnov 4e82cbb629 avplay: fix prototypes for option callbacks. 12 years ago
Anton Khirnov f9fada2704 avconv: split printing "main options" into global and per-file. 12 years ago
Anton Khirnov a3ad68d36c cmdutils: extend -h to allow printing codec details. 12 years ago
Anton Khirnov 7c5012127f cmdutils: change semantics of show_help_options() and document it. 12 years ago
Anton Khirnov dc4c24a3d3 avtools: move some newlines to show_help_options(). 12 years ago
Anton Khirnov f617135bc9 avtools: fix show_foo() signatures. 12 years ago
Konstantin Pavlov 1a4b556786 avplay: fix build with lavfi disabled. 12 years ago