summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Factor code&0xf out of if() in decode_block_progressive().Michael Niedermayer2010-10-21
* Cleanup decode_block_progressive()Michael Niedermayer2010-10-21
* Factorize ((unsigned) code) >> 4 out of decode_block_progressive() in jpeg.Michael Niedermayer2010-10-21
* Move if() in mjpeg decode_block() to simplify condition.Michael Niedermayer2010-10-21
* Simplify build_vlc() by using init_vlc_sparse() in mjpeg.Michael Niedermayer2010-10-21
* cosmetics: align fields, and remove useless ones, in img2.cPascal Massimino2010-10-21
* Fixed DXVA_Slice_H264_Long::BitOffsetToSliceData value.Rafaël Carré2010-10-21
* rtsp: Move the rtsp_probe function to the demuxer code blockMartin Storsjö2010-10-21
* Restore alphabetical orderMartin Storsjö2010-10-21
* rtsp: Untangle the dependencies between the RTSP/SDP demuxers and RTSP muxerMartin Storsjö2010-10-21
* rtsp: Reorder functionsMartin Storsjö2010-10-21
* cosmetics, indentationBaptiste Coudurier2010-10-21
* 10l fix h263+ encoder, format will be 8, array size is 8 not 7Baptiste Coudurier2010-10-21
* cleanup image2pipe_{de}muxer fieldsPascal Massimino2010-10-21
* Remove unused variables picture_crop_temp and picture_pad_temp.Stefano Sabatini2010-10-20
* Replace 5 by named constant MAX_CONTEXT_INPUTS in ffv1.cMichael Niedermayer2010-10-19
* sdp: Conditionally compile code using AF_INET6Martin Storsjö2010-10-19
* Add a demuxer for receiving raw rtp:// URLs without an SDP descriptionMartin Storsjö2010-10-19
* Add a -force_key_frames option to ffmpeg.Nicolas George2010-10-18
* Add transpose filter.Stefano Sabatini2010-10-18
* Implement a common get_filtered_video_frame(), shared between ffplay.cStefano Sabatini2010-10-18
* Make help message for the -crop* options consistent with that of theStefano Sabatini2010-10-18
* Remove -crop* options.Stefano Sabatini2010-10-18
* Remove redundant text in the log.Stefano Sabatini2010-10-18
* Make XAN decoder return meaningful error codes.Stefano Sabatini2010-10-18
* metadata: make av_metadata_set2 case insensitive by defaultAurelien Jacobs2010-10-18
* Avoid negative SCR in mpeg ps muxer.Michael Niedermayer2010-10-16
* Move shared functions out of CONFIG_FFV1_ENCODER ifdefMichael Niedermayer2010-10-16
* Cosmetics: use a more compact notation, improve readability and reduceStefano Sabatini2010-10-16
* Reset metadata after opt_output_file(), fix the previous commit.Stefano Sabatini2010-10-16
* Use an AVMetadata struct for storing metadata, simplify.Stefano Sabatini2010-10-16
* Make ffprobe print stream language only once, also remove usage of theAnton Khirnov2010-10-16
* Remove docs for the not anymore existing option -convert_tags.Stefano Sabatini2010-10-16
* add ff_ prefix to metadata_conv()Anton Khirnov2010-10-16
* lavf: simplify setting the encoder ident tag.Anton Khirnov2010-10-16
* ffmpeg.c/ffprobe.c: remove all uses of av_metadata_conv()Anton Khirnov2010-10-16
* Add avfilter_graph_config().Stefano Sabatini2010-10-16
* Place the bitstream_filters variable in the AVOutputStream, thusNicolas George2010-10-16
* Move the allocation of the AVOutputStream structure earlier in theNicolas George2010-10-16
* Fix building, include the header instead of the source fileMartin Storsjö2010-10-16
* In mov muxer, write artist metadata tagBaptiste Coudurier2010-10-15
* In mov muxer, use correct metadata tag for encoder, and use the generic metad...Baptiste Coudurier2010-10-15
* rtpdec: Return AVERROR(EAGAIN) for mpegts parsing errorsMartin Storsjö2010-10-15
* ffserver: use a local MAX_STREAMS limitAurelien Jacobs2010-10-15
* ffserver: fix prepare_sdp_description() to dynamically allocate streamsAurelien Jacobs2010-10-15
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-15
* cosmetic: alignmentAurelien Jacobs2010-10-15
* add FF_API_SYMVER define to disable symver compatibility functionsAurelien Jacobs2010-10-15
* probetest: replace usage of deprecated first_iformat by av_iformat_next()Aurelien Jacobs2010-10-15
* add FF_API_FIRST_FORMAT define to drop deprecated first_?format from public apiAurelien Jacobs2010-10-15