summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lavc doxy: add avfft to the main lavc group.Anton Khirnov2012-04-09
* lavc doxy: add remaining avcodec.h functions to a misc doxygen group.Anton Khirnov2012-04-09
* lavc doxy: add AVPicture functions to a doxy group.Anton Khirnov2012-04-09
* lavc doxy: add resampling functions to a doxy group.Anton Khirnov2012-04-09
* lavc doxy: replace \ with /Anton Khirnov2012-04-09
* lavc doxy: add encoding functions to a doxy group.Anton Khirnov2012-04-09
* lavc doxy: add decoding functions to a doxy group.Anton Khirnov2012-04-09
* lavc doxy: fix formatting of AV_PKT_DATA_{PARAM_CHANGE,H263_MB_INFO}Anton Khirnov2012-04-09
* lavc doxy: add AVPacket-related stuff to a separate doxy group.Anton Khirnov2012-04-09
* lavc doxy: add core functions/definitions to a doxy group.Anton Khirnov2012-04-09
* ppc: Add/remove a number of const qualifiers to fix related warnings.Diego Biurrun2012-04-09
* avconv: allow '-async -1' to disable timestamp sync for audio encodingJustin Ruggles2012-04-09
* avconv: use default alignment for audio bufferJustin Ruggles2012-04-09
* avcodec: use align == 0 for default alignment in avcodec_fill_audio_frame()Justin Ruggles2012-04-09
* avutil: use align == 0 for default alignment in audio sample buffer functionsJustin Ruggles2012-04-09
* avutil: allow NULL linesize in av_samples_fill_arrays() and av_samples_alloc()Justin Ruggles2012-04-09
* avconv: remove OutputStream.picref.Anton Khirnov2012-04-09
* avconv: only set SAR once on the decoded frame.Anton Khirnov2012-04-09
* avcodec: validate the channel layout vs. channel count for decodersJustin Ruggles2012-04-08
* audioconvert: make av_get_channel_layout accept composite names.Nicolas George2012-04-08
* avutil: add av_get_packed_sample_fmt() and av_get_planar_sample_fmt()Justin Ruggles2012-04-08
* rtsp: Don't use av_malloc(0) if there are no streamsMartin Storsjö2012-04-08
* rtsp: Don't use uninitialized data if there are no streamsMartin Storsjö2012-04-08
* vaapi: mpeg2: fix slice_vertical_position calculation.Gwenole Beauchesne2012-04-08
* hwaccel: mpeg2: decode first field, if requested.Gwenole Beauchesne2012-04-08
* cosmetics: Fix indentationMartin Storsjö2012-04-08
* rtsp: Don't expose the MS-RTSP RTX data stream to the callerMartin Storsjö2012-04-08
* rtpdec_asf: Set the no_resync_search option for the chained asf demuxerMartin Storsjö2012-04-07
* asfdec: Add an option for not searching for the packet markersMartin Storsjö2012-04-07
* cosmetics: Clean up the tiffenc pix_fmts declaration to match the style of ot...Martin Storsjö2012-04-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* cosmetics: Convert mimic.c to utf-8Martin Storsjö2012-04-06
* avconv: remove an unused function parameter.Anton Khirnov2012-04-06
* avconv: remove now pointless variables.Anton Khirnov2012-04-06
* avconv: drop support for building without libavfilter.Anton Khirnov2012-04-06
* nellymoserenc: fix crash due to memsetting the wrong area.Reimar Döffinger2012-04-06
* libavformat: Only require first packet to be known for audio/video streamsJoakim Plate2012-04-06
* avplay: Don't try to scale timestamps if the tb isn't setMartin Storsjö2012-04-06
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* mpeg12: Do not change frame_pred_frame_dct flag and demote error into a warningAnne Aaron2012-04-06
* avcodec: remove avcodec_guess_channel_layout()Justin Ruggles2012-04-05
* avutil: Add av_get_default_channel_layout()Justin Ruggles2012-04-05
* h264: Factorize declaration of mb_sizes array.Diego Biurrun2012-04-05
* vsrc_buffer: when no frame is available, return an error instead of segfaulting.Anton Khirnov2012-04-05
* configure: add dl to frei0r extralibs.Anton Khirnov2012-04-05
* dsputil x86: use SSE float instruction instead of SSE2 integer equivalentChristophe GISQUET2012-04-04
* dsputil x86: remove deprecated parameter from scalarproduct_int16 prototypeChristophe GISQUET2012-04-04
* vp8dsp x86: perform rounding shift with a single instructionChristophe GISQUET2012-04-04
* fate: add BMP tests.Ronald S. Bultje2012-04-04
* swscale: handle complete dimensions for monoblack/white.Ronald S. Bultje2012-04-04