121 Commits (e4e02a7d4726e9370127741eb2873d6671d3f0c3)

Author SHA1 Message Date
Michael Niedermayer 3a621c9d99 nutenc: Support writing an index 12 years ago
Michael Niedermayer b2a8ce4e67 nutenc: keep track of max_pts 12 years ago
Michael Niedermayer c2a134c66c nutenc: keep track if keyframe PTS 12 years ago
Nicolas George ac45637324 lavf/nutenc: write stream metadata. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
Ronald S. Bultje fd48721849 lavf: use conditional notation for default codec in muxer declarations. 12 years ago
Stefano Sabatini b010d9b586 lavf/nutenc: provide meaningful error message and error code in case of invalid pts 13 years ago
Michael Niedermayer dd2086140c nutenc: use av_assert 13 years ago
Michael Niedermayer 4a6d790a6f nutenc: use av_assert 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Anton Khirnov 82ab61f901 lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. 13 years ago
Luca Barbato 5ee5dc4e9a nutenc: add namespace to the api facing functions 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Reimar Döffinger 6266c51538 Simplify condition. 14 years ago
Ronald S. Bultje 7643265505 nutenc: check malloc return values. 14 years ago
Ronald S. Bultje 25588d3b8a nutenc: don't av_malloc(0). 14 years ago
Michael Niedermayer 7b9e98173c Revert "Eliminate pointless '#if 1' statements without matching '#else'." 14 years ago
Diego Biurrun e6ff064845 Eliminate pointless '#if 1' statements without matching '#else'. 14 years ago
Anton Khirnov 6dc7d80de7 avio: avio_ prefix for url_close_dyn_buf 14 years ago
Anton Khirnov b92c545282 avio: avio_ prefix for url_open_dyn_buf 14 years ago
Anton Khirnov b64030f26d avio: make get_checksum() internal. 14 years ago
Anton Khirnov 4c4427a75d avio: make init_checksum() internal. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 2cface71ca nutenc: fix a memleak 14 years ago
Anton Khirnov b7f2fdde74 avio: rename put_flush_packet -> avio_flush 14 years ago
Anton Khirnov 073f8b10d8 nutenc: mux chapters. 14 years ago
Anton Khirnov 384c9c2fa7 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov e9eb8d0bce avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Anton Khirnov 03700d399b Export metadata in the generic format. Deprecate old conversion API. 14 years ago
Måns Rullgård 324d22b2b4 nutenc: fix unstable floating-point calculations 14 years ago
Michael Chinen 603e5c0b71 move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.c 15 years ago
Michael Chinen f8280ff4c0 rename get_length to ff_get_v_length and put_v to ff_put_v 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Stefano Sabatini fa58643993 Make write_streamheader() log a message if there is no codec tag 15 years ago
Stefano Sabatini ffd5f09844 Make write_streamheader() return a meaningful error code if no codec 15 years ago
Stefano Sabatini fc0c41240e Make write_header() and write_headers() return an error code in case of 15 years ago
Stefano Sabatini da9e6c4295 Make write_streamheader() and write_headers() accept an 15 years ago
Stefano Sabatini 2e01def0fe Define ff_nut_video_tags and make Nut muxer and demuxer set it in 15 years ago
Francesco Lavra 80b39e1ca6 Move AVCodecTag from riff.h into internal.h. 15 years ago
Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago